@@ -986,89 +986,10 @@ module GFS_interstitialtoscreen
986986
987987 private
988988
989- public GFS_interstitialtoscreen_init, GFS_interstitialtoscreen_timestep_init, GFS_interstitialtoscreen_run
989+ public GFS_interstitialtoscreen_run
990990
991991 contains
992992
993- ! > \section arg_table_GFS_interstitialtoscreen_init Argument Table
994- ! ! \htmlinclude GFS_interstitialtoscreen_init.html
995- ! !
996- subroutine GFS_interstitialtoscreen_init (Model , Statein , Stateout , Sfcprop , Coupling , &
997- Grid , Tbd , Cldprop , Radtend , Diag , Interstitial , &
998- errmsg , errflg )
999-
1000- implicit none
1001-
1002- !- -- interface variables
1003- type (GFS_control_type), intent (in ) :: Model
1004- type (GFS_statein_type), intent (in ) :: Statein
1005- type (GFS_stateout_type), intent (in ) :: Stateout
1006- type (GFS_sfcprop_type), intent (in ) :: Sfcprop
1007- type (GFS_coupling_type), intent (in ) :: Coupling
1008- type (GFS_grid_type), intent (in ) :: Grid
1009- type (GFS_tbd_type), intent (in ) :: Tbd
1010- type (GFS_cldprop_type), intent (in ) :: Cldprop
1011- type (GFS_radtend_type), intent (in ) :: Radtend
1012- type (GFS_diag_type), intent (in ) :: Diag
1013- type (GFS_interstitial_type), intent (in ) :: Interstitial(:)
1014- character (len=* ), intent (out ) :: errmsg
1015- integer , intent (out ) :: errflg
1016-
1017- !- -- local variables
1018- integer :: i
1019-
1020- ! Initialize CCPP error handling variables
1021- errmsg = ' '
1022- errflg = 0
1023-
1024- do i= 1 ,size (Interstitial)
1025- call GFS_interstitialtoscreen_run (Model, Statein, Stateout, Sfcprop, Coupling, &
1026- Grid, Tbd, Cldprop, Radtend, Diag, Interstitial(i), &
1027- size (Interstitial), - 999 , errmsg, errflg)
1028- end do
1029-
1030- end subroutine GFS_interstitialtoscreen_init
1031-
1032- ! > \section arg_table_GFS_interstitialtoscreen_timestep_init Argument Table
1033- ! ! \htmlinclude GFS_interstitialtoscreen_timestep_init.html
1034- ! !
1035- subroutine GFS_interstitialtoscreen_timestep_init (Model , Statein , Stateout , Sfcprop , Coupling , &
1036- Grid , Tbd , Cldprop , Radtend , Diag , Interstitial , &
1037- errmsg , errflg )
1038-
1039- implicit none
1040-
1041- !- -- interface variables
1042- type (GFS_control_type), intent (in ) :: Model
1043- type (GFS_statein_type), intent (in ) :: Statein
1044- type (GFS_stateout_type), intent (in ) :: Stateout
1045- type (GFS_sfcprop_type), intent (in ) :: Sfcprop
1046- type (GFS_coupling_type), intent (in ) :: Coupling
1047- type (GFS_grid_type), intent (in ) :: Grid
1048- type (GFS_tbd_type), intent (in ) :: Tbd
1049- type (GFS_cldprop_type), intent (in ) :: Cldprop
1050- type (GFS_radtend_type), intent (in ) :: Radtend
1051- type (GFS_diag_type), intent (in ) :: Diag
1052- type (GFS_interstitial_type), intent (in ) :: Interstitial(:)
1053- character (len=* ), intent (out ) :: errmsg
1054- integer , intent (out ) :: errflg
1055-
1056- !- -- local variables
1057- integer :: i
1058-
1059- ! Initialize CCPP error handling variables
1060- errmsg = ' '
1061- errflg = 0
1062-
1063-
1064- do i= 1 ,size (Interstitial)
1065- call GFS_interstitialtoscreen_run (Model, Statein, Stateout, Sfcprop, Coupling, &
1066- Grid, Tbd, Cldprop, Radtend, Diag, Interstitial(i), &
1067- size (Interstitial), - 999 , errmsg, errflg)
1068- end do
1069-
1070- end subroutine GFS_interstitialtoscreen_timestep_init
1071-
1072993! > \section arg_table_GFS_interstitialtoscreen_run Argument Table
1073994! ! \htmlinclude GFS_interstitialtoscreen_run.html
1074995! !
0 commit comments