Skip to content

Commit

Permalink
Removed all instances of GFS derived data types from rrtmgp scheme le…
Browse files Browse the repository at this point in the history
…vel code.
  • Loading branch information
dustinswales committed Dec 13, 2019
1 parent def30ce commit 1943d14
Show file tree
Hide file tree
Showing 13 changed files with 301 additions and 953 deletions.
4 changes: 2 additions & 2 deletions physics/rrtmgp_lw_cloud_optics.F90
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ subroutine rrtmgp_lw_cloud_optics_init(cld_optics_scheme, nrghice, rrtmgp_root_d

if (cld_optics_scheme .eq. 0) return

! Filenames are set in the gfs_physics_nml (scm/src/GFS_typedefs.F90)
! Filenames are set in the physics_nml
lw_cloud_props_file = trim(rrtmgp_root_dir)//trim(rrtmgp_lw_file_clouds)

! Read dimensions for k-distribution fields (only on master processor(0))
Expand Down Expand Up @@ -437,7 +437,7 @@ subroutine rrtmgp_lw_cloud_optics_run(doLWrad, nCol, nLev, cld_optics_scheme, nr
endif
endif

! GFS_RRTMGP_POST_RUN() requires the LW optical depth ~10microns
! All-sky LW optical depth ~10microns
cldtaulw = lw_optical_props_cloudsByBand%tau(:,:,7)

end subroutine rrtmgp_lw_cloud_optics_run
Expand Down
131 changes: 0 additions & 131 deletions physics/rrtmgp_lw_clrallsky_driver.F90

This file was deleted.

175 changes: 0 additions & 175 deletions physics/rrtmgp_lw_clrallsky_driver.meta

This file was deleted.

2 changes: 1 addition & 1 deletion physics/rrtmgp_lw_gas_optics.F90
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ subroutine rrtmgp_lw_gas_optics_init(rrtmgp_root_dir, rrtmgp_lw_file_gas, rrtmgp
errmsg = ''
errflg = 0

! Filenames are set in the gfs_physics_nml (scm/src/GFS_typedefs.F90)
! Filenames are set in the physics_nml
lw_gas_props_file = trim(rrtmgp_root_dir)//trim(rrtmgp_lw_file_gas)

! Read dimensions for k-distribution fields (only on master processor(0))
Expand Down
Loading

0 comments on commit 1943d14

Please sign in to comment.