by yzhang127wp | Sep 7, 2024 | MITgcm
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... by yzhang127wp | Sep 7, 2024 | MITgcm
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... by yzhang127wp | Sep 7, 2024 | GEOS-Chem
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... by yzhang127wp | Sep 7, 2024 | CESM
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... by yzhang127wp | Sep 7, 2024 | CESM
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...
Recent Comments