- Timestamp:
- Apr 21, 2022, 9:11:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/thermcell_dq.F90
r4133 r4136 39 39 40 40 ! Old explicite scheme 41 if (impl<=-1) then 41 if (impl<=-1) then 42 42 43 call thermcell_dq_o(ngrid,nlay,impl,ptimestep,fm,entr, & 43 44 & masse,q,dq,qa,lev_out) 44 goto 1000 45 endif 45 46 else 47 46 48 47 49 ! Calcul du critere CFL pour l'advection dans la subsidence … … 142 144 enddo 143 145 144 1000 continue 145 146 endif ! impl=-1 147 RETURN 146 148 end 149 147 150 148 151 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Note: See TracChangeset
for help on using the changeset viewer.