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

(5b700a4fb585b4c8f47c479d9431178a1707c33a)

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