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
55f5677e
Commit
55f5677e
authored
4 months ago
by
Dethinne Thomas
Browse files
Options
Downloads
Patches
Plain Diff
Update caraib_main_01_Iv_couplage.F
parent
6e6d7909
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
+12
-3
12 additions, 3 deletions
...age/CARAIB/ver01_Iv_couplage/caraib_main_01_Iv_couplage.F
with
12 additions
and
3 deletions
couplage/CARAIB/ver01_Iv_couplage/caraib_main_01_Iv_couplage.F
+
12
−
3
View file @
55f5677e
...
...
@@ -49,6 +49,7 @@ c=====================================================================72
USE
MOD_NETCDFCARAIB
use
marctr
use
mar_ge
use
marcar
IMPLICIT
NONE
...
...
@@ -472,7 +473,15 @@ c - coordinates of pixel corners
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
...
...
@@ -857,7 +866,7 @@ c=======================================================================
c
records
CO2
of
previous
years
c
=======================================================================
write
(
999326
,
'(20(1x,f10.3))'
)(
co2_prev
(
iy
),
iy
=
1
,
20
)
!
write(999326,'(20(1x,f10.3))')(co2_prev(iy),iy=1,20)
c
=======================================================================
c
dispersion
module
...
...
@@ -905,7 +914,7 @@ cc idayct = idayct + nd
close
(
99961
)
if
(
ifull
.eq.
1
)
close
(
99924
)
call
system
(
'cp ./CARAIB_couplage/results/Belgium/*
. /climato_tmp1/tdethinne/res_car/'
)
!
call system('cp ./CARAIB_couplage/results/Belgium/*
!
. /climato_tmp1/tdethinne/res_car/')
end
subroutine
caraib
\ No newline at end of file
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