Ignore:
Timestamp:
Jul 28, 2024, 4:17:54 PM (8 weeks ago)
Author:
abarral
Message:

Put comgeom.h, comgeom2.h into modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dyn3d/guide_mod.F90

    r5134 r5136  
    608608
    609609    USE comconst_mod, ONLY: pi
     610    USE lmdz_comgeom
    610611
    611612    IMPLICIT NONE
     
    613614    INCLUDE "dimensions.h"
    614615    INCLUDE "paramet.h"
    615     INCLUDE "comgeom.h"
    616616
    617617    ! input/output variables
     
    676676    USE comvert_mod, ONLY: preff, pressure_exner, bp, ap
    677677    USE lmdz_q_sat, ONLY: q_sat
     678    USE lmdz_comgeom2
     679
    678680    IMPLICIT NONE
    679681
    680682    INCLUDE "dimensions.h"
    681683    INCLUDE "paramet.h"
    682     INCLUDE "comgeom2.h"
    683684
    684685    REAL, DIMENSION (iip1, jjp1), INTENT(IN) :: psi ! Psol gcm
     
    925926    USE comconst_mod, ONLY: pi
    926927    USE serre_mod, ONLY: clon, clat, grossismx, grossismy
     928    USE lmdz_comgeom2
    927929
    928930    IMPLICIT NONE
     
    930932    INCLUDE "dimensions.h"
    931933    INCLUDE "paramet.h"
    932     INCLUDE "comgeom2.h"
    933934
    934935    ! input arguments :
     
    16501651    USE comvert_mod, ONLY: presnivs
    16511652    USE netcdf95, ONLY: nf95_def_var, nf95_put_var
     1653    USE lmdz_comgeom2
    16521654
    16531655    IMPLICIT NONE
     
    16551657    INCLUDE "dimensions.h"
    16561658    INCLUDE "paramet.h"
    1657     INCLUDE "comgeom2.h"
    16581659
    16591660    ! Variables entree
Note: See TracChangeset for help on using the changeset viewer.