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

Philippe 11/01/2019: bug in write XBL_DEPTH->XSBL_DEPTH

parent 0f6744e8
No related branches found
No related tags found
No related merge requests found
!MNH_LIC Copyright 1994-2018 CNRS, Meteo-France and Universite Paul Sabatier !MNH_LIC Copyright 1994-2019 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.
!----------------------------------------------------------------- !-----------------------------------------------------------------
! ######################### ! #########################
...@@ -168,6 +168,7 @@ END MODULE MODI_WRITE_LFIFM_n ...@@ -168,6 +168,7 @@ END MODULE MODI_WRITE_LFIFM_n
!! 02/2018 Q.Libois move Diagnostic related to the radiations in radiations.f90 !! 02/2018 Q.Libois move Diagnostic related to the radiations in radiations.f90
!! Philippe Wautelet: 05/2016-04/2018: new data structures and calls for I/O !! Philippe Wautelet: 05/2016-04/2018: new data structures and calls for I/O
!! V. Vionnet 07/2017, add blowing snow variables !! V. Vionnet 07/2017, add blowing snow variables
!! P.Wautelet 11/01/2019: bug correction in write XBL_DEPTH->XSBL_DEPTH
!! !!
!------------------------------------------------------------------------------- !-------------------------------------------------------------------------------
! !
...@@ -1412,7 +1413,7 @@ IF( CTURB /= 'NONE' .AND. CTOM=='TM06') THEN ...@@ -1412,7 +1413,7 @@ IF( CTURB /= 'NONE' .AND. CTOM=='TM06') THEN
END IF END IF
! !
IF( CTURB /= 'NONE' .AND. LRMC01) THEN IF( CTURB /= 'NONE' .AND. LRMC01) THEN
CALL IO_WRITE_FIELD(TPFILE,'SBL_DEPTH',XBL_DEPTH) CALL IO_WRITE_FIELD(TPFILE,'SBL_DEPTH',XSBL_DEPTH)
END IF END IF
! !
IF( CTURB /= 'NONE' .AND. CSCONV == 'EDKF' .AND.(CPROGRAM == 'MESONH' .OR. CPROGRAM == 'DIAG')) THEN IF( CTURB /= 'NONE' .AND. CSCONV == 'EDKF' .AND.(CPROGRAM == 'MESONH' .OR. CPROGRAM == 'DIAG')) THEN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment