-
Notifications
You must be signed in to change notification settings - Fork 167
Alistair Adcroft edited this page Sep 24, 2015
·
7 revisions
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...
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 /
This happens when the model tries to write the restart file to a directory that does not exist. Create the directory RESTART/ before running.