Changeset 1455
- Timestamp:
- Jun 17, 2015, 11:51:08 AM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 1 deleted
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/initracer.F
r1380 r1455 429 429 alpha_devil(igcm_dust_mass)=9.e-9 ! dust devil lift mass coeff 430 430 c alpha_lift(igcm_dust_mass)=3.0e-15 ! Lifted mass coeff 431 432 !! default lifting settings 433 !! -- GCM: alpha_lift not zero because large-scale lifting by default 434 !! -- MESOSCALE: alpha_lift zero because no lifting at all in mesoscale by default 435 #ifdef MESOSCALE 436 alpha_lift(igcm_dust_mass)=0.0 437 #else 431 438 alpha_lift(igcm_dust_mass)=1.e-6 !1.e-6 !Lifted mass coeff 439 #endif 432 440 433 441 r0_lift = reff_lift/ref_r0 -
trunk/LMDZ.MARS/libf/phymars/vdifc.F
r1266 r1455 685 685 else if (doubleq) then 686 686 do ig=1,ngrid 687 if(co2ice(ig).lt.1) then ! soulevement pas constant687 if(co2ice(ig).lt.1) then ! pas de soulevement si glace CO2 688 688 pdqsdif(ig,igcm_dust_mass) = 689 689 & -alpha_lift(igcm_dust_mass) -
trunk/MESOSCALE/LMDZ.MARS.new/makegcm
r255 r1455 1 link makegcm_ ifort1 link makegcm_gfortran -
trunk/MESOSCALE/LMDZ.MARS.new/myGCM/MCD5_def/callphys.def.MCD5.nochem.nothermos
r1253 r1455 1 1 2 ##General options 2 3 ##~~~~~~~~~~~~~~~ … … 7 8 datadir=/planeto/emlmd/run_mcd5.v0_new/datadir 8 9 datadir=/home/spiga/datadir 10 datadir=/home/aymeric/Science/MODELES/datafile 9 11 10 12 #Diurnal cycle ? if diurnal=False, diurnal averaged solar heating -
trunk/MESOSCALE/LMDZ.MARS.new/myGCM/MCD5_def/run.def.finalarticle.thomas
r1285 r1455 1 2 planet_type=mars 3 1 4 # 2 5 #----------------------------------------------------------------------- -
trunk/MESOSCALE/LMDZ.MARS.new/myGCM/gcm.e
r1097 r1455 1 link ../gcm.e1 link /home/aymeric/Science/MODELES/LMDZ.COMMON/gcm.e -
trunk/MESOSCALE/LMD_MM_MARS/SIMU/MESORUN/callphys.def
r1434 r1455 18 18 #Save statistics in file "stats.nc" ? 19 19 callstats =.true. 20 callstats =.false.21 20 22 21 #Save EOF profiles in file "profiles" for Climate Database? … … 72 71 # call Lott's gravity wave/subgrid topography scheme ? 73 72 calllott = .true. 74 calllott = .false.75 73 # Impose polar cap surface albedos as observed by TES? 76 74 TESicealbedo = .true. 77 TESicealbedo = .false.78 75 ## Coefficient for Northern cap albedoes 79 76 TESice_Ncoef=1.6 … … 101 98 # DUST: lifted by GCM surface winds ? 102 99 lifting = .true. 103 lifting = .false.104 100 # DUST: lifted by dust devils ? 105 101 callddevil = .false. … … 110 106 # WATERICE: Radiatively active transported atmospheric water ice ? 111 107 activice = .true. 112 #activice = .false.113 108 # WATER: Compute water cycle 114 109 water = .true. 115 110 # WATER: Microphysical scheme for water-ice clouds? 116 111 microphys = .true. 117 # WATER: microphysics sub-timestep118 imicro = 1 112 ## WATER: microphysics sub-timestep 113 #imicro = 15 119 114 # WATER: parameter contact 120 115 mteta = 0.95 -
trunk/MESOSCALE/LMD_MM_MARS/SIMU/MESORUN/namelist.input
r1434 r1455 31 31 !! OPTIONAL 32 32 !! 33 num_metgrid_levels = 3 6!! (p1) number of vertical levels in GCM inputs (+1)33 num_metgrid_levels = 30 !! (p1) number of vertical levels in GCM inputs (+1) 34 34 / 35 35 -
trunk/MESOSCALE/LMD_MM_MARS/SIMU/MESORUN/run.def
r1434 r1455 1 1 # some definitions for the physics, in file 'callphys.def' 2 2 INCLUDEDEF=callphys.def 3 4 # some settings specific to MESOSCALE 5 # -- should not be modified! 6 callstats = .false. 7 calllott = .false. 8 TESicealbedo = .false. -
trunk/MESOSCALE/LMD_MM_MARS/SIMU/meso_install.sh
r1447 r1455 18 18 where_is_svn="http://svn.lmd.jussieu.fr/Planeto/trunk/" 19 19 ## grid definition for GCM 20 dimgcm="64x48x 35"20 dimgcm="64x48x29" 21 21 ## location of static data 22 22 webrepo="http://data.spiga.fr/mesoscale_model/STATIC_DATA/" … … 28 28 echo "*** get structure" 29 29 rm -rf $name > /dev/null 2> /dev/null 30 svn -q export$where_is_svn"/MESOSCALE/LMD_MM_MARS/SIMU/MESORUN" $name30 svn -q co $where_is_svn"/MESOSCALE/LMD_MM_MARS/SIMU/MESORUN" $name 31 31 refrepo=$PWD/$name 32 32 ## fill here user input to obtain independent script
Note: See TracChangeset
for help on using the changeset viewer.