source: trunk/LMDZ.GENERIC/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: 130 bytes
Line 
1MODULE temps_mod
2
3IMPLICIT NONE 
4
5      INTEGER  itaufin
6      INTEGER*4 day_ini,day_end
7      REAL     dt
8
9END MODULE temps_mod
Note: See TracBrowser for help on using the repository browser.