Skip to content

Commit

Permalink
t_grnd(i) should be t_grnd(c)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelTrahanNOAA committed Jul 28, 2023
1 parent 180c43b commit ace56af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physics/clm_lake.f90
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ SUBROUTINE clm_lake_run( &
gflx_wat(I) = eflx_gnet(c) ![W/m/m] upward_heat_flux_in_soil_over_water
ep1d_water(i) = eflx_lh_tot(c) ![W/m/m] surface_upward_potential_latent_heat_flux_over_water
tsurf_water(I) = t_grnd(c) ![K] surface skin temperature after iteration over water
tsurf_ice(i) = t_grnd(i) ! surface_skin_temperature_after_iteration_over_ice
tsurf_ice(i) = t_grnd(c) ! surface_skin_temperature_after_iteration_over_ice
tsfc_wat(i) = t_grnd(c) ![K] surface skin temperature over water
tisfc(i) = t_grnd(c)
tsfc(i) = t_grnd(c)
Expand Down

0 comments on commit ace56af

Please sign in to comment.