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

Vertical gradients and shuman #9

Open
SebastienRietteMTO opened this issue Mar 9, 2023 · 0 comments
Open

Vertical gradients and shuman #9

SebastienRietteMTO opened this issue Mar 9, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@SebastienRietteMTO
Copy link
Collaborator

SebastienRietteMTO commented Mar 9, 2023

In Meso-NH, arrays are overdimensioned along the vertical axis.
In AROME, we can use "normal" arrays for all parametrisation except the turbulence one.

This issue list the steps to realise in order to suppress the unphysical points for AROME:

  1. Update vertical halo before calling the parametrizations in Meso-NH: At least when calling the PMMC09 scheme, the values in the unphysical level under ground is not equal to the values on the first physical level. Could it be possible to update the vertical halo before calling each parametrisation?
  2. Try to suppress computation on unphysical points in shuman_mf, keeping the results unchanged
  3. If the preceding rewritting is successful, EDKF can be rewritten to suppress computation on unphysical points
  4. Again, if the shuman_mf is successful, the turb scheme could use these routines (all the physics could use the same set of routines to compute gradients and shuman)
  5. The last step would be suppress the computations on unphysical points in the turbulence scheme, giving the possibility to suppress the overdimensioning in apl_arome
@SebastienRietteMTO SebastienRietteMTO changed the title Update vertical halo before calling the parametrizations Verticl gradients and shuman May 9, 2023
@SebastienRietteMTO SebastienRietteMTO added the enhancement New feature or request label May 9, 2023
@SebastienRietteMTO SebastienRietteMTO changed the title Verticl gradients and shuman Vertical gradients and shuman Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant