FMS Coupler  2022.03
Functions/Subroutines
coupler_main.F90 File Reference

(f306ac155bd99a9741acab4c7fcdcacd0f526ea4)

Couples component models for the atmosphere, ocean (amip), land, and sea-ice using the exchange module. Simplified version of full/coupler_main.F90 More...

Functions/Subroutines

program coupler_main
 
subroutine coupler_init
 reads namelist and restart files, initializes all defined exchange grids and all boundary maps More...
 
subroutine coupler_end
 Finalizes a run and writes restart files. More...
 
subroutine coupler_chksum (id, timestep)
 Print out checksums for several atm, land and ice variables. More...
 

Detailed Description

Couples component models for the atmosphere, ocean (amip), land, and sea-ice using the exchange module. Simplified version of full/coupler_main.F90

Function/Subroutine Documentation

◆ coupler_chksum()

subroutine coupler_main::coupler_chksum ( character(len=*), intent(in)  id,
integer, intent(in)  timestep 
)

Print out checksums for several atm, land and ice variables.

◆ coupler_end()

subroutine coupler_main::coupler_end

Finalizes a run and writes restart files.

◆ coupler_init()

subroutine coupler_main::coupler_init

reads namelist and restart files, initializes all defined exchange grids and all boundary maps

◆ coupler_main()

program coupler_main