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/dynlonlat_phylonlat/calfis.F

    r1403 r1422  
    66c    Auteur :  P. Le Van, F. Hourdin
    77c   .........
     8
     9      USE comvert_mod, ONLY: preff
     10      USE comconst_mod, ONLY: dtphys,cpp,kappa,pi
    811
    912      IMPLICIT NONE
     
    6366#include "dimensions.h"
    6467#include "paramet.h"
    65 #include "temps.h"
    6668
    6769      INTEGER ngridmx,nq
    6870      PARAMETER( ngridmx = 2+(jjm-1)*iim - 1/jjm   )
    6971
    70 #include "comconst.h"
    71 #include "comvert.h"
    7272#include "comgeom2.h"
    7373!#include "control.h"
Note: See TracChangeset for help on using the changeset viewer.