source: LMDZ6/trunk/libf/phylmdiso/dyn1d/temps_mod.F90 @ 3927

Last change on this file since 3927 was 3927, checked in by Laurent Fairhead, 3 years ago

Initial import of the physics wih isotopes from Camille Risi
CR

File size: 821 bytes
Line 
1!
2! $Id: temps_mod.F90 3540 2019-06-25 14:50:13Z fairhead $
3!
4MODULE temps_mod
5
6IMPLICIT 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  INTEGER   year_len
16  REAL      dt ! (dynamics) time step (changes if doing Matsuno or LF step)
17  REAL      jD_ref ! reference julian day date (beginning of experiment)
18  REAL      jH_ref ! reference julian "hour" of reference julian date
19  REAL      start_time
20  CHARACTER (len=10) :: calend ! calendar type
21
22  ! Additionnal Mars stuff:
23  REAL hour_ini ! initial fraction of day of simulation sequence (0=<hour_ini<1)
24
25END MODULE temps_mod
Note: See TracBrowser for help on using the repository browser.