Changeset 51 for trunk/mars/libf/phymars


Ignore:
Timestamp:
Jan 29, 2011, 4:43:11 AM (14 years ago)
Author:
aslmd
Message:

LMD_MM_MARS avec nouvelle physique entierement interfacee avec LMDZ.MARS


M mars/libf/phymars/dimradmars.h
M mars/libf/phymars/callradite.F

simples changements pour faire tourner un cas test

  • dust conrath
  • un seul traceur

un petit domaine splitting de plus

A mesoscale/TESTS/LMD_MM_MARS_FASTCASEnewphys.tar.gz

cas test du mesochelle avec la nouvelle physique
essai concluant !

M mesoscale/NOTES.txt
M mesoscale/LMD_MM_MARS/prepare_ini
M chantiers/commit_importants.log

MAJ notes

M mesoscale/LMD_MM_MARS/SRC/WRFV2/dyn_em/module_initialize_real.F

correctif pour le cas ou on tourne avec d'anciens diagfi avec 10 niveaux
dans le sol seulement. si tsoil < 20 K (disons) dans un niveau donne, alors
tsoil est regle a la temperature du niveau superieur.

D mesoscale/COMMON_GCM/gr_fi_dyn.F
D mesoscale/COMMON_GCM/diff_oldgcm_oldmeso_checked
D mesoscale/COMMON_GCM/meso_dustlift.txt
D mesoscale/COMMON_GCM/dimradmars.txt
D mesoscale/COMMON_GCM/nocompile.txt
D mesoscale/COMMON_GCM/meso_callkeys.txt
D mesoscale/COMMON_GCM/dimradmars.h

menage

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

Legend:

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

    r38 r51  
    263263c        PLEASE MAKE SURE that you set up the right number of
    264264c          scatterers in dimradmars.h (naerkind);
    265 c        name_iaer(1) = "dust_conrath"
    266          name_iaer(1) = "dust_doubleq"
    267 c        name_iaer(2) = "dust_submicron"
    268          name_iaer(2) = "h2o_ice"
     265         name_iaer(1) = "dust_conrath"
     266c        name_iaer(1) = "dust_doubleq"
     267cc        name_iaer(2) = "dust_submicron"
     268c         name_iaer(2) = "h2o_ice"
    269269c        ----------------------------------------------------------
    270270
  • trunk/mars/libf/phymars/dimradmars.h

    r38 r51  
    1515      INTEGER  NFLEV,NDLON,NDLO2,ndomainsz
    1616
    17       parameter (ndomainsz=ngridmx)
    18 !     parameter (ndomainsz=(ngridmx-1)/20 + 1)
    19 !     parameter (ndomainsz=(ngridmx-1)/5 + 1)
     17!      parameter (ndomainsz=ngridmx)
     18      parameter (ndomainsz=(ngridmx-1)/20 + 1)
     19!      parameter (ndomainsz=(ngridmx-1)/5 + 1)
    2020
    2121      parameter (NFLEV=nlayermx,NDLON=ndomainsz) ! avec decoupage
     
    2727! (ex: naerkind=2 if you use one dust mode and active ice ...)
    2828      integer naerkind
    29       parameter (naerkind=2)
     29      parameter (naerkind=1)
     30!      parameter (naerkind=2)
    3031
    3132! Reference wavelengths used to compute reference optical depth (m)
     
    7677
    7778      INTEGER, PARAMETER :: nsizemax = 60
    78 !     INTEGER, PARAMETER :: nsizemax = 1
     79!      INTEGER, PARAMETER :: nsizemax = 1
    7980
    8081! Various initialisation for LW radiative code
Note: See TracChangeset for help on using the changeset viewer.