Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mom-ocean/MOM5
The Modular Ocean Model
https://github.com/mom-ocean/MOM5
Last synced: 3 months ago
JSON representation
The Modular Ocean Model
- Host: GitHub
- URL: https://github.com/mom-ocean/MOM5
- Owner: mom-ocean
- License: lgpl-3.0
- Created: 2012-06-27T04:29:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-08-08T03:39:59.000Z (over 1 year ago)
- Last Synced: 2024-05-01T22:02:44.162Z (6 months ago)
- Language: Fortran
- Homepage: https://mom-ocean.github.io/
- Size: 42.2 MB
- Stars: 80
- Watchers: 29
- Forks: 93
- Open Issues: 63
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
- open-sustainable-technology - MOM5 - A numerical ocean model based on the hydrostatic primitive equations. (Hydrosphere / Ocean Models)
README
Where to start
~~~~~~~~~~~~~~A good place to start is the "doc" directory, where you
will find "user" guides for the MOM.How to run the MOM tests
~~~~~~~~~~~~~~~~~~~~~~~~~Read:
https://mom-ocean.github.io/docs/quick-start-guide/
Warning: The Solo and Coupled run scripts have been tested only on 10 and 24, ia64
processors respectively.
Warning: Some of these tests require a large disk space to save the input data.
Choose a partition with enough space (1-2 G) to untar the code and data bundels.
Warning: If you want to use the same root directory for all three experiments we suggest to
compile in the order of increasing complexity: solo -> coupled -> ebm .
You may have to remove some of the existing .o and .mod files
if you want to compile ebm experiment after the coupled experiment.
E.g., you probably have to: cd ../exec; rm mpp*.o mpp*.mod fms_io*.o fms_io*.modNote: IBM platform users might want to add the following line to the top of the run scripts
setenv LDR_CNTRL MAXDATA=0xD0000000@DSANote: The compile scripts provide the basic capability to use static memory allocation
which might be faster on some platforms. In that case you need to adjust the values
of domain bounds properly according to the number of processors and layout.Summary of directory contents
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bin/
-- mkmf script for creating Makefiles
-- template files for the mkmf script
-- assorted other scriptsexp/
-- all MOM experiments (test cases)src/
-- source code for all modelssrc/postprocessing/
-- source code for postprocessing programssrc/preprocessing/
-- source code for preprocessing programs