Ignore:
Timestamp:
Apr 2, 2016, 4:09:43 PM (9 years ago)
Author:
emillour
Message:

Mars GCM:

  • Got rid of references to "dimensions.h" from physics packages: use nbp_lon (=iim), nbp_lat (==jjp1) and nbp_lev from module mod_grid_phy_lmdz (in phy_common) instead.
  • Added "ioipsl_getin_p_mod.F90" (getin_p routine) in phy_common to correctly read in parameters from *.def files in a parallel environment.

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/aeronomars/moldiff_red.F90

    r1431 r1528  
    77implicit none
    88
    9 !#include "dimensions.h"
    10 !#include "dimphys.h"
    11 !#include "comcstfi.h"
    12 !#include "callkeys.h"
    13 !#include "comdiurn.h"
    14 !#include "chimiedata.h"
    15 !#include "tracer.h"
    16 !#include "conc.h"
    17 #include "diffusion.h"
     9include "diffusion.h"
    1810
    1911! July 2014 JYC ADD BALISTIC Transport coupling to compute wup for H and H2
     
    937929        use tracer_mod, only: nqmx
    938930        IMPLICIT NONE
    939 !#include "dimensions.h"
    940931
    941932        INTEGER,INTENT(IN) :: nl,nq
     
    973964        use tracer_mod, only: nqmx
    974965        IMPLICIT NONE
    975 !#include "dimensions.h"
    976966
    977967        INTEGER :: nl,nq,l
     
    10581048        use tracer_mod, only: nqmx
    10591049        IMPLICIT NONE
    1060 !#include "dimensions.h"
    10611050       
    10621051        INTEGER :: nl,nq,il,l,i,iq,nlx,iz,ig
     
    14001389        use tracer_mod, only: nqmx
    14011390        IMPLICIT NONE
    1402 !#include "dimensions.h"
    14031391        INTEGER :: nl,nq,nlx,il,nn,iP,ig,compteur
    14041392        INTEGER,DIMENSION(1) :: indP
     
    15021490        use tracer_mod, only: nqmx
    15031491        IMPLICIT NONE
    1504 !#include "dimensions.h"
    15051492        INTEGER :: nl,nq,nlx,il,nn,iP,ig,compteur
    15061493        INTEGER,DIMENSION(1) :: indP
Note: See TracChangeset for help on using the changeset viewer.