Changeset 3866 for trunk/LMDZ.GENERIC/libf/phystd/radioactive_tracers.F90
- Timestamp:
- Jul 23, 2025, 2:32:43 PM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/radioactive_tracers.F90
r3724 r3866 44 44 if (half_life(iq)/10 .le. ptimestep) then ! sanity test 45 45 write(*,*)"timestep is more than half-life / 10 of tracer ", noms(iq) 46 call abort _physic()46 call abort 47 47 end if ! dt > 0.1 * half_life 48 48 zdqradio(1:ngrid,1:nlayer,iq) = zdqradio(1:ngrid,1:nlayer,iq) - LOG(2.)/half_life(iq)*pq(1:ngrid,1:nlayer,iq) ! <== decay
Note: See TracChangeset
for help on using the changeset viewer.