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...

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...

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...