Changeset 77 for trunk/mars/libf


Ignore:
Timestamp:
Feb 24, 2011, 4:14:33 PM (14 years ago)
Author:
aslmd
Message:

LMD_MM_MARS: nuages et poussiere radiativement actifs

--> tests concluants
VERSION DE REFERENCE pour NOUVELLE PHYSIQUE
-- il reste le nest a implementer (cf. lignes trop longues)

M 76 mars/libf/phymars/dimradmars.h
M 76 mars/libf/phymars/callradite.F
M 76 mesoscale/LMDZ.MARS.new/myGCM/callphys.def
M 76 mesoscale/TESTS/newphys_tracers/namelist.input
reglages pour nuages et poussiere radiativement actifs

M 76 mesoscale/LMD_MM_MARS/SRC/WRFV2/Registry/Registry.EM
M 76 mars/libf/phymars/meso_physiq.F
correction pour bien sortir les depots de glace d'eau au sol [QSURFICE]
correction pour que pd_scalar soit egal a .true. par defaut

M 76 mars/libf/phymars/vdifc.F
M 76 mesoscale/NOTES.txt
M 76 mesoscale/LMD_MM_MARS/SRC/WRFV2/phys/module_lmd_driver.F
commentaires et notes

Location:
trunk/mars/libf/phymars
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/mars/libf/phymars/callradite.F

    r55 r77  
    263263c        PLEASE MAKE SURE that you set up the right number of
    264264c          scatterers in dimradmars.h (naerkind);
    265          name_iaer(1) = "dust_conrath"   !! poussiere classique
    266 c          name_iaer(1) = "dust_doubleq"
     265c         name_iaer(1) = "dust_conrath"   !! poussiere classique
     266          name_iaer(1) = "dust_doubleq"
    267267cc        name_iaer(2) = "dust_submicron" !! JB: experimental
    268 c          name_iaer(2) = "h2o_ice"
     268          name_iaer(2) = "h2o_ice"
    269269c        ----------------------------------------------------------
    270270
  • trunk/mars/libf/phymars/dimradmars.h

    r55 r77  
    2727! (ex: naerkind=2 if you use one dust mode and active ice ...)
    2828      integer naerkind
    29       parameter (naerkind=1)
    30 !      parameter (naerkind=2)
     29!      parameter (naerkind=1)
     30      parameter (naerkind=2)
    3131
    3232! Reference wavelengths used to compute reference optical depth (m)
  • trunk/mars/libf/phymars/meso_physiq.F

    r73 r77  
    192192      REAL ust(ngridmx)    !! pour LES avec isfflx!=0
    193193      LOGICAL flag_LES     !! pour LES avec isfflx!=0
    194       REAL qsurflast(ngridmx) !! pour diagnostics
     194      REAL qsurfice(ngridmx) !! pour diagnostics
    195195      real alpha,lay1 ! coefficients for building layers
    196196      integer iloop
     
    15771577         wco2ice(ig) = co2ice(ig)  !! co2 ice
    15781578
    1579          !!! TEMP TEMP TEMP TEMP TEMP TEMP TEMP
    15801579         !!! specific to WRF WRF WRF
    15811580         !!! just to output water ice on surface
    1582          !!! [it might not be water ice on surface but OK]
    15831581         !!! uncomment the Registry entry
    1584          qsurflast(ig) = qsurf(ig,nqmx)
     1582         IF (igcm_h2o_ice .ne. 0) qsurfice(ig) = qsurf(ig,igcm_h2o_ice)
    15851583
    15861584      enddo
  • trunk/mars/libf/phymars/vdifc.F

    r38 r77  
    474474           else if (doubleq) then
    475475             do ig=1,ngrid
     476           !!! soulevement constant
    476477                 pdqsdif(ig,igcm_dust_mass) =
    477478     &             -alpha_lift(igcm_dust_mass) 
Note: See TracChangeset for help on using the changeset viewer.