Changeset 999 for trunk/LMDZ.MARS/libf/dyn3d/temps.h
- Timestamp:
- Jul 2, 2013, 9:40:28 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/dyn3d/temps.h
r791 r999 3 3 4 4 COMMON/temps_i/day_ini,day_end,anne_ini,itaufin 5 COMMON/temps_r/dt 5 COMMON/temps_r/dt,hour_ini 6 6 7 7 INTEGER itaufin ! total number of dynamical steps for the run … … 9 9 INTEGER*4 day_end ! final day # ; i.e. day # when this simulation ends 10 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) 11 REAL dt ! (dynamics) time step (changes if doing Matsuno or LF step) 12 REAL hour_ini ! initial fraction of day of simulation sequence (0=<hour_ini<1) 12 13 13 14 c-----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.