Ignore:
Timestamp:
Apr 14, 2025, 4:42:01 PM (2 months ago)
Author:
mmaurice
Message:

Generic PCM

Add radioactive tracers in order to compare tracers mixing between 3D and 1D.

MM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/LMDZ.GENERIC/libf/phystd/physiq_mod.F90

    r3717 r3724  
    3737                          igcm_h2o_ice, igcm_h2o_vap, igcm_dustbin, &
    3838                          igcm_co2_ice, nesp, is_chim, is_condensable,constants_epsi_generic
     39                        !  igcm_co2_ice, nesp, is_chim, is_condensable,constants_epsi_generic, &
     40                        !  half_life, top_prod, bot_prod
    3941      use time_phylmdz_mod, only: ecritphy, iphysiq, nday
    4042      use phyetat0_mod, only: phyetat0,tab_cntrl_mod
     
    364366      REAL,allocatable,save :: zdqchim(:,:,:) ! Calchim_asis routine
    365367      REAL,allocatable,save :: zdqschim(:,:)  ! Calchim_asis routine
     368      REAL zdqradio(ngrid,nlayer,nq)   ! Radioactive decay
    366369!$OMP THREADPRIVATE(zdqchim,zdqschim)
    367370      real zdqvolc(ngrid,nlayer,nq) ! injection by volcanoes (kg/kg_of_air/s)
     
    20722075         qsurf_hist(:,:) = qsurf(:,:)
    20732076
     2077  ! -----------------------------
     2078  !   VI.7. Radioactive Tracers
     2079  ! -----------------------------
     2080         
     2081         call radioactive_tracers(ngrid,nlayer,nq,ptimestep,pq,zdqradio)
     2082         pdq(1:ngrid,1:nlayer,1:nq) = pdq(1:ngrid,1:nlayer,1:nq) + zdqradio(1:ngrid,1:nlayer,1:nq)
     2083
    20742084      endif! end of if 'tracer'
    20752085
Note: See TracChangeset for help on using the changeset viewer.