Last change
on this file since 937 was
791,
checked in by emillour, 12 years ago
|
Mars GCM:
Adapted code so that it can run fractions of days: e.g. if "nday=1.5" in
run.def, then run a sol and a half, "nday=0.75" to run three quarters of
a sol... Of course the fraction should correspond to a number of complete
dynamics/physics cycles. The fraction of the sol that a (re)start.nc
file corresponds to is (read)written as 'Time' in the file.
EM
|
File size:
610 bytes
|
Line | |
---|
1 | c----------------------------------------------------------------------- |
---|
2 | c INCLUDE 'temps.h' |
---|
3 | |
---|
4 | COMMON/temps_i/day_ini,day_end,anne_ini,itaufin |
---|
5 | COMMON/temps_r/dt |
---|
6 | |
---|
7 | INTEGER itaufin ! total number of dynamical steps for the run |
---|
8 | INTEGER*4 day_ini ! initial day # of simulation sequence |
---|
9 | INTEGER*4 day_end ! final day # ; i.e. day # when this simulation ends |
---|
10 | INTEGER*4 anne_ini ! initial year # of simulation sequence ? Not used. |
---|
11 | REAL dt ! (dynamics) time step (changes if doing Matsuno or LF step) |
---|
12 | |
---|
13 | c----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.