Skip to content

Commit

Permalink
Merge pull request #75 from GEOS-ESM/feature/sdrabenh/hwt_spring_exp
Browse files Browse the repository at this point in the history
Updates from feature/wmputman/hwt_spring_exp
  • Loading branch information
mathomp4 committed Sep 28, 2023
2 parents 8eccab2 + 0612704 commit e96eda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/fv_dynamics.F90
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ subroutine fv_dynamics(npx, npy, npz, nq_tot, ng, bdt, consv_te, fill, &
call range_check('VA_dyn', ua, is, ie, js, je, ng, npz, gridstruct%agrid, &
-280., 280., bad_range)
call range_check('TA_dyn', pt, is, ie, js, je, ng, npz, gridstruct%agrid, &
130., 335., bad_range)
100., 335., bad_range)
!if ( .not. hydrostatic ) then
! call range_check('W_dyn', w, is, ie, js, je, ng, npz, gridstruct%agrid, &
! -100., 100., bad_range)
Expand Down

0 comments on commit e96eda7

Please sign in to comment.