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
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:
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?
Try to suppress computation on unphysical points in shuman_mf, keeping the results unchanged
If the preceding rewritting is successful, EDKF can be rewritten to suppress computation on unphysical points
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)
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
The text was updated successfully, but these errors were encountered:
SebastienRietteMTO
changed the title
Update vertical halo before calling the parametrizations
Verticl gradients and shuman
May 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:
The text was updated successfully, but these errors were encountered: