Ignore:
Timestamp:
Jul 23, 2025, 2:32:43 PM (4 weeks ago)
Author:
gmilcareck
Message:

Change the declaration of q from INOUT to IN + change call abort in radioactive_tracers.

File:
1 edited

Legend:

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

    r3724 r3866  
    4444            if (half_life(iq)/10 .le. ptimestep) then ! sanity test
    4545                write(*,*)"timestep is more than half-life / 10 of tracer ", noms(iq)
    46                 call abort_physic()
     46                call abort
    4747            end if ! dt > 0.1 * half_life
    4848            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.