(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...
|
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.
|
|
Couples component models for the atmosphere, ocean (amip), land, and sea-ice using the exchange module. Simplified version of full/coupler_main.F90
◆ 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()