@@ -19,7 +19,7 @@ module GFS_rrtmg_post
1919! ! \htmlinclude GFS_rrtmg_post_run.html
2020! !
2121 subroutine GFS_rrtmg_post_run (im , km , kmp1 , lm , ltp , kt , kb , kd , nspc1 , &
22- nfxr , nday , lsswr , lslwr , lssav , fhlwr , fhswr , raddt , coszen , &
22+ lmk , nfxr , nday , lsswr , lslwr , lssav , fhlwr , fhswr , raddt , coszen ,&
2323 coszdg , prsi , tgrs , aerodp , cldsa , mtopa , mbota , clouds1 , &
2424 cldtaulw , cldtausw , sfcflw , sfcfsw , topflw , topfsw , scmpsw , &
2525 fluxr , total_albedo , errmsg , errflg )
@@ -33,7 +33,7 @@ subroutine GFS_rrtmg_post_run (im, km, kmp1, lm, ltp, kt, kb, kd, nspc1, &
3333
3434 ! Interface variables
3535 integer , intent (in ) :: im, km, kmp1, lm, ltp, kt, kb, kd, &
36- nspc1, nfxr, nday
36+ nspc1, nfxr, nday, lmk
3737 logical , intent (in ) :: lsswr, lslwr, lssav
3838 real (kind= kind_phys), intent (in ) :: raddt, fhlwr, fhswr
3939
@@ -45,9 +45,9 @@ subroutine GFS_rrtmg_post_run (im, km, kmp1, lm, ltp, kt, kb, kd, nspc1, &
4545 real (kind= kind_phys), dimension (im,NSPC1), intent (in ) :: aerodp
4646 real (kind= kind_phys), dimension (im,5 ), intent (in ) :: cldsa
4747 integer , dimension (im,3 ), intent (in ) :: mbota, mtopa
48- real (kind= kind_phys), dimension (im,lm + LTP), intent (in ) :: clouds1
49- real (kind= kind_phys), dimension (im,lm + LTP), intent (in ) :: cldtausw
50- real (kind= kind_phys), dimension (im,lm + LTP), intent (in ) :: cldtaulw
48+ real (kind= kind_phys), dimension (im,lmk), intent (in ) :: clouds1
49+ real (kind= kind_phys), dimension (im,lmk), intent (in ) :: cldtausw
50+ real (kind= kind_phys), dimension (im,lmk), intent (in ) :: cldtaulw
5151 real (kind= kind_phys), dimension (im), intent (inout ) :: total_albedo
5252
5353 type (sfcflw_type), dimension (im), intent (in ) :: sfcflw
0 commit comments