Ignore:
Timestamp:
Mar 29, 2016, 11:45:49 AM (9 years ago)
Author:
emillour
Message:

All GCMS:
More updates to enforce dynamics/physics separation:

get rid of references to "temps_mod" from physics packages;
make a "time_phylmdz_mod.F90" module to store that
information and fill it via "iniphysiq".

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/inistats.F

    r1462 r1524  
    33      use mod_phys_lmdz_para, only : is_master
    44      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
    67      implicit none
    78
    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"
    1314
    1415      integer,intent(out) :: ierr
Note: See TracChangeset for help on using the changeset viewer.