Changeset 2382


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
Location:
LMDZ5/trunk/libf/phymar
Files:
1 added
2 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]
  • LMDZ5/trunk/libf/phymar/physiq.F90

    r2351 r2382  
    120120      real,intent(in) :: u(klon,klev) ! eastward zonal wind (m/s)
    121121      real,intent(in) :: v(klon,klev) ! northward meridional wind (m/s)
     122      REAL, intent(in):: rot(klon, klev) ! relative vorticity,
     123                                         ! in s-1, needed for frontal waves
    122124      real,intent(in) :: t(klon,klev) ! temperature (K)
    123125      real,intent(in) :: qx(klon,klev,nqtot) ! tracers (.../kg_air)
Note: See TracChangeset for help on using the changeset viewer.