Skip to content

Commit

Permalink
Merge pull request #8 from CESM-Development/billsacks/zero_dynbal_fluxes
Browse files Browse the repository at this point in the history
When we have daily rather than annual glacier dynamics (as we do in this
testmod, due to having test_coupling in user_nl_cism), CLM applies the
dynbal adjustments in a single time step rather than spreading them
throughout the year. This can cause sensible heat fluxes of thousands of
W m-2, which causes CAM's PBL scheme to blow up. So force these fluxes
to zero for this testmod; this breaks water and energy conservation in
CLM, but should allow the test to pass.

This depends on clm4_5_15_r235
  • Loading branch information
fischer-ncar authored Apr 27, 2017
2 parents bd22123 + 3cfd224 commit 5af3b68
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions testmods_dirs/allactive/defaultio/user_nl_clm
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@
hist_nhtfrq =-24
hist_mfilt = 1
for_testing_allow_non_annual_changes = .true.

! When we have daily rather than annual glacier dynamics (as we do in this testmod, due
! to having test_coupling in user_nl_cism), CLM applies the dynbal adjustments in a
! single time step rather than spreading them throughout the year. This can cause
! sensible heat fluxes of thousands of W m-2, which causes CAM's PBL scheme to blow up.
! So force these fluxes to zero for this testmod; this breaks water and energy
! conservation in CLM, but should allow the test to pass.
for_testing_zero_dynbal_fluxes = .true.

0 comments on commit 5af3b68

Please sign in to comment.