FMS Coupler  2022.03
Functions/Subroutines
coupler_main.F90 File Reference

(f306ac155bd99a9741acab4c7fcdcacd0f526ea4)

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
 

Detailed Description

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.

Function/Subroutine Documentation

◆ coupler_main()

program coupler_main
Exceptions
FATAL,no namelist value for current_dateA 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 calendarThe value of calendar must be 'gregorian', 'julian', 'noleap', or 'thirty_day'. See the namelist documentation.
FATAL,no namelist value for calendarIf no restart file is present, then a namelist value for calendar must be specified.
FATAL,initial time is greater than current timeIf 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 stepThere must be an even number of ocean time steps for the requested run length.
FATAL,final time does not match expected ending timeThis error should probably not occur because of checks done at initialization time.