Ignore:
Timestamp:
Apr 30, 2015, 12:33:45 PM (10 years ago)
Author:
milmd
Message:

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

File:
1 edited

Legend:

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

    r1130 r1422  
    22
    33      use mod_phys_lmdz_para, only : is_master
     4      USE comvert_mod, ONLY: ap,bp,aps,bps,preff,pseudoalt,presnivs
     5      USE comconst_mod, ONLY: daysec,dtphys,pi
    46      implicit none
    57
     
    79#include "paramet.h"
    810#include "comgeom.h"
    9 #include "comvert.h"
    10 #include "comconst.h"
    1111#include "statto.h"
    1212#include "netcdf.inc"
Note: See TracChangeset for help on using the changeset viewer.