MITgcm Tutorials: Difference between revisions

From Fluids Wiki
Jump to navigation Jump to search
No edit summary
(Updated tutorial directory)
 
Line 9: Line 9:
== Getting the code ==
== Getting the code ==


Download or clone the code from the [https://git.uwaterloo.ca/tghill/MITgcmTutorials group gitlab]. 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.
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.