Changeset 3724 for trunk/LMDZ.GENERIC/libf/phystd/tracer_h.F90
- Timestamp:
- Apr 14, 2025, 4:42:01 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/LMDZ.GENERIC/libf/phystd/tracer_h.F90 ΒΆ
r3299 r3724 55 55 !$OMP THREADPRIVATE(constants_Pref,constants_epsi_generic) 56 56 !$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 57 63 58 64 !$OMP THREADPRIVATE(is_condensable,is_rgcs) !also added by LT
Note: See TracChangeset
for help on using the changeset viewer.