Ignore:
Timestamp:
Jun 16, 2011, 11:43:20 AM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: modifications mineures LESnophys (stretch_grid) et mars_lmd_new_storm (essais pour stabiliser RDUST)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd_new_storm/libf/phymars/meso_physiq.F

    r118 r159  
    211211      logical tracerdyn
    212212      CHARACTER (len=20) :: wtnom(nqmx) ! tracer name
     213      REAL toto
    213214
    214215c   outputs:
     
    725726     $     zdtlw,zdtsw,fluxsurf_lw,fluxsurf_sw,fluxtop_lw,fluxtop_sw,
    726727     &     tauref,tau,aerosol,ccn,rdust,rice,nuice,zdqnorm,dsodust)
     728
     729!!!!!!!!!!!!!!!!!!!!!! TEST TEST
     730!         DO l=2,nlayer
     731!            DO ig=1,ngrid
     732!               toto = abs(rdust(ig,l) - rdust(ig,l-1))
     733!               if ( toto .gt. 0.5*rdust(ig,l) ) then
     734!                    write (*,*) "LIMITING RADIUS", ig, l
     735!                    write (*,*) rdust(ig,l-1), rdust(ig,l)
     736!                   rdust(ig,l) = rdust(ig,l-1)
     737!               endif         
     738!            ENDDO
     739!         ENDDO
     740!
     741!         DO l=2,nlayer
     742!            DO ig=2,ngrid
     743!               toto = abs(rdust(ig-1,l) - rdust(ig,l))/rdust(ig,l)
     744!               if ( toto .gt. 0.45 ) then
     745!                write (*,*) "RDUST ", ig, l, rdust(ig-1,l), rdust(ig,l)
     746!                rdust(ig,l) = rdust(ig,l-1)
     747!               endif         
     748!            ENDDO
     749!         ENDDO
    727750
    728751
Note: See TracChangeset for help on using the changeset viewer.