Skip to content
Snippets Groups Projects
Commit ae3319ce authored by RODIER Quentin's avatar RODIER Quentin
Browse files

Marie M. 24/07/2020: SURFEX bugfix : correction of IF condition impacting the...

Marie M. 24/07/2020: SURFEX bugfix : correction of IF condition impacting the interpolation of tiles fractions at PGD step (when fractions are prescribed in a file and when some points don't have data) from commit f70f6454 of SURFEX repository 29/04/2019
parent 8a7a8449
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ USE MODD_PGDWORK, ONLY : XALL, NSIZE_ALL, CATYPE, NSIZE, XSUMVAL, & ...@@ -57,7 +57,7 @@ USE MODD_PGDWORK, ONLY : XALL, NSIZE_ALL, CATYPE, NSIZE, XSUMVAL, &
USE MODD_SURF_PAR, ONLY : XUNDEF USE MODD_SURF_PAR, ONLY : XUNDEF
USE MODD_PGD_GRID, ONLY : NL USE MODD_PGD_GRID, ONLY : NL
! !
USE MODD_DATA_COVER_PAR, ONLY : NTYPE, LVEG_PRES, NVEGTYPE USE MODD_DATA_COVER_PAR, ONLY : NTYPE, LVEG_PRES, NVEGTYPE, NVEGTYPE_OLD
! !
USE MODI_GET_LUOUT USE MODI_GET_LUOUT
USE MODI_TREAT_FIELD USE MODI_TREAT_FIELD
...@@ -293,8 +293,8 @@ IF (LEN_TRIM(HFILE)/=0) THEN ...@@ -293,8 +293,8 @@ IF (LEN_TRIM(HFILE)/=0) THEN
! !
DO JT=1,SIZE(NSIZE,2) DO JT=1,SIZE(NSIZE,2)
IF (.NOT.U%LECOSG.AND.JT>NVEGTYPE) EXIT IF (.NOT.U%LECOSG.AND.JT>NVEGTYPE_OLD) EXIT
!multitype input file !multitype input file
IF (SIZE(ZFIELD,2)>1) THEN IF (SIZE(ZFIELD,2)>1) THEN
......
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