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

Put comgeom.h, comgeom2.h into modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dyn3dmem/guide_loc_mod.F90

    r5134 r5136  
    769769
    770770    USE comconst_mod, ONLY: pi
     771    USE lmdz_comgeom
    771772
    772773    IMPLICIT NONE
     
    774775    INCLUDE "dimensions.h"
    775776    INCLUDE "paramet.h"
    776     INCLUDE "comgeom.h"
    777777
    778778    ! input/output variables
     
    841841
    842842    USE comconst_mod, ONLY: pi
     843    USE lmdz_comgeom
    843844
    844845    IMPLICIT NONE
     
    846847    INCLUDE "dimensions.h"
    847848    INCLUDE "paramet.h"
    848     INCLUDE "comgeom.h"
    849849
    850850    ! input/output variables
     
    914914    USE comvert_mod, ONLY: preff, pressure_exner, bp, ap, disvert_type
    915915    USE lmdz_q_sat, ONLY: q_sat
     916    USE lmdz_comgeom2
     917
    916918    IMPLICIT NONE
    917919
    918920    INCLUDE "dimensions.h"
    919921    INCLUDE "paramet.h"
    920     INCLUDE "comgeom2.h"
    921922
    922923    REAL, DIMENSION (iip1, jjb_u:jje_u), INTENT(IN) :: psi ! Psol gcm
     
    13971398    USE comconst_mod, ONLY: pi
    13981399    USE serre_mod, ONLY: clat, clon, grossismx, grossismy
     1400    USE lmdz_comgeom2
    13991401
    14001402    IMPLICIT NONE
     
    14021404    INCLUDE "dimensions.h"
    14031405    INCLUDE "paramet.h"
    1404     INCLUDE "comgeom2.h"
    14051406
    14061407    ! input arguments :
     
    21562157    USE comvert_mod, ONLY: presnivs
    21572158    USE netcdf95, ONLY: nf95_def_var, nf95_put_var
     2159    USE lmdz_comgeom2
    21582160
    21592161    IMPLICIT NONE
     
    21612163    INCLUDE "dimensions.h"
    21622164    INCLUDE "paramet.h"
    2163     INCLUDE "comgeom2.h"
    21642165
    21652166    ! Variables entree
     
    24072408  !====================================================================
    24082409  SUBROUTINE dumpall
     2410    USE lmdz_comgeom
     2411
    24092412    IMPLICIT NONE
    24102413    INCLUDE "dimensions.h"
    24112414    INCLUDE "paramet.h"
    2412     INCLUDE "comgeom.h"
    24132415    CALL barrier
    24142416    CALL dump2du(alpha_u(ijb_u:ije_u), '  alpha_u couche 1')
Note: See TracChangeset for help on using the changeset viewer.