Changeset 3642 for trunk


Ignore:
Timestamp:
Feb 24, 2025, 1:48:19 PM (4 months ago)
Author:
afalco
Message:

Pluto: minor fixes & better message when stumbling onto error.
AF

Location:
trunk/LMDZ.PLUTO/libf/phypluto
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/LMDZ.PLUTO/libf/phypluto/aeroptproperties.F90

    r3585 r3642  
    328328        IF ((MINVAL(reffrad).LT.minrad).OR.(MAXVAL(reffrad).GT.maxrad)) then
    329329           WRITE(*,*) 'Warning: particle size in grid box #'
    330            WRITE(*,*) ig,' is larger than optical properties. '
     330           WRITE(*,*) i,' is larger than optical properties. '
    331331           WRITE(*,*) 'reffrad=',MINVAL(reffrad),'-',MAXVAL(reffrad)
    332332           WRITE(*,*) 'radiustab=',minrad,'-',maxrad
  • TabularUnified trunk/LMDZ.PLUTO/libf/phypluto/condense_n2.F90

    r3627 r3642  
    820820            w(l+1) = Mtot
    821821            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)
    824826         end if
    825827      else      ! if(w(l+1).lt.0)
  • TabularUnified trunk/LMDZ.PLUTO/libf/phypluto/physiq_mod.F90

    r3640 r3642  
    477477      ! local variables for skin depth check
    478478      real :: therm_inertia(ngrid,nsoilmx)
    479     !   real :: tidat_out(ngrid,nsoilmx)
    480479      real :: inertia_min,inertia_max
    481480      real :: diurnal_skin ! diurnal skin depth (m)
     
    11611160                    zdqdif,zdqsdif,qsat_ch4,qsat_ch4_l1) !,zq1temp_ch4,qsat_ch4)
    11621161
    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)
    11641163
    11651164            bcond=1./tcond1p4Pa
Note: See TracChangeset for help on using the changeset viewer.