Changeset 1524 for trunk/LMDZ.MARS/libf/phymars/inistats.F
- Timestamp:
- Mar 29, 2016, 11:45:49 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/inistats.F
r1462 r1524 3 3 use mod_phys_lmdz_para, only : is_master 4 4 USE comvert_mod, ONLY: ap,bp,aps,bps,preff,pseudoalt,presnivs 5 USE comcstfi_h, ONLY: daysec,dtphys,pi 5 USE comcstfi_h, ONLY: pi 6 USE time_phylmdz_mod, ONLY: daysec,dtphys 6 7 implicit none 7 8 8 #include "dimensions.h"9 #include "paramet.h"10 #include "comgeom.h"11 #include "statto.h"12 #include "netcdf.inc"9 include "dimensions.h" 10 include "paramet.h" 11 include "comgeom.h" 12 include "statto.h" 13 include "netcdf.inc" 13 14 14 15 integer,intent(out) :: ierr
Note: See TracChangeset
for help on using the changeset viewer.