- Timestamp:
- Feb 24, 2025, 1:48:19 PM (4 months ago)
- Location:
- trunk/LMDZ.PLUTO/libf/phypluto
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/LMDZ.PLUTO/libf/phypluto/aeroptproperties.F90 ¶
r3585 r3642 328 328 IF ((MINVAL(reffrad).LT.minrad).OR.(MAXVAL(reffrad).GT.maxrad)) then 329 329 WRITE(*,*) 'Warning: particle size in grid box #' 330 WRITE(*,*) i g,' is larger than optical properties. '330 WRITE(*,*) i,' is larger than optical properties. ' 331 331 WRITE(*,*) 'reffrad=',MINVAL(reffrad),'-',MAXVAL(reffrad) 332 332 WRITE(*,*) 'radiustab=',minrad,'-',maxrad -
TabularUnified trunk/LMDZ.PLUTO/libf/phypluto/condense_n2.F90 ¶
r3627 r3642 820 820 w(l+1) = Mtot 821 821 qm(l+1) = Mqtot / Mtot 822 write(*,*) 'top layer is disapearing !' 823 stop 822 print*,"m", m 823 print*,"Mtot", Mtot 824 print*,"Mqtot", Mqtot 825 call abort_physic("condense_n2","top layer is disapearing !",1) 824 826 end if 825 827 else ! if(w(l+1).lt.0) -
TabularUnified trunk/LMDZ.PLUTO/libf/phypluto/physiq_mod.F90 ¶
r3640 r3642 477 477 ! local variables for skin depth check 478 478 real :: therm_inertia(ngrid,nsoilmx) 479 ! real :: tidat_out(ngrid,nsoilmx)480 479 real :: inertia_min,inertia_max 481 480 real :: diurnal_skin ! diurnal skin depth (m) … … 1161 1160 zdqdif,zdqsdif,qsat_ch4,qsat_ch4_l1) !,zq1temp_ch4,qsat_ch4) 1162 1161 1163 zdtdif(1:ngrid,1:nlayer)=zdhdif(1:ngrid,1:nlayer)*zpopsk(1:ngrid,1:nlayer) 1162 zdtdif(1:ngrid,1:nlayer)=zdhdif(1:ngrid,1:nlayer)*zpopsk(1:ngrid,1:nlayer) 1164 1163 1165 1164 bcond=1./tcond1p4Pa
Note: See TracChangeset
for help on using the changeset viewer.