Ignore:
Timestamp:
Jul 27, 2016, 11:14:41 AM (8 years ago)
Author:
emillour
Message:

All models:
Clean up the dynamics/physics interface to converge with LMDZ5;
get rid of tracerdyn parameter (which was supposed to send information
about wether tracers should be advected or not in the Mars and Generic
models).
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/dynphy_lonlat/calfis.F

    r1549 r1576  
    22     $            pucov,pvcov,pteta,pq,pmasse,pps,pp,ppk,pphis,pphi,
    33     $            pducov,pdvcov,pdteta,pdq,pw,
    4      $            pdufi,pdvfi,pdhfi,pdqfi,pdpsfi,tracer )
     4     $            pdufi,pdvfi,pdhfi,pdqfi,pdpsfi )
    55c
    66c    Auteur :  P. Le Van, F. Hourdin
     
    5656c        pdtsfi         tendency for the surface temperature
    5757c
    58 c        tracer         Call tracer in  gcm.F ? (decided in callphys.def)
    59 c
    6058c=======================================================================
    6159c
     
    103101      REAL pdqfi(iip1,jjp1,llm,nq)
    104102      REAL pdpsfi(iip1,jjp1)
    105       logical tracer
    106103
    107104c    Local variables :
     
    437434     ,     flxwfi,
    438435C - sorties
    439      s     zdufi, zdvfi, zdtfi, zdqfi,zdpsrf,tracer)
     436     s     zdufi, zdvfi, zdtfi, zdqfi,zdpsrf)
    440437
    441438
Note: See TracChangeset for help on using the changeset viewer.