Changeset 1455 for trunk/MESOSCALE/LMD_MM_MARS
- Timestamp:
- Jun 17, 2015, 11:51:08 AM (9 years ago)
- Location:
- trunk/MESOSCALE/LMD_MM_MARS/SIMU
- Files:
-
- 2 added
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
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.