source: trunk/LMDZ.MARS/libf/dyn3d/temps_mod.F90 @ 1422

Last change on this file since 1422 was 1422, checked in by milmd, 10 years ago

In GENERIC, MARS and COMMON models replace some include files by modules (usefull for decoupling physics with dynamics).

File size: 427 bytes
Line 
1MODULE temps_mod
2
3IMPLICIT NONE 
4
5      INTEGER  itaufin  ! total number of dynamical steps for the run
6      INTEGER*4 day_ini ! initial day # of simulation sequence
7      INTEGER*4 day_end ! final day # ; i.e. day # when this simulation ends
8      REAL dt ! (dynamics) time step (changes if doing Matsuno or LF step)
9      REAL hour_ini ! initial fraction of day of simulation sequence (0=<hour_ini<1)
10
11END MODULE temps_mod
Note: See TracBrowser for help on using the repository browser.