Ignore:
Timestamp:
Mar 20, 2014, 10:57:19 AM (10 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r1920:1997 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/phylmd/cvthermo.h

    r1910 r1999  
    22! $Header$
    33!
    4 c Thermodynamical constants for convectL:
     4! Thermodynamical constants for convectL:
    55
    66      real cpd, cpv, cl, ci, rrv, rrd, lv0, lf0, g, rowl, t0
     
    1010      real grav
    1111
    12       COMMON /cvthermo/ cpd, cpv, cl, ci, rrv, rrd, lv0, lf0, g, rowl
    13      :                 ,t0, clmcpv, clmcpd, cpdmcp, cpvmcpd, cpvmcl
    14      :                 ,clmci, eps, epsi, epsim1, ginv, hrd, grav
     12      COMMON /cvthermo/ cpd, cpv, cl, ci, rrv, rrd, lv0, lf0, g, rowl &
     13                       ,t0, clmcpv, clmcpd, cpdmcp, cpvmcpd, cpvmcl  &
     14                       ,clmci, eps, epsi, epsim1, ginv, hrd, grav
    1515
    16 c$OMP THREADPRIVATE(/cvthermo/)
     16!$OMP THREADPRIVATE(/cvthermo/)
Note: See TracChangeset for help on using the changeset viewer.