forked from mom-ocean/MOM5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
52 lines (36 loc) · 1.72 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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*.mod
Note: IBM platform users might want to add the following line to the top of the run scripts
setenv LDR_CNTRL MAXDATA=0xD0000000@DSA
Note: 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 scripts
exp/
-- all MOM experiments (test cases)
src/
-- source code for all models
src/postprocessing/
-- source code for postprocessing programs
src/preprocessing/
-- source code for preprocessing programs