Ignore:
Timestamp:
Jul 23, 2016, 7:45:38 AM (8 years ago)
Author:
Ehouarn Millour
Message:

Cleanup in the dynamics: turn comvert.h into module comvert_mod.F90
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dynphy_lonlat/calfis.F

    r2597 r2600  
    3535#endif
    3636      USE comconst_mod, ONLY: cpp, daysec, dtphys, dtvr, kappa, pi
     37      USE comvert_mod, ONLY: preff, presnivs
    3738     
    3839      IMPLICIT NONE
     
    9091c    ------------------
    9192
    92 #include "dimensions.h"
    93 #include "paramet.h"
    94 #include "temps.h"
     93      include "dimensions.h"
     94      include "paramet.h"
     95      include "temps.h"
    9596
    9697      INTEGER ngridmx
    9798      PARAMETER( ngridmx = 2+(jjm-1)*iim - 1/jjm   )
    9899
    99 #include "comvert.h"
    100 #include "comgeom2.h"
    101 #include "iniprint.h"
     100      include "comgeom2.h"
     101      include "iniprint.h"
    102102
    103103c    Arguments :
Note: See TracChangeset for help on using the changeset viewer.