Ignore:
Timestamp:
Jul 27, 2016, 11:14:41 AM (9 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

Location:
trunk/LMDZ.GENERIC/libf/phystd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/dyn1d/rcm1d.F

    r1549 r1576  
    108108      INTEGER ierr, aslun
    109109      REAL tmp1(0:llm),tmp2(0:llm)
    110       Logical  tracerdyn
    111110      integer :: nq !=1 ! number of tracers
    112111 
     
    906905     ,     w,
    907906C - sorties
    908      s     du, dv, dtemp, dq,dpsurf,tracerdyn)
     907     s     du, dv, dtemp, dq,dpsurf)
    909908
    910909
  • trunk/LMDZ.GENERIC/libf/phystd/physiq_mod.F90

    r1549 r1576  
    1212                  pu,pv,pt,pq,             &
    1313                  flxw,                    &
    14                   pdu,pdv,pdt,pdq,pdpsrf,tracerdyn)
     14                  pdu,pdv,pdt,pdq,pdpsrf)
    1515 
    1616      use radinc_h, only : L_NSPECTI,L_NSPECTV,naerkind
     
    132132!    pdq(ngrid,nlayer)        /
    133133!    pdpsrf(ngrid)             /
    134 !    tracerdyn                 call tracer in dynamical part of GCM ?
    135134!
    136135!
     
    195194      real,intent(out) :: pdq(ngrid,nlayer,nq) ! Tracer tendencies (kg/kg_of_air/s).
    196195      real,intent(out) :: pdpsrf(ngrid)        ! Surface pressure tendency (Pa/s).
    197       logical,intent(out) :: tracerdyn         ! Signal to the dynamics to advect tracers or not.     
    198196
    199197! Local saved variables:
     
    517515!        Initialize tracer names, indexes and properties.
    518516!        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    519          tracerdyn=tracer
    520517         IF (.NOT.ALLOCATED(noms)) ALLOCATE(noms(nq)) ! (because noms is an argument of physdem1 whether or not tracer is on)
    521518         if (tracer) then
Note: See TracChangeset for help on using the changeset viewer.