FMS Coupler
2022.03
|
Main driver program for full coupler. Provides the capability to couple component models (atmosphere, land, sea ice, and ocean). More...
Functions/Subroutines | |
program | coupler_main |
Main driver program for full coupler. Provides the capability to couple component models (atmosphere, land, sea ice, and ocean).
Please see the main page for additional information.
program coupler_main |
FATAL,no namelist value for current_date | A namelist value for current_date must be given if no restart file for coupler_main (INPUT/coupler.res) is found. |
FATAL,invalid namelist value for calendar | The value of calendar must be 'gregorian', 'julian', 'noleap', or 'thirty_day'. See the namelist documentation. |
FATAL,no namelist value for calendar | If no restart file is present, then a namelist value for calendar must be specified. |
FATAL,initial time is greater than current time | If a restart file is present, then the namelist value for either current_date or start_date was incorrectly set. |
FATAL,run length must be multiple of ocean time step | There must be an even number of ocean time steps for the requested run length. |
FATAL,final time does not match expected ending time | This error should probably not occur because of checks done at initialization time. |