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

Update call_caraib.f90

parent 988202be
No related branches found
No related tags found
No related merge requests found
......@@ -43,10 +43,11 @@
CASE (0)
first_day = jdarGE
day_counter = 1
first_iter = 1
! Write Caraib domain
CASE (1)
first_iter = 1
write(6,*) "write eco"
call make_eco
......@@ -83,7 +84,7 @@
call caraib
!Rename all the files of the first output of CARAIB if its the spin up
if (first_iter .eq. 1) CALL rename_spinup
if (first_iter .eq. 0) CALL rename_spinup
!
day_counter = day_counter + 1
......
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