Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MAR - CARAIB
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dethinne Thomas
MAR - CARAIB
Commits
dc63a5b2
Commit
dc63a5b2
authored
4 months ago
by
Dethinne Thomas
Browse files
Options
Downloads
Patches
Plain Diff
Update caraib_main_01_Iv_couplage.F
parent
288ee05c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
couplage/CARAIB/ver01_Iv_couplage/caraib_main_01_Iv_couplage.F
+9
-7
9 additions, 7 deletions
...age/CARAIB/ver01_Iv_couplage/caraib_main_01_Iv_couplage.F
with
9 additions
and
7 deletions
couplage/CARAIB/ver01_Iv_couplage/caraib_main_01_Iv_couplage.F
+
9
−
7
View file @
dc63a5b2
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment