subroutine, public gfs_interstitialtoscreen::gfs_interstitialtoscreen_timestep_init |
( |
type(gfs_control_type), intent(in) | model, |
|
|
type(gfs_statein_type), intent(in) | statein, |
|
|
type(gfs_stateout_type), intent(in) | stateout, |
|
|
type(gfs_sfcprop_type), intent(in) | sfcprop, |
|
|
type(gfs_coupling_type), intent(in) | coupling, |
|
|
type(gfs_grid_type), intent(in) | grid, |
|
|
type(gfs_tbd_type), intent(in) | tbd, |
|
|
type(gfs_cldprop_type), intent(in) | cldprop, |
|
|
type(gfs_radtend_type), intent(in) | radtend, |
|
|
type(gfs_diag_type), intent(in) | diag, |
|
|
type(gfs_interstitial_type), dimension(:), intent(in) | interstitial, |
|
|
character(len=*), intent(out) | errmsg, |
|
|
integer, intent(out) | errflg ) |