You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once MLD_003 is available in mixedlayer_restrat_Bodner, this code block needs to be changed to:
! Calculate "big H", representative of the mixed layer depth, used in B22 formula (eq 27).
do j=js-1,je+1 ; do i=is-1,ie+1
big_H(i,j) = rmean2ts(MLD_003(i,j), CS%MLD_filtered_slow(i,j), &
CS%MLD_growing_Tfilt, CS%MLD_decaying_Tfilt, dt)
CS%MLD_filtered_slow(i,j) = big_H(i,j)
enddo ; enddo
The logic for setting MLE_DENSITY_DIFF and MLE_USE_PBL_MLD will also have to be revised because currently, MLE_DENSITY_DIFF cannot be set if MLE_USE_PBL_MLD=True.
The text was updated successfully, but these errors were encountered:
We want to test using
MLD_003
, computed as in this code block, in mixedlayer_restrat_Bodner.Once MLD_003 is available in
mixedlayer_restrat_Bodner
, this code block needs to be changed to:The logic for setting
MLE_DENSITY_DIFF
andMLE_USE_PBL_MLD
will also have to be revised because currently,MLE_DENSITY_DIFF
cannot be set ifMLE_USE_PBL_MLD=True.
The text was updated successfully, but these errors were encountered: