Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Méso-NH code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Méso-NH
Méso-NH code
Commits
b104adba
Commit
b104adba
authored
3 years ago
by
WAUTELET Philippe
Browse files
Options
Downloads
Patches
Plain Diff
Philippe 09/07/2021: bugfix: altitude levels are on the correct grid position (mass point)
parent
527059e4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/MNH/ini_lesn.f90
+3
-1
3 additions, 1 deletion
src/MNH/ini_lesn.f90
with
3 additions
and
1 deletion
src/MNH/ini_lesn.f90
+
3
−
1
View file @
b104adba
...
...
@@ -39,6 +39,7 @@
! P. Wautelet 12/08/2020: bugfix: use NUNDEF instead of XUNDEF for integer variables
! P. Wautelet 04/01/2021: bugfix: nles_k was used instead of nspectra_k for a loop index
! P. Wautelet 30/03/2021: budgets: LES cartesian subdomain limits are defined in the physical domain
! P. Wautelet 09/07/2021: bugfix: altitude levels are on the correct grid position (mass point)
! --------------------------------------------------------------------------
!
!* 0. DECLARATIONS
...
...
@@ -72,6 +73,7 @@ USE MODD_CONDSAMP, ONLY : LCONDSAMP
!
USE
MODI_INI_LES_CART_MASKn
USE
MODI_COEF_VER_INTERP_LIN
USE
MODI_SHUMAN
!
IMPLICIT
NONE
!
...
...
@@ -365,7 +367,7 @@ IF (ANY(XLES_ALTITUDES(:)/=XUNDEF)) THEN
END
DO
END
DO
END
DO
CALL
COEF_VER_INTERP_LIN
(
XZZ
,
ZZ_LES
,
NKLIN_LES
,
XCOEFLIN_LES
)
CALL
COEF_VER_INTERP_LIN
(
MZF
(
XZZ
)
,
ZZ_LES
,
NKLIN_LES
,
XCOEFLIN_LES
)
!
DEALLOCATE
(
ZZ_LES
)
END
IF
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment