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/dyn3dpar/guide_p_mod.F90

    r2598 r2600  
    340340    USE control_mod
    341341    USE comconst_mod, ONLY: daysec, dtvr, cpp, kappa
     342    USE comvert_mod, ONLY: ap, bp, preff, presnivs, pressure_exner
    342343   
    343344    IMPLICIT NONE
     
    345346    INCLUDE "dimensions.h"
    346347    INCLUDE "paramet.h"
    347     INCLUDE "comvert.h"
    348348
    349349    ! Variables entree
     
    707707  USE Bands
    708708  USE comconst_mod, ONLY: cpp, kappa
     709  USE comvert_mod, ONLY: preff, pressure_exner, bp, ap
    709710  IMPLICIT NONE
    710711
    711712  include "dimensions.h"
    712713  include "paramet.h"
    713   include "comvert.h"
    714714  include "comgeom2.h"
    715715
     
    18141814    USE parallel_lmdz
    18151815    USE comconst_mod, ONLY: pi
     1816    USE comvert_mod, ONLY: presnivs
    18161817    IMPLICIT NONE
    18171818
     
    18201821    INCLUDE "netcdf.inc"
    18211822    INCLUDE "comgeom2.h"
    1822     INCLUDE "comvert.h"
    18231823   
    18241824    ! Variables entree
Note: See TracChangeset for help on using the changeset viewer.