MITgcm Tutorials: Difference between revisions

From Fluids Wiki
Jump to navigation Jump to search
(Updated tutorial directory)
(Add warning that these tutorials are obsolete.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
The group has three tutorials for running the MITgcm:
'''NOTE: These tutorials are obsolete.  Please see Prof. Lamb or the Fluids git repo for current tutorial information'''
 
We have several tutorials for running the MITgcm.
 
This page needs to be updated to describe the current tutorials. The three shown here are obsolete.


* [[Gravity_wave_tutorial|Tutorial 1: Gravity wave]]. This is a good first introduction to MITgcm, and has some good points about troubleshooting the model.
* [[Gravity_wave_tutorial|Tutorial 1: Gravity wave]]. This is a good first introduction to MITgcm, and has some good points about troubleshooting the model.
Line 13: Line 17:
  git clone gitlab@git.uwaterloo.ca:AppliedMath_fluids/MITgcm_Tutorials.git  
  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.
It's easiest if you clone this into the MITgcm directory tree so that model will be able to find its source files when you compile it.

Latest revision as of 12:16, 12 July 2024

NOTE: These tutorials are obsolete. Please see Prof. Lamb or the Fluids git repo for current tutorial information

We have several tutorials for running the MITgcm.

This page needs to be updated to describe the current tutorials. The three shown here are obsolete.

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 so that model will be able to find its source files when you compile it.