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.MARS/libf/dynphy_lonlat
Files:
2 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
  • trunk/LMDZ.MARS/libf/dynphy_lonlat/phymars/callphysiq_mod.F90

    r1549 r1576  
    1616                       zufi_omp,zvfi_omp,zrfi_omp,ztfi_omp,zqfi_omp,      &
    1717                       flxwfi_omp,pducov,                                 &
    18                        zdufi_omp,zdvfi_omp,zdtfi_omp,zdqfi_omp,zdpsrf_omp,&
    19                        tracerdyn)
     18                       zdufi_omp,zdvfi_omp,zdtfi_omp,zdqfi_omp,zdpsrf_omp)
    2019
    2120  USE control_mod, ONLY: planet_type
     
    5251  REAL,INTENT(OUT) :: zdqfi_omp(klon,llm,nqtot) ! tendency on tracers
    5352  REAL,INTENT(OUT) :: zdpsrf_omp(klon) ! tendency on surface pressure
    54   LOGICAL,INTENT(OUT) :: tracerdyn
    5553
    5654  ! Local variables
     
    8987              zdtfi_omp,      & ! pdt
    9088              zdqfi_omp,      & ! pdq
    91               zdpsrf_omp,     & ! pdpsrf
    92               tracerdyn)        ! tracerdyn (somewhat obsolete)
     89              zdpsrf_omp)       ! pdpsrf
    9390
    9491
Note: See TracChangeset for help on using the changeset viewer.