Changeset 841 for trunk/LMDZ.TITAN/libf


Ignore:
Timestamp:
Nov 13, 2012, 9:21:32 AM (12 years ago)
Author:
emillour
Message:

Common dynamics:

  • updates to keep up with LMDZ5 Earth (rev 1678) changes
  • fixed bug in leapfrog_p.F: parallel dynamics now work fine.
  • see file "DOC/chantiers/commit_importants.log" for details.

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/iniphysiq.F

    r102 r841  
    88     $           pdayref,ptimestep,
    99     $           plat,plon,parea,pcu,pcv,
    10      $           prad,pg,pr,pcpp)
     10     $           prad,pg,pr,pcpp,iflag_phys)
    1111
    1212c
     
    4949
    5050      REAL prad,pg,pr,pcpp,punjours
    51  
     51      INTEGER,INTENT(IN) :: iflag_phys ! type of physics to be called
    5252      INTEGER ngrid,nlayer
    5353      REAL plat(ngrid),plon(ngrid),parea(klon),pcu(klon),pcv(klon)
Note: See TracChangeset for help on using the changeset viewer.