Table of Contents |
---|
...
awake.sh | Prints a null character ( A SLURM bug can cause an Odyssey interactive session to hang if you step away from the computer for an extended period (more than 30 minutes). |
. bashrc_mitgcm | Customizes your bash Unix environment for the MITgcm. It loads the proper modules needed to run the MITgcm,
To build the MITgcm, we shall use the Intel compilers (13.1), OpenMPI (v1.8.1), and netCDF-4.1.3. |
Next steps
Once you have started an interactive session, you will need to do the following steps:
- Make a working directory where you can compile and run MITgcm
- This step only has to be done once for each simulation type (Hg, PFOS, PCB).
- Or, when you wish start a simulation with a fresh run directory.
- NOTE: We recommend creating working directories within your interactive session because the file copying process is very CPU-intensive.
- This should not be done on an Odyssey login node.
- This should not be done on an Odyssey login node.
- This step only has to be done once for each simulation type (Hg, PFOS, PCB).
- Build the MITgcm executable
- Run a MITgcm simulation.