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

Found the solution for the spin up i think

parent f6befc39
No related branches found
No related tags found
No related merge requests found
......@@ -301,7 +301,7 @@ c=======================================================================
endif !(num_ncdf)
c=======================================================================
c i dont know
c Read or generate temperature ?
c=======================================================================
......@@ -324,7 +324,7 @@ c=======================================================================
endif !(incdf_tem)
c=======================================================================
c i dont know
c Read or generate temperature max ?
c=======================================================================
if (incdf_dta.eq.1) then
......@@ -347,7 +347,7 @@ c=======================================================================
endif !(incdf_dta)
c=======================================================================
c i dont know
c Read or generate temperature min ?
c=======================================================================
......@@ -370,7 +370,7 @@ c=======================================================================
endif !(idtem)
c=======================================================================
c i dont know
c Read or generate precip ?
c=======================================================================
......@@ -394,7 +394,7 @@ c=======================================================================
endif
c=======================================================================
c i dont know
c Read or generate sunshine hour ?
c=======================================================================
if (incdf_shi.eq.1) then
......@@ -415,7 +415,7 @@ c=======================================================================
endif
c=======================================================================
c i dont know
c Read or generate Relative humidity ?
c=======================================================================
if (incdf_rhu.eq.1) then
......@@ -435,7 +435,7 @@ c=======================================================================
endif
c=======================================================================
c i dont know
c Read or generate windspeed ?
c=======================================================================
if (incdf_win.eq.1) then
......@@ -460,7 +460,7 @@ c=======================================================================
c#######################################################################
c=======================================================================
c Loop over the pixels for ....
c Loop over the pixels for preprocess
c=======================================================================
c#######################################################################
write(*,*) "first pixel loop"
......
......@@ -84,6 +84,10 @@
write(6,*) "Starting caraib"
call caraib
! if first iter:
! change yyyy to yyyy-1 for car outputs
! change the 0 to 1 read data file
day_counter = day_counter + 1
first_iter = 0
......
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