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

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

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

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