Ignore:
Timestamp:
Dec 6, 2017, 4:13:14 PM (7 years ago)
Author:
jvatant
Message:

Enable tracers management in 1D
--JVO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/dyn1d/rcm1d.F

    r1826 r1843  
    66      use mod_grid_phy_lmdz, only : regular_lonlat
    77      use infotrac, only: nqtot, tname
     8      use tracer_h, only: initracer2
    89      use surfdat_h, only: albedodat, phisfi,
    910     &                     zmea, zstd, zsig, zgam, zthe,
     
    727728! -------------------------------
    728729      tankCH4=2. ! default value for tankCH4
     730     
     731! Initialize tracers
     732! ------------------
     733      if(tracer) then
     734        call initracer2(nq,tname) ! We need tracers infos in physdem1
     735      endif
    729736
    730737c  Write a "startfi" file
Note: See TracChangeset for help on using the changeset viewer.