FMS Coupler 2022.03
Loading...
Searching...
No Matches
Functions/Subroutines
coupler_main.F90 File Reference

(d27fe18b9e643a70ef25739048bed2f0dc83bfcf)

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
 
subroutine coupler_end
 Finalizes a run and writes restart files.
 
subroutine coupler_chksum (id, timestep)
 Print out checksums for several atm, land and ice variables.
 

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 
)
private

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

◆ coupler_end()

subroutine coupler_main::coupler_end
private

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