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

Quentin 31/05/2022: bugfix for ALADIN prep (reading of wind velocity)...

Quentin 31/05/2022: bugfix for ALADIN prep (reading of wind velocity) introducted at commit 4c564235
parent 9e835a3e
No related branches found
No related tags found
No related merge requests found
...@@ -1480,6 +1480,7 @@ END IF ...@@ -1480,6 +1480,7 @@ END IF
! After this projection, the file is simil ! After this projection, the file is simil
! !
IF (HFILE(1:3)=='ATM') THEN IF (HFILE(1:3)=='ATM') THEN
ISTARTLEVEL = 1
ALLOCATE (XU_LS(IIU,IJU,INLEVEL)) ALLOCATE (XU_LS(IIU,IJU,INLEVEL))
ALLOCATE (XV_LS(IIU,IJU,INLEVEL)) ALLOCATE (XV_LS(IIU,IJU,INLEVEL))
ALLOCATE (ZTU_LS(INO)) ALLOCATE (ZTU_LS(INO))
......
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