Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redund_mzhang update Dom 2021/08/16 #5

Merged
Merged
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: 0 additions & 2 deletions physics/GFS_surface_composites.F90
Original file line number Diff line number Diff line change
Expand Up @@ -741,10 +741,8 @@ subroutine GFS_surface_composites_post_run (
weasd(i) = weasd_ice(i) * cice(i)
snowd(i) = snowd_ice(i) * cice(i)
qss(i) = qss_ice(i)
!tsfc(i) = tsfc_ice(i)
evap(i) = evap_ice(i)
hflx(i) = hflx_ice(i)
!tisfc(i) = tisfc(i) ! over lake ice (and sea ice when uncoupled)
tsfc(i) = tsfc_ice(i) ! over lake (and ocean when uncoupled)
!
if (flag_cice(i)) then
Expand Down
3 changes: 1 addition & 2 deletions physics/sfc_drv_ruc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,7 @@ subroutine lsm_ruc_run & ! inputs
! for ice
& weasd_ice, snwdph_ice, tskin_ice, &
& tsurf_ice, z0rl_ice, tsnow_ice, &
& sfcqc_ice, sfcqv_ice, fice
real (kind=kind_phys), dimension(:), intent(out) :: tice
& sfcqc_ice, sfcqv_ice, fice, tice

! --- in
real (kind=kind_phys), dimension(:), intent(in) :: &
Expand Down
2 changes: 1 addition & 1 deletion physics/sfc_drv_ruc.meta
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,7 @@
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
intent = out
intent = inout
optional = F
[tsurf_ice]
standard_name = surface_skin_temperature_after_iteration_over_ice
Expand Down
6 changes: 3 additions & 3 deletions physics/sfc_noah_wrfv4_interstitial.meta
Original file line number Diff line number Diff line change
Expand Up @@ -520,8 +520,8 @@
intent = inout
optional = F
[tsfc_save]
standard_name = surface_skin_temperature_over_land_interstitial_save
long_name = surface skin temperature over land before entering a physics scheme (temporary use as interstitial)
standard_name = surface_skin_temperature_over_land_save
long_name = surface skin temperature over land before entering a physics scheme
units = K
dimensions = (horizontal_loop_extent)
type = real
Expand Down Expand Up @@ -894,7 +894,7 @@
intent = in
optional = F
[tsfc_save]
standard_name = surface_skin_temperature_over_land_interstitial_save
standard_name = surface_skin_temperature_over_land_save
long_name = surface skin temperature over land before entering a physics scheme (temporary use as interstitial)
units = K
dimensions = (horizontal_loop_extent)
Expand Down