Ignore:
Timestamp:
Aug 3, 2022, 5:07:41 PM (3 years ago)
Author:
emillour
Message:

Generic PCM:
Further seperation between dynamics and physics concerning tracers:
Tracer names are extracted from traceur.def via initracer.F90 and no
longer transfered from the dynamics to the physics
LT+EM

Location:
trunk/LMDZ.GENERIC/libf/dynphy_lonlat/phystd
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/dynphy_lonlat/phystd/callphysiq_mod.F90

    r1576 r2785  
    7070              llm,            & ! nlayer
    7171              nqtot,          & ! nq
    72               tname,          & ! nametrac
    7372              debut_split,    & ! firstcall
    7473              lafin_split,    & ! lastcall
  • trunk/LMDZ.GENERIC/libf/dynphy_lonlat/phystd/newstart.F

    r2354 r2785  
    285285! Initialize global tracer indexes (stored in tracer.h)
    286286! ... this has to be done before phyetat0
    287       call initracer(ngridmx,nqtot,tname)
     287! and requires that "datadir" be correctly initialized
     288      call getin_p("datadir",datadir)
     289      call initracer(ngridmx,nqtot)
    288290
    289291! Initialize dimphy module (klon,klev,..)
  • trunk/LMDZ.GENERIC/libf/dynphy_lonlat/phystd/start2archive.F

    r2354 r2785  
    236236     
    237237! Initialize tracer names, indexes and properties
    238       CALL initracer(ngridmx,nqtot,tname)
     238      CALL initracer(ngridmx,nqtot)
    239239
    240240      CALL phyetat0(.true.,ngridmx,llm,fichnom,0,Lmodif,nsoilmx,nqtot,
Note: See TracChangeset for help on using the changeset viewer.