MITgcm Tutorials: Difference between revisions

From Fluids Wiki
Jump to navigation Jump to search
No edit summary
(Updated tutorial directory)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The group has two tutorials for running the MITgcm:
The group has three tutorials for running the MITgcm:


* [[TutorialWave|Tutorial 1: Gravity Wave]]
* [[Gravity_wave_tutorial|Tutorial 1: Gravity wave]]. This is a good first introduction to MITgcm, and has some good points about troubleshooting the model.
* [[SEAICE|Tutorial 2: External forcing and ice]]
* [[SEAICE_tutorial|Tutorial 2: External forcing and ice]]. This tutorial will introduce you to controlling ice and external forcing. It is a good starting point for running your own MITgcm cases with ice.
* [[OBCS_tutorial|Tutorial 3: Open boundaries and other packages]]. This tutorial shows you how to use OBCS, pTracers, and shows the process of setting up a package from scratch.
 
For all tutorials it is assumed that you have followed the instructions to [[MITgcm_Setup|Setup the MITgcm]].
 
== Getting the code ==
 
The tutorials can be cloned with the command:
 
git clone gitlab@git.uwaterloo.ca:AppliedMath_fluids/MITgcm_Tutorials.git
 
It's easiest if you clone this into the MITgcm directory tree, then the model will be able to find its source files when you compile the model.

Latest revision as of 14:27, 6 January 2020

The group has three tutorials for running the MITgcm:

For all tutorials it is assumed that you have followed the instructions to Setup the MITgcm.

Getting the code

The tutorials can be cloned with the command:

git clone gitlab@git.uwaterloo.ca:AppliedMath_fluids/MITgcm_Tutorials.git 

It's easiest if you clone this into the MITgcm directory tree, then the model will be able to find its source files when you compile the model.