Skip to content

Commit

Permalink
remove changes not in ufs/dev PR#225
Browse files Browse the repository at this point in the history
  • Loading branch information
grantfirl committed Feb 7, 2025
1 parent e1b6a92 commit 1e5a6d3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 29 deletions.
1 change: 0 additions & 1 deletion physics/Interstitials/UFS_SCM_NEPTUNE/GFS_debug.F90
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,6 @@ subroutine GFS_diagtoscreen_run (Model, Statein, Stateout, Sfcprop, Coupling,
call print_var(mpirank, omprank, blkno, Grid%xlat_d, Grid%xlon_d, 'Diag%dlwsfci ', Diag%dlwsfci)
call print_var(mpirank, omprank, blkno, Grid%xlat_d, Grid%xlon_d, 'Diag%ulwsfci ', Diag%ulwsfci)
call print_var(mpirank, omprank, blkno, Grid%xlat_d, Grid%xlon_d, 'Diag%dswsfci ', Diag%dswsfci)
call print_var(mpirank, omprank, blkno, Grid%xlat_d, Grid%xlon_d, 'Diag%dswsfcci ', Diag%dswsfcci)
call print_var(mpirank, omprank, blkno, Grid%xlat_d, Grid%xlon_d, 'Diag%nswsfci ', Diag%nswsfci)
call print_var(mpirank, omprank, blkno, Grid%xlat_d, Grid%xlon_d, 'Diag%uswsfci ', Diag%uswsfci)
call print_var(mpirank, omprank, blkno, Grid%xlat_d, Grid%xlon_d, 'Diag%dusfci ', Diag%dusfci)
Expand Down
16 changes: 0 additions & 16 deletions physics/Interstitials/UFS_SCM_NEPTUNE/dcyc2t3.meta
Original file line number Diff line number Diff line change
Expand Up @@ -191,14 +191,6 @@
type = real
kind = kind_phys
intent = in
[sfcdswc]
standard_name = surface_downwelling_shortwave_flux_on_radiation_timestep_assuming_clear_sky
long_name = clear sky surface downwelling shortwave flux on radiation time step
units = W m-2
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
intent = in
[sfcdlw]
standard_name = surface_downwelling_longwave_flux_on_radiation_timestep
long_name = total sky surface downwelling longwave flux on radiation time step
Expand Down Expand Up @@ -523,14 +515,6 @@
type = real
kind = kind_phys
intent = out
[adjsfcdswc]
standard_name = surface_downwelling_shortwave_flux_assuming_clear_sky
long_name = surface downwelling shortwave flux at current time assuming clear sky
units = W m-2
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
intent = out
[adjsfcnsw]
standard_name = surface_net_downwelling_shortwave_flux
long_name = surface net downwelling shortwave flux at current time
Expand Down
6 changes: 2 additions & 4 deletions physics/Radiation/RRTMG/rrtmg_sw_post.F90
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ subroutine rrtmg_sw_post_run (im, levr, levs, ltp, nday, lm, kd, lsswr, &
swhtr, sfcalb1, sfcalb2, sfcalb3, sfcalb4, htswc, htsw0, &
nirbmdi, nirdfdi, visbmdi, visdfdi, nirbmui, nirdfui, visbmui,&
visdfui, sfcdsw, sfcnsw, htrsw, swhc, scmpsw, sfcfsw, topfsw, &
sfcdswc, errmsg, errflg)
errmsg, errflg)

use machine, only: kind_phys
use module_radsw_parameters, only: topfsw_type, sfcfsw_type, &
Expand All @@ -33,8 +33,7 @@ subroutine rrtmg_sw_post_run (im, levr, levs, ltp, nday, lm, kd, lsswr, &
visbmdi, visdfdi, &
nirbmui, nirdfui, &
visbmui, visdfui, &
sfcdsw, sfcnsw, &
sfcdswc
sfcdsw, sfcnsw
real(kind=kind_phys), dimension(:,:), intent(inout) :: htrsw, swhc

type(cmpfsw_type), dimension(:), intent(inout) :: scmpsw
Expand Down Expand Up @@ -123,7 +122,6 @@ subroutine rrtmg_sw_post_run (im, levr, levs, ltp, nday, lm, kd, lsswr, &
do i=1,im
sfcnsw(i) = sfcfsw(i)%dnfxc - sfcfsw(i)%upfxc
sfcdsw(i) = sfcfsw(i)%dnfxc
sfcdswc(i)= sfcfsw(i)%dnfx0
enddo

endif ! end_if_lsswr
Expand Down
8 changes: 0 additions & 8 deletions physics/Radiation/RRTMG/rrtmg_sw_post.meta
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,6 @@
type = real
kind = kind_phys
intent = inout
[sfcdswc]
standard_name = surface_downwelling_shortwave_flux_on_radiation_timestep_assuming_clear_sky
long_name = clear sky sfc downward sw flux
units = W m-2
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
intent = inout
[htrsw]
standard_name = tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep
long_name = total sky sw heating rate
Expand Down

0 comments on commit 1e5a6d3

Please sign in to comment.