Skip to content
Snippets Groups Projects
Commit dc63a5b2 authored by Dethinne Thomas's avatar Dethinne Thomas
Browse files

Update caraib_main_01_Iv_couplage.F

parent 288ee05c
No related branches found
No related tags found
No related merge requests found
......@@ -135,6 +135,15 @@ c time step for hydrological module (IBM) integration (day)
call open_input5(nyrmax,itmt,stept,iread)
write(*,*) 'open input file finish'
! If this is not the first iteration, then you can read the spinup data
if (first_iter.eq.0) then
ifrac = 0
ifrac_rd = 1
ilai_rd = 1
iread = 1
endif
if (ifull.eq.1) open(99924,file=filres)
write(*,*) 'ifull file finish'
c=======================================================================
......@@ -474,14 +483,7 @@ c - pixel area
c=======================================================================
if (first_iter.eq.1) call pixel_corners(ngt)
! If this is not the first iteration, then you can read the spinup data
if (first_iter.eq.0) then
ifrac = 0
ifrac_rd = 1
ilai_rd = 1
iread = 1
endif
c=======================================================================
c reads land use file and
c initialization of variables for all pixels
......
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