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

Philippe 05/01/2022: 'M' (molar) replaced by equivalent 'mol l-1' (M not known by udunits)

parent df29957f
No related branches found
No related tags found
No related merge requests found
!MNH_LIC Copyright 1994-2022 CNRS, Meteo-France and Universite Paul Sabatier !MNH_LIC Copyright 1994-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 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 version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
!MNH_LIC for details. version 1. !MNH_LIC for details. version 1.
...@@ -1254,7 +1254,7 @@ IF (LCHEMDIAG) THEN ...@@ -1254,7 +1254,7 @@ IF (LCHEMDIAG) THEN
END IF END IF
IF (LCHAQDIAG) THEN !aqueous concentration in M IF (LCHAQDIAG) THEN !aqueous concentration in M
TZFIELD%CSTDNAME = '' TZFIELD%CSTDNAME = ''
TZFIELD%CUNITS = 'M' TZFIELD%CUNITS = 'mol l-1' !Original value: 'M' (molar) but not known by udunits => replaced by equivalent mol l-1
TZFIELD%CDIR = 'XY' TZFIELD%CDIR = 'XY'
TZFIELD%NGRID = 1 TZFIELD%NGRID = 1
TZFIELD%NTYPE = TYPEREAL TZFIELD%NTYPE = TYPEREAL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment