Skip to content
Snippets Groups Projects
Commit 8f8524d8 authored by Gaelle Tanguy's avatar Gaelle Tanguy Committed by WAUTELET Philippe
Browse files

Gaelle 14/05/14 : pas d'interpolation des niveaux verticaux

parent 3db1f095
No related branches found
No related tags found
No related merge requests found
......@@ -1051,8 +1051,8 @@ DO JGR=1,10000
CUNITE(1)='hPa'
ENDIF
ENDIF
! b. interpolation eventuelle selon la verticale
IF( SIZE(XVAR,3)>1 .AND. SIZE(XVAR,2)>1 .AND. SIZE(XVAR,1)>1 ) THEN
! b. interpolation eventuelle selon la verticale
IF( SIZE(XVAR,3)>1 .AND. CGROUP /= 'VLEV' ) THEN
! VLEV, LON, LAT et chps 2D ne passent pas cette partie
if (ilocverbia >= 0 ) then
print*,' Interpolations on ',inbvertz,' ', &
......
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