MITgcm Tutorials: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
== 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. | 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. |
Revision as of 19:27, 16 August 2018
The group has two tutorials for running the MITgcm:
- Tutorial 1: Gravity Wave. This is a good first introduction to MITgcm, and has some good points about troubleshooting the model.
- 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.
For either tutorial it is assumed that you have followed the instructions to Setup the MITgcm.
Getting the code
Download or clone the code from the 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.