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/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.