Ignore:
Timestamp:
Nov 2, 2015, 2:52:09 PM (9 years ago)
Author:
jbmadeleine
Message:

Updated phymar routines and made sure it compiles

  • Changed X_AT in Mod_PHY_AT_kkl.f90 from REAL*16 (obsolete) to double precision
  • The number of tracers nqtot is now given to MAR via the infotrac_phy routine
  • Changed iim and jjm into ii and jj in dynlonlat_phylonlat/phymar/iniphysiq_mod.F90
  • Added the declaration of the rotational in phymar/physiq.F90
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phymar/Mod_PHY_AT_kkl.f90

    r2089 r2382  
    8888      real(kind=real8), SAVE,ALLOCATABLE ,dimension(:)    ::  P___AT  ! Auxiliary   Term               P                           [-]
    8989      real(kind=real8), SAVE,ALLOCATABLE ,dimension(:)    ::  Q___AT  ! Auxiliary   Term               Q                           [-]
    90       real*16         ,ALLOCATABLE ,dimension(:)    ::  X___AT  ! Auxiliary   Unknown            X                           [x]
     90!      real*16         ,ALLOCATABLE ,dimension(:)    ::  X___AT  ! Auxiliary   Unknown            X                           [x]
     91      double precision,ALLOCATABLE ,dimension(:)    ::  X___AT  ! Auxiliary   Unknown            X                           [x]
    9192
    9293      real(kind=real8), SAVE,ALLOCATABLE ,dimension(:)    ::  LMO_AT  ! Monin-Obukhov     Length         (Grid Cell Average)       [m]
Note: See TracChangeset for help on using the changeset viewer.