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

Use MLD_003 in mixedlayer_restrat_Bodner #326

Open
gustavo-marques opened this issue Dec 11, 2024 · 0 comments · May be fixed by #327
Open

Use MLD_003 in mixedlayer_restrat_Bodner #326

gustavo-marques opened this issue Dec 11, 2024 · 0 comments · May be fixed by #327
Assignees

Comments

@gustavo-marques
Copy link
Collaborator

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:

! 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants