Changeset 1107 for trunk/LMDZ.COMMON/libf/dyn3d/temps.h
- Timestamp:
- Nov 19, 2013, 12:52:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d/temps.h
r974 r1107 13 13 ! INCLUDE 'temps.h' 14 14 15 COMMON/temps/ dt, jD_ref, jH_ref, start_time, & 16 & day_ini, day_end, annee_ref, day_ref, & 17 & itau_dyn, itau_phy, itaufin, calend 15 COMMON/temps_r/dt,jD_ref,jH_ref,start_time,hour_ini 16 COMMON/temps_i/day_ini,day_end,annee_ref,day_ref, & 17 & itau_dyn,itau_phy,itaufin 18 COMMON/temps_c/calend 18 19 19 20 20 INTEGER itaufin 21 INTEGER itaufin ! total number of dynamical steps for the run 21 22 INTEGER itau_dyn, itau_phy 22 INTEGER day_ini, day_end, annee_ref, day_ref 23 REAL dt, jD_ref, jH_ref, start_time 23 INTEGER day_ini ! initial day # of simulation sequence 24 INTEGER day_end ! final day # ; i.e. day # when this simulation ends 25 INTEGER annee_ref 26 INTEGER day_ref 27 REAL dt ! (dynamics) time step (changes if doing Matsuno or LF step) 28 REAL jD_ref, jH_ref, start_time 24 29 CHARACTER (len=10) :: calend 25 30 31 ! Additionnal Mars stuff: 32 real hour_ini ! initial fraction of day of simulation sequence (0=<hour_ini<1) 33 26 34 !-----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.