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

Quentin 11/10/2021: bugfix, new IMPDRY and IMPWET variables are allocated inside SURFEX

parent 1947f39b
No related branches found
No related tags found
No related merge requests found
...@@ -553,10 +553,6 @@ ELSE ...@@ -553,10 +553,6 @@ ELSE
YSV_SURF(:) = CSV(:) YSV_SURF(:) = CSV(:)
ENDIF ENDIF
! !
! 1.15 Wet/dry impurity type deposition coefficient (SURFEX offline)
!
ZP_ZIMPWET = 0.
ZP_ZIMPDRY = 0.
! !
!------------------------------------------------------------------------------- !-------------------------------------------------------------------------------
! !
...@@ -1000,8 +996,6 @@ DEALLOCATE(ZP_TA ) ...@@ -1000,8 +996,6 @@ DEALLOCATE(ZP_TA )
DEALLOCATE(ZP_RHOA ) DEALLOCATE(ZP_RHOA )
DEALLOCATE(ZP_SV ) DEALLOCATE(ZP_SV )
DEALLOCATE(ZP_CO2 ) DEALLOCATE(ZP_CO2 )
DEALLOCATE(ZP_ZIMPDRY )
DEALLOCATE(ZP_ZIMPWET )
DEALLOCATE(ZP_RAIN ) DEALLOCATE(ZP_RAIN )
DEALLOCATE(ZP_SNOW ) DEALLOCATE(ZP_SNOW )
DEALLOCATE(ZP_LW ) DEALLOCATE(ZP_LW )
......
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