Skip to content
Snippets Groups Projects
Commit 34320971 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 18/02/2021: budgets: add DISSH terms to NLES_DISS index (as in older MNH versions)

parent 09a274c5
No related branches found
No related tags found
No related merge requests found
!MNH_LIC Copyright 2002-2020 CNRS, Meteo-France and Universite Paul Sabatier
!MNH_LIC Copyright 2002-2021 CNRS, Meteo-France and Universite Paul Sabatier
!MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence
!MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
!MNH_LIC for details. version 1.
......@@ -430,7 +430,9 @@ ELSE IF (HBU=='TP') THEN
KLES_BU = NLES_TP
ELSE IF (HBU=='TR') THEN
KLES_BU = NLES_TR
ELSE IF (HBU=='DISS') THEN
ELSE IF ( HBU == 'DISS' .OR. HBU == 'DISSH' ) THEN
!Both DISS and DISSH source terms are included in the same index
!but they are stored in different budgets (DISS goes to NBUDGET_TKE, DISSH to NBUDGET_TH)
KLES_BU = NLES_DISS
ELSE IF (HBU=='DIF') THEN
KLES_BU = NLES_DIFF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment