|
Last change
on this file since 3663 was
3331,
checked in by acozic, 8 years ago
|
|
Add modification for isotopes
|
-
Property svn:executable set to
*
|
|
File size:
800 bytes
|
| Line | |
|---|
| 1 | ! |
|---|
| 2 | ! $Id: temps_mod.F90 2601 2016-07-24 09:51:55Z emillour $ |
|---|
| 3 | ! |
|---|
| 4 | MODULE temps_mod |
|---|
| 5 | |
|---|
| 6 | IMPLICIT NONE |
|---|
| 7 | |
|---|
| 8 | INTEGER itaufin ! total number of dynamical steps for the run |
|---|
| 9 | INTEGER itau_dyn |
|---|
| 10 | INTEGER itau_phy |
|---|
| 11 | INTEGER day_ini ! initial day # of simulation sequence |
|---|
| 12 | INTEGER day_end ! final day # ; i.e. day # when this simulation ends |
|---|
| 13 | INTEGER annee_ref |
|---|
| 14 | INTEGER day_ref |
|---|
| 15 | REAL dt ! (dynamics) time step (changes if doing Matsuno or LF step) |
|---|
| 16 | REAL jD_ref ! reference julian day date (beginning of experiment) |
|---|
| 17 | REAL jH_ref ! reference julian "hour" of reference julian date |
|---|
| 18 | REAL start_time |
|---|
| 19 | CHARACTER (len=10) :: calend ! calendar type |
|---|
| 20 | |
|---|
| 21 | ! Additionnal Mars stuff: |
|---|
| 22 | REAL hour_ini ! initial fraction of day of simulation sequence (0=<hour_ini<1) |
|---|
| 23 | |
|---|
| 24 | END MODULE temps_mod |
|---|
Note: See
TracBrowser
for help on using the repository browser.