Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions GFS_layer/GFS_radiation_driver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1256,6 +1256,7 @@ subroutine GFS_radiation_driver &
cld_iwp=clouds(:,:,4), cld_ref_ice=clouds(:,:,5), &
cld_rwp=clouds(:,:,6), cld_ref_rain=clouds(:,:,7), &
cld_swp=clouds(:,:,8), cld_ref_snow=clouds(:,:,9), &
cld_od_total=clouds(:,:,10), cld_od_layer=clouds(:,:,11), &
errmsg=errmsg, errflg=errflg)

! DH*
Expand Down Expand Up @@ -1290,6 +1291,7 @@ subroutine GFS_radiation_driver &
cld_iwp=clouds(:,:,4), cld_ref_ice=clouds(:,:,5), &
cld_rwp=clouds(:,:,6), cld_ref_rain=clouds(:,:,7), &
cld_swp=clouds(:,:,8), cld_ref_snow=clouds(:,:,9), &
cld_od_total=clouds(:,:,10), cld_od_layer=clouds(:,:,11), &
errmsg=errmsg, errflg=errflg)

!CCPP: L1718-1747
Expand Down
Loading