Skip to content
Alistair Adcroft edited this page Sep 24, 2015 · 7 revisions

FAQ:

Download

Compile

No such FMS subroutine

If you see an compiler error such as

Error: There is no specific subroutine for the generic 'read_data' at ...

it means the FMS sub-module is not at the correct commit. To remedy:

cd MOM6-examples/
git submodule update src/FMS

How to set up a build configuration file

...

Run

MPP_DO_GLOBAL_FIELD user stack overflow

The mpp I/O software layer needs a big stack. Try increasing the parameter domains_stack_size in the fms_nml namelist. e.g.

&fms_nml
       domains_stack_size = 9552960
/

NETCDF ERROR: No such or directory File=RESTART/MOM.res.nc

This happens when the model tries to write the restart file to a directory that does not exist. Create the directory RESTART/ before running.

Clone this wiki locally