Use Box as FTP Guide

Tulane University offers all faculty, staff and students unlimited cloud storage via box.com. It can also be accessed from your PC, Mac, or Linux servers such as the Cypress and LONI. The disk space is unlimited, but each single file should be smaller than 150 GB. The...

MITgcm 18 km River Guide

Introduction This guide uses the code located in /data4/home/syzhang/gud-dev/verification/global_18km (hereafter referred to as the "example path") as an example. It is based solely on my personal understanding of the model, and any corrections are welcome. Code...

GUD river nutrients guide

Introduction This document is based on the code located in /data4/home/syzhang/gud-dev/verification/global_18km (hereafter referred to as the "example path") and provides an explanation and usage guidance for the model. The content is based solely on my personal...

GUD Model Guide

The GUD Model This wiki outlines the procedures for running the GUD model on Caramel system. GUD model is based on the MITgcm model, and the general information about the MITgcm can be found in this WikiPage and the MITgcm User's Manual. This page focus on how to run...

MITgcm Plastic Model Guide

This guide explains how to run the MITgcm ocean plastic model. The example used in this guide is located at `/data3/home/xlwang/MITgcm/verification/global_microp_igsm` and is based on personal understanding of the model. Contents: 1. Introduction 2. Research Overview...

MITgcm 18km Guide

Create working directory Copy all the files in /data2/Lab/MITgcm/gud-dev, which contains a template for module simulation. cp -r /data2/Lab/MITgcm/gud-dev/ YOUR_FOLDER Source code compiling cd YOUR_FOLDER cp /data2/home/ppwu/gud-dev/env.mitgcm.openmpi env.mitgcm cd...

MITgcm IGSM Guide

Create work directory Copy all the files in /data/Lab/MITgcm, which contains a template for module simulation. cp -r /data/Lab/MITgcm/ . Source code compiling Then let's go to the build/ directory and build your Makefile: cd ~/MITgcm/verification/global_hg_igsm/build...

GEOS-Chem-Fullchem 12.1.0 Guide

  This tutorial focuses on running a 0.25-degree air quality simulation for China and processing the model output data. For other types of simulations, please refer to additional tutorials. The process generally consists of two steps: running the global model and...

CESM2 DATM Guide

Problem Description: Compsets starting with "I" require forcing files for DATM. However, when running the `./check_input_data` script, issues may arise where input data cannot be downloaded or read properly. Solution: 1. Edit the `cime/config/cesm/config_machine.xml`...

CESM2 pre-processing guide

Tutorial for Using the CAM Initial Condition Data Processing Tool - interpic This tutorial introduces the *interpic* tool, which can interpolate an existing initial condition file to a new grid based on a given template file. Pre-run Debugging and Troubleshooting The...