Ignore:
Timestamp:
Jul 5, 2011, 9:01:02 AM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: Corrected the code so that only option monotonic is called when pd_scalar is true. in WRF v3.1, it is either PD or monotonic. have to put a more advanced flag perhaps, similar to what is done in recent version of WRF. other changes are purely cosmetics.

Location:
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/dyn_em/module_em.F

    r196 r198  
    835835      IF( (rk_step == 3) .and. pd_advection ) THEN
    836836
    837         CALL advect_scalar_pd       ( scalar(ims,kms,jms,im),             &
    838                                       scalar_old(ims,kms,jms,im),         &
    839                                       advect_tend(ims,kms,jms),           &
    840                                       ru, rv, ww, mut, mub, mu_old,       &
    841                                       config_flags,                       &
    842                                       msfu, msfv, msft, fnm, fnp,         &
    843                                       rdx, rdy, rdnw,dt,                  &
    844                                       ids, ide, jds, jde, kds, kde,       &
    845                                       ims, ime, jms, jme, kms, kme,       &
    846                                       its, ite, jts, jte, kts, kte     )
    847 
     837!        CALL advect_scalar_pd       ( scalar(ims,kms,jms,im),             &
     838!                                      scalar_old(ims,kms,jms,im),         &
     839!                                      advect_tend(ims,kms,jms),           &
     840!                                      ru, rv, ww, mut, mub, mu_old,       &
     841!                                      config_flags,                       &
     842!                                      msfu, msfv, msft, fnm, fnp,         &
     843!                                      rdx, rdy, rdnw,dt,                  &
     844!                                      ids, ide, jds, jde, kds, kde,       &
     845!                                      ims, ime, jms, jme, kms, kme,       &
     846!                                      its, ite, jts, jte, kts, kte     )
    848847
    849848
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd_new_storm/libf/phymars/aeropacity.F

    r118 r198  
    448448
    449449      iaer=1  !!!! PROVISOIRE !!!!
    450       taulocref = 4.25 !10  ! ref optical depth of the local dust storm
     450      taulocref = 10.   ! ref optical depth of the local dust storm
    451451      ztoploc = 10      ! target pseudo-altitude of local storm (km)
    452       radloc = 0.5       ! radius of dust storm (degree)
     452      radloc = 4.0      ! radius of dust storm (degree)
    453453      lonloc = 25       ! center longitude of storm (deg)
    454454      latloc = -3.      ! center latitude of storm (deg)
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd_new_storm/libf/phymars/meso_physiq.F

    r169 r198  
    749749!                write (*,*) "RDUST ", ig, l, rdust(ig-1,l), rdust(ig,l)
    750750!                rdust(ig,l) = rdust(ig,l-1)
     751!               endif         
     752!            ENDDO
     753!         ENDDO
     754!         DO l=2,nlayer
     755!            DO ig=1,ngrid
     756!               toto = abs(rdust(ig,l-1) - rdust(ig,l))/rdust(ig,l-1)
     757!               if ( toto .gt. 0.45 ) then
     758!                write (*,*) "RDUST ", ig, l, rdust(ig,l-1), rdust(ig,l)
     759!                rdust(ig,l) = rdust(ig,l-1)
     760!     .                      + ( rdust(ig,l) - rdust(ig,l-1) ) / 2.
    751761!               endif         
    752762!            ENDDO
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd_new_storm/libf/phymars/vdifc.F.modif

    r167 r198  
    444444
    445445      if(tracer) then
    446            PRINT*, 'alphavdifc', alpha_lift(igcm_dust_mass)
     446           !PRINT*, 'alphavdifc', alpha_lift(igcm_dust_mass)
    447447c     Using the wind modified by friction for lifting and  sublimation
    448448c     ----------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.