Changeset 80


Ignore:
Timestamp:
Feb 28, 2011, 2:54:20 PM (14 years ago)
Author:
aslmd
Message:

USERS: ajout 2 personnes

LMD_MM_MARS: changements mineurs

  • fichiers de reglages dans 'newphys_tracers' pour test THARSIS_new_water_cycle [concluant]
  • ajout de callphys.def.mars11.radact
  • ajouts des launchers sur GNOME pour sequentiel et parallele
  • changement script runmeso suite a revision 79 (correction bug datadir)
  • tests d'une option 'caps' mesoscale dans meso_physiq
Location:
trunk
Files:
3 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/000-USERS

    r74 r80  
    1717**** Name ****                  **** Institute ****             **** Admitted ****              **** Use ****
    1818Arnaud Colaitis                 LMD [CNRS]                      26 - 01 - 2011                  Mars GCM, MMM and LES
     19Franck Lefevre                  LATMOS [CNRS]                   25 - 02 - 2011                  Mars GCM
     20Francisco Gonzalez-Galindo      IAA [CSIC, Spain]               28 - 02 - 2011                  Mars GCM
  • trunk/mars/libf/phymars/meso_physiq.F

    r77 r80  
    432432      !  PRINT*, tnom(iq), pq(:,:,iq)
    433433      !ENDDO
     434
    434435c
    435436c ****WRF
     
    482483            CALL initracer(qsurf,co2ice)
    483484         ENDIF  ! end tracer
     485
     486      !!!!!! WRF WRF WRF MARS MARS
     487      !!!!!! TEST TEST TEST TEST  AS+JBM 28/02/11
     488      !!!!!! TEST TEST TEST TEST  AS+JBM 28/02/11
     489      !!!!!! TEST TEST TEST TEST  AS+JBM 28/02/11
     490      !!!!
     491      !!!! principe: une option 'caps=T' specifique au mesoscale
     492      !!!! ... en vue d'un meso_initracer ????
     493      !!!!
     494      !!!! depots permanents => albedo TES du PDS
     495      !!!! depots saisonniers => alb_surfice (~0.4, cf plus bas)
     496      !!!!     [!!!! y compris pour les depots saisonniers sur les depots permanents]
     497      !!!!
     498      !!!! --> todo: il faut garder les depots saisonniers qui viennent
     499      !!!!           du GCM lorsqu'ils sont consequents
     500      !!!!
     501      IF ( caps .and. (igcm_h2o_ice .ne. 0) ) THEN
     502          PRINT *, 'OVERWRITING watercaptag DEFINITION in INITRACER'
     503          PRINT *, 'lat>70 et alb>0.26 => watercaptag=T'
     504          !! Perennial H20 north cap defined by watercaptag=true (allows surface to be
     505          !! hollowed by sublimation in vdifc).
     506          do ig=1,ngridmx
     507            qsurf(ig,igcm_h2o_ice)=0.  !! on jette les inputs GCM
     508            if ( (lati(ig)*180./pi.gt.70.) .and.
     509     .           (albedodat(ig).ge.0.26) )  then
     510                    watercaptag(ig)=.true.
     511                    dryness(ig) = 1.
     512            else
     513                    watercaptag(ig)=.false.
     514                    dryness(ig) = 1.
     515            endif  ! (lati, albedodat)
     516          end do ! (ngridmx)
     517      ELSE  ! (caps)
     518          print *,'Blork !!!'
     519          print *,'caps=T avec water=F ????'
     520      ENDIF ! (caps)
     521      !!!!!! TEST TEST TEST TEST  AS+JBM 28/02/11
     522      !!!!!! TEST TEST TEST TEST  AS+JBM 28/02/11
     523      !!!!!! TEST TEST TEST TEST  AS+JBM 28/02/11
    484524
    485525
  • trunk/mesoscale/LMD_MM_MARS/SIMU/runmeso

    r78 r80  
    2121###########################################
    2222###########################################
    23 
    24 datafile = '/u/forget/WWW/datagcm/datafile'
    2523
    2624changeregis=0 ## 1 if changed registry
     
    517515        cd ${simu_folder}
    518516        rm -rf ${simu_folder}/wrfout*
    519         ln -sf ${datafile} datafile
    520517        if [[ ${compilo} -eq 3 ]]
    521518        then
  • trunk/mesoscale/TESTS/newphys_tracers/namelist.input

    r77 r80  
    2020
    2121 &domains
    22  time_step   = 50            !! Dynamical timestep  !!! BAISSER NE CHANGE RIEN
     22 time_step   = 20            !! Dynamical timestep 
    2323 dx = 30000,                 !! (p2) Horizontal resolution
    2424 dy = 30000,                 !! (p2) Horizontal resolution (should be equal to dx)
    25  e_we   = 61,                !! (r)(p2) Number of longitude grid points
    26  e_sn   = 61,                !! (r)(p2) Number of latitude grid points
     25 e_we   = 121,               !! (r)(p2) Number of longitude grid points
     26 e_sn   = 121,               !! (r)(p2) Number of latitude grid points
    2727 e_vert = 61,                !! (r)(p2) Number of vertical levels
    2828 p_top_requested = 5         !! (p3) Chosen value of pressure at the top of the model
     
    3434
    3535 &physics
    36  mars = 11  ! 0 1 2 3 11
     36 mars = 11 
    3737 num_soil_layers = 18 !!! NOUVELLE PHYSIQUE
    3838 !!
     
    4444 tiso = 100.
    4545 pd_scalar = T    !!! tres IMPORTANT, sinon valeurs negatives
    46  !!
    47  !! OPTIONAL
    48  !!
    49  non_hydrostatic = F,        !! Integrate in non-hydrostatic/hydrostatic mode
    50                              !! --- necessaire pour garder un pas de tps long
    51                              !! --- et parce qu'un bout d'Arsia est au bord
     46 !!!
     47 !!! OPTIONAL
     48 !!!
     49 !non_hydrostatic = F,        !! Integrate in non-hydrostatic/hydrostatic mode
     50 !                            !! --- necessaire pour garder un pas de tps long
     51 !                            !! --- et parce qu'un bout d'Arsia est au bord
    5252 /
    5353
  • trunk/mesoscale/TESTS/newphys_tracers/namelist.wps

    r76 r80  
    1616 i_parent_start = 0, !! (n)(p2) x-position of the bottom-left nest corner
    1717 j_parent_start = 0, !! (n)(p2) y-position of the bottom-left nest corner
    18   e_we   = 61,                !! (r)(p2) Number of longitude grid points
    19   e_sn   = 61,                !! (r)(p2) Number of latitude grid points
     18  e_we   = 121,                !! (r)(p2) Number of longitude grid points
     19  e_sn   = 121,                !! (r)(p2) Number of latitude grid points
    2020 dx = 30000
    2121 dy = 30000
     
    2424                                            !! NB: please glance at geogrid/GEOGRID.TBL
    2525 map_proj = 'mercator',           !! map projection: 'mercator', 'lambert' or 'polar'
    26  ref_lat   =  7.,            !! north latitude of the center of the domain
    27  ref_lon   =  -109.,            !! east longitude of the center of the domain
    28  truelat1  =  7.,            !! (lambert or polar) lat position of projection cone
     26 ref_lat   =  10.,            !! north latitude of the center of the domain
     27 ref_lon   =  -125.,            !! east longitude of the center of the domain
     28 truelat1  =  10.,            !! (lambert or polar) lat position of projection cone
    2929 truelat2  =  0.0,                !!   [do not modify]
    30  stand_lon =  -109.,            !! (lambert or polar) lon position of projection cone
     30 stand_lon =  -125.,            !! (lambert or polar) lon position of projection cone
    3131 geog_data_path = './WPS_GEOG',   !!   [do not modify: symbolic link in the WPS folder]
    3232/
Note: See TracChangeset for help on using the changeset viewer.