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/tracer_h.F90 ΒΆ

    r3299 r3724  
    5555!$OMP THREADPRIVATE(constants_Pref,constants_epsi_generic)
    5656!$OMP THREADPRIVATE(constants_RLVTT_generic,constants_metallicity_coeff,constants_RCPV_generic)
     57
     58       real, save, allocatable :: half_life(:) ! half-life (s) for radioactive tracers. If 0, tracer is not decaying.
     59       real, save, allocatable :: top_prod(:)  ! top production rate (1/s) for radioactive tracers. Non-dim, so use 1.
     60       real, save, allocatable :: bot_prod(:)  ! bottom production rate (1/s) for radioactive tracers. Non-dim, so use 1.
     61!$OMP THREADPRIVATE(half_life,top_prod,bot_prod)
     62
    5763
    5864!$OMP THREADPRIVATE(is_condensable,is_rgcs)   !also added by LT
Note: See TracChangeset for help on using the changeset viewer.