Changeset 3724 for trunk/LMDZ.GENERIC/libf/phystd/physiq_mod.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/physiq_mod.F90 ¶
r3717 r3724 37 37 igcm_h2o_ice, igcm_h2o_vap, igcm_dustbin, & 38 38 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 39 41 use time_phylmdz_mod, only: ecritphy, iphysiq, nday 40 42 use phyetat0_mod, only: phyetat0,tab_cntrl_mod … … 364 366 REAL,allocatable,save :: zdqchim(:,:,:) ! Calchim_asis routine 365 367 REAL,allocatable,save :: zdqschim(:,:) ! Calchim_asis routine 368 REAL zdqradio(ngrid,nlayer,nq) ! Radioactive decay 366 369 !$OMP THREADPRIVATE(zdqchim,zdqschim) 367 370 real zdqvolc(ngrid,nlayer,nq) ! injection by volcanoes (kg/kg_of_air/s) … … 2072 2075 qsurf_hist(:,:) = qsurf(:,:) 2073 2076 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 2074 2084 endif! end of if 'tracer' 2075 2085
Note: See TracChangeset
for help on using the changeset viewer.