FMS Coupler
2022.03
|
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... | |
Couples component models for the atmosphere, ocean (amip), land, and sea-ice using the exchange module. Simplified version of full/coupler_main.F90
subroutine coupler_main::coupler_chksum | ( | character(len=*), intent(in) | id, |
integer, intent(in) | timestep | ||
) |
Print out checksums for several atm, land and ice variables.
subroutine coupler_main::coupler_end |
Finalizes a run and writes restart files.
subroutine coupler_main::coupler_init |
reads namelist and restart files, initializes all defined exchange grids and all boundary maps
program coupler_main |