Changeset 3891 for LMDZ6/branches/LMDZ-tracers/libf/dyn3dmem/qminimum_loc.F
- Timestamp:
- May 11, 2021, 2:10:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/LMDZ-tracers/libf/dyn3dmem/qminimum_loc.F
r3852 r3891 4 4 SUBROUTINE qminimum_loc( q,nqtot,deltap ) 5 5 USE parallel_lmdz 6 USE infotrac, ONLY: nitr, iTraPha, qp eremin ! CRisi 23nov20206 USE infotrac, ONLY: nitr, iTraPha, qprntmin ! CRisi 23nov2020 7 7 IMPLICIT none 8 8 c … … 166 166 ! write(lunout,*) 'i,k,q_follow(i,k-1,iq_vap)=', 167 167 ! : i,k,q_follow(i,k-1,iq_vap) 168 if (q_follow(i,k-1,iq_vap).lt.qp eremin) then168 if (q_follow(i,k-1,iq_vap).lt.qprntmin) then 169 169 write(lunout,*) 'tmp qmin: on stoppe' 170 170 write(lunout,*) 'zx_pump(i)=',zx_pump(i)
Note: See TracChangeset
for help on using the changeset viewer.