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.GENERIC/libf/dyn3d/gcm.F

    r1543 r1576  
    11      PROGRAM gcm
    22
     3      use ioipsl_getincom, only: getin
    34      use infotrac, only: iniadvtrac, nqtot, iadv
    45      use sponge_mod,only: callsponge,mode_sponge,sponge
     
    129130      character*80 abort_message
    130131
    131       LOGICAL tracer
    132           data tracer/.true./
    133 !      INTEGER nq
    134 
     132! flag to run with or without tracer transport (read from run.def)
     133      logical tracer
     134     
    135135C Calendrier
    136136      LOGICAL true_calendar
     
    177177c-----------------------------------------------------------------------
    178178      CALL defrun_new( 99, .TRUE. )
     179      WRITE(*,*) ""
     180      WRITE(*,*) "Run with or without tracer transport ?"
     181      tracer=.true. ! default value
     182      call getin("tracer",tracer)
     183      WRITE(*,*)" tracer = ",tracer
    179184
    180185! Initialize tracers
     
    479484        CALL calfis( nqtot, lafin ,rdayvrai,rday_ecri,time  ,
    480485     $                 ucov,vcov,teta,q,masse,ps,p,pk,phis,phi ,
    481      $     du,dv,dteta,dq,w, dufi,dvfi,dhfi,dqfi,dpfi,tracer)
     486     $     du,dv,dteta,dq,w, dufi,dvfi,dhfi,dqfi,dpfi)
    482487
    483488
Note: See TracChangeset for help on using the changeset viewer.