Index: trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/highresLES/callphys.def
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/highresLES/callphys.def	(revision 790)
+++ trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/highresLES/callphys.def	(revision 790)
@@ -0,0 +1,122 @@
+##General options
+##~~~~~~~~~~~~~~~
+
+callrichsl=.true.
+
+# datafile is in:
+datadir = /san/work/colaitis/datafile/
+
+#Run with or without tracer transport ?
+tracer= .false.
+
+#Diurnal cycle ?  if diurnal=False, diurnal averaged solar heating
+diurnal= .true.
+
+#Seasonal cycle ? if season=False, Ls stays constant, to value set in "start"
+season = .true.   
+
+#write some more output on the screen ?
+lwrite = .false.    
+
+#Save statistics in file "stats.nc" ?
+stats = .false.
+
+#Save EOF profiles in file "profiles" for Climate Database?
+calleofdump = .false.
+
+## Dust scenario. Used if the dust is prescribed (i.e. if tracer=F or active=F)
+## ~~~~~~~~~~~~~
+#  =1 Dust opt.deph read in startfi; =2 Viking scenario; =3 MGS scenario,
+#  =4 Mars Year 24 from TES assimilation (same as =24 for now)
+#  =24 Mars Year 24 from TES assimilation (ie: MCD reference case)
+#  =25 Mars Year 25 from TES assimilation (ie: a year with a global dust storm)
+#  =26 Mars Year 26 from TES assimilation
+iaervar = 1 
+# Dust opacity at 700 Pa (when constant, i.e. for the iaervar=1 case)
+tauvis=0.3
+# Dust vertical distribution: 
+# (=0: old distrib. (Pollack90), =1: top set by "topdustref",
+#  =2: Viking scenario; =3 MGS scenario)
+iddist  = 3
+# Dust top altitude (km). (Matters only if iddist=1)
+topdustref = 55.
+
+## Physical Parameterizations :
+## ~~~~~~~~~~~~~~~~~~~~~~~~~~
+# call radiative transfer ?
+callrad   = .true.
+# call NLTE radiative schemes ?   matters only if callrad=T
+callnlte = .false.
+# call CO2 NIR absorption ?   matters only if callrad=T
+callnirco2 = .false.
+# call turbulent vertical diffusion ?
+calldifv  = .true.
+# call convective adjustment ?
+calladj  = .false.
+# call CO2 condensation ?
+callcond =.false.
+# call thermal conduction in the soil ?
+callsoil = .true.
+# call Lott's gravity wave/subgrid topography scheme ?
+calllott  = .false.
+
+## Radiative transfer options :
+## ~~~~~~~~~~~~~~~~~~~~~~~~~~
+# the rad.transfer is computed every "iradia" physical timestep
+iradia    = 1
+# Output of the exchange coefficient mattrix ? for diagnostic only
+callg2d  = .false.
+# Rayleigh scattering : (should be .false. for now)
+rayleigh  = .false.
+
+## Tracer (dust water, ice and/or chemical species) options (used if tracer=T):
+## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+# DUST: Transported dust ? (if >0, use 'dustbin' dust bins)
+dustbin    = 0
+# DUST: Radiatively active dust ? (matters if dustbin>0)
+active  = .false.
+# DUST: use mass and number mixing ratios to predict dust size ?
+# (must also have dustbin=1)
+doubleq   = .false.
+# DUST: lifted by GCM surface winds ?
+lifting = .false.
+# DUST: lifted by dust devils ?
+callddevil = .false.
+# DUST: Scavenging by CO2 snowfall ?
+scavenging = .false.
+# DUST/WATERICE: Gravitationnal sedimentation ?
+sedimentation = .false.
+# WATERICE: Radiatively active transported atmospheric water ice ?
+activice   = .false.
+# WATER: Compute water cycle
+water = .false.
+# WATER: current permanent caps at both poles. True IS RECOMMENDED
+#        (with .true., North cap is a source of water and South pole
+#         is a cold trap)
+caps  = .false.  
+#caps  = .true.
+# PHOTOCHEMISTRY: include chemical species 
+photochem  = .false.
+
+## Thermospheric options (relevant if tracer=T) :
+##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+# call thermosphere ?
+callthermos = .false.
+# WATER: included without cycle (only if water=.false.)
+thermoswater = .false.
+# call thermal conduction ? (only if callthermos=.true.)
+callconduct = .false.
+# call EUV heating ? (only if callthermos=.true.)
+calleuv=.false.
+# call molecular viscosity ? (only if callthermos=.true.)
+callmolvis = .false.
+# call molecular diffusion ? (only if callthermos=.true.)
+callmoldiff = .false.
+# call thermospheric photochemistry ? (only if callthermos=.true.)
+thermochem = .false.
+# date for solar flux calculation: (1985 < date < 2002)
+## (Solar min=1996.4 ave=1993.4 max=1990.6)
+solarcondate = 1993.4
+       
+
+
Index: trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/highresLES/input_coord
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/highresLES/input_coord	(revision 790)
+++ trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/highresLES/input_coord	(revision 790)
@@ -0,0 +1,6 @@
+353.87  lon
+-1.88   lat
+244.    ls
+10.     lct
+20.     ztop
+100.    nz
Index: trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/highresLES/input_more
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/highresLES/input_more	(revision 790)
+++ trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/highresLES/input_more	(revision 790)
@@ -0,0 +1,1 @@
+  -1412.19    264.84
Index: trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/highresLES/input_sounding
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/highresLES/input_sounding	(revision 790)
+++ trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/highresLES/input_sounding	(revision 790)
@@ -0,0 +1,108 @@
+      7.16      254.21        0.00
+  -1412.19      254.21        0.00        0.00        0.00
+  -1411.19      248.72        0.00       -3.51       -0.13
+  -1407.19      226.77        0.00       -4.74       -0.17
+  -1402.19      218.53        0.00       -5.14       -0.19
+  -1392.19      218.13        0.00       -5.70       -0.21
+  -1362.19      217.99        0.00       -6.47       -0.28
+  -1312.19      217.99        0.00       -7.11       -0.40
+  -1212.19      217.99        0.00       -7.89       -0.66
+  -1012.19      217.99        0.00       -9.77       -1.55
+   -812.19      218.03        0.00      -12.23       -2.78
+   -612.19      218.92        0.00      -13.90       -3.70
+   -412.19      219.82        0.00      -15.56       -4.62
+   -212.19      220.79        0.00      -16.47       -5.23
+    -12.19      221.93        0.00      -15.30       -4.98
+    187.81      223.09        0.00      -14.14       -4.73
+    387.81      224.24        0.00      -12.98       -4.48
+    587.81      225.41        0.00      -11.81       -4.23
+    787.81      226.53        0.00      -10.73       -3.88
+    987.81      227.53        0.00       -9.86       -3.23
+   1187.81      228.54        0.00       -9.00       -2.58
+   1387.81      229.55        0.00       -8.14       -1.93
+   1587.81      230.56        0.00       -7.28       -1.28
+   1787.81      231.58        0.00       -6.42       -0.64
+   1987.81      232.60        0.00       -5.56        0.01
+   2187.81      233.63        0.00       -4.70        0.66
+   2387.81      234.66        0.00       -3.84        1.31
+   2587.81      235.70        0.00       -3.28        1.87
+   2787.81      236.72        0.00       -3.65        2.17
+   2987.81      237.75        0.00       -4.01        2.47
+   3187.81      238.78        0.00       -4.37        2.76
+   3387.81      239.82        0.00       -4.73        3.06
+   3587.81      240.86        0.00       -5.09        3.36
+   3787.81      241.90        0.00       -5.45        3.65
+   3987.81      242.95        0.00       -5.81        3.95
+   4187.81      244.01        0.00       -6.17        4.24
+   4387.81      245.07        0.00       -6.53        4.54
+   4587.81      246.13        0.00       -6.89        4.84
+   4787.81      247.20        0.00       -7.25        5.13
+   4987.81      248.27        0.00       -7.61        5.43
+   5187.81      249.35        0.00       -7.97        5.72
+   5387.81      250.36        0.00       -7.91        5.48
+   5587.81      251.37        0.00       -7.78        5.17
+   5787.81      252.37        0.00       -7.66        4.87
+   5987.81      253.39        0.00       -7.54        4.56
+   6187.81      254.40        0.00       -7.42        4.25
+   6387.81      255.42        0.00       -7.30        3.94
+   6587.81      256.45        0.00       -7.18        3.63
+   6787.81      257.47        0.00       -7.06        3.32
+   6987.81      258.51        0.00       -6.94        3.01
+   7187.81      259.54        0.00       -6.81        2.70
+   7387.81      260.58        0.00       -6.69        2.39
+   7587.81      261.63        0.00       -6.57        2.08
+   7787.81      262.67        0.00       -6.45        1.77
+   7987.81      263.73        0.00       -6.33        1.46
+   8187.81      264.78        0.00       -6.21        1.15
+   8387.81      265.84        0.00       -6.09        0.85
+   8587.81      266.91        0.00       -5.96        0.54
+   8787.81      267.98        0.00       -5.84        0.23
+   8987.81      269.04        0.00       -5.71       -0.07
+   9187.81      269.94        0.00       -5.30       -0.23
+   9387.81      270.84        0.00       -4.89       -0.38
+   9587.81      271.75        0.00       -4.48       -0.53
+   9787.81      272.65        0.00       -4.07       -0.68
+   9987.81      273.56        0.00       -3.66       -0.83
+  10187.81      274.47        0.00       -3.25       -0.99
+  10387.81      275.39        0.00       -2.84       -1.14
+  10587.81      276.30        0.00       -2.43       -1.29
+  10787.81      277.22        0.00       -2.02       -1.44
+  10987.81      278.14        0.00       -1.61       -1.59
+  11187.81      279.07        0.00       -1.20       -1.75
+  11387.81      280.00        0.00       -0.80       -1.90
+  11587.81      280.93        0.00       -0.39       -2.05
+  11787.81      281.86        0.00        0.02       -2.20
+  11987.81      282.79        0.00        0.43       -2.35
+  12187.81      283.73        0.00        0.84       -2.51
+  12387.81      284.67        0.00        1.25       -2.66
+  12587.81      285.61        0.00        1.66       -2.81
+  12787.81      286.56        0.00        2.07       -2.96
+  12987.81      287.51        0.00        2.48       -3.11
+  13187.81      288.46        0.00        2.89       -3.27
+  13387.81      289.41        0.00        3.30       -3.42
+  13587.81      290.37        0.00        3.71       -3.57
+  13787.81      291.33        0.00        4.12       -3.72
+  13987.81      292.26        0.00        4.06       -3.68
+  14187.81      293.18        0.00        3.81       -3.57
+  14387.81      294.10        0.00        3.56       -3.45
+  14587.81      295.03        0.00        3.32       -3.34
+  14787.81      295.95        0.00        3.07       -3.23
+  14987.81      296.88        0.00        2.82       -3.11
+  15187.81      297.81        0.00        2.58       -3.00
+  15387.81      298.74        0.00        2.33       -2.88
+  15587.81      299.68        0.00        2.08       -2.77
+  15787.81      300.62        0.00        1.84       -2.65
+  15987.81      301.56        0.00        1.59       -2.54
+  16187.81      302.50        0.00        1.34       -2.43
+  16387.81      303.44        0.00        1.10       -2.31
+  16587.81      304.39        0.00        0.85       -2.20
+  16787.81      305.34        0.00        0.60       -2.08
+  16987.81      306.29        0.00        0.36       -1.97
+  17187.81      307.24        0.00        0.11       -1.86
+  17387.81      308.19        0.00       -0.14       -1.74
+  17587.81      309.15        0.00       -0.38       -1.63
+  17787.81      310.11        0.00       -0.63       -1.51
+  17987.81      311.07        0.00       -0.88       -1.40
+  18187.81      312.04        0.00       -1.12       -1.29
+  18387.81      313.00        0.00       -1.37       -1.17
+  18587.81      313.97        0.00       -1.62       -1.06
Index: trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/highresLES/input_therm
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/highresLES/input_therm	(revision 790)
+++ trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/highresLES/input_therm	(revision 790)
@@ -0,0 +1,107 @@
+      191.14      839.14      7.156943e+02      1.644131e-02      264.84
+      191.14      839.14      7.156329e+02      1.643990e-02      259.12
+      191.14      839.14      7.153877e+02      1.643427e-02      236.23
+      191.14      839.14      7.150811e+02      1.643886e-02      227.62
+      191.14      839.14      7.144677e+02      1.645781e-02      227.16
+      191.14      839.14      7.126275e+02      1.643700e-02      226.86
+      191.14      839.14      7.095670e+02      1.638459e-02      226.61
+      191.14      839.14      7.034742e+02      1.627987e-02      226.10
+      191.14      839.14      6.914027e+02      1.607142e-02      225.11
+      191.14      839.14      6.795093e+02      1.586280e-02      224.14
+      191.14      839.14      6.677845e+02      1.559250e-02      224.06
+      191.14      839.14      6.562619e+02      1.532687e-02      223.98
+      191.14      839.14      6.449444e+02      1.506191e-02      223.96
+      191.14      839.14      6.338391e+02      1.479088e-02      224.13
+      191.14      839.14      6.229249e+02      1.452450e-02      224.29
+      191.14      839.14      6.121988e+02      1.426272e-02      224.45
+      191.14      839.14      6.016573e+02      1.400544e-02      224.61
+      191.14      839.14      5.913035e+02      1.375578e-02      224.73
+      191.14      839.14      5.811459e+02      1.351970e-02      224.72
+      191.14      839.14      5.711629e+02      1.328768e-02      224.72
+      191.14      839.14      5.613513e+02      1.305965e-02      224.71
+      191.14      839.14      5.517083e+02      1.283554e-02      224.70
+      191.14      839.14      5.422309e+02      1.261527e-02      224.69
+      191.14      839.14      5.329163e+02      1.239879e-02      224.68
+      191.14      839.14      5.237617e+02      1.218602e-02      224.68
+      191.14      839.14      5.147644e+02      1.197692e-02      224.67
+      191.14      839.14      5.059217e+02      1.177166e-02      224.66
+      191.14      839.14      4.972308e+02      1.157073e-02      224.63
+      191.14      839.14      4.886892e+02      1.137325e-02      224.61
+      191.14      839.14      4.802943e+02      1.117916e-02      224.58
+      191.14      839.14      4.720437e+02      1.098841e-02      224.56
+      191.14      839.14      4.639348e+02      1.080093e-02      224.53
+      191.14      839.14      4.559651e+02      1.061667e-02      224.51
+      191.14      839.14      4.481324e+02      1.043558e-02      224.48
+      191.14      839.14      4.404343e+02      1.025760e-02      224.46
+      191.14      839.14      4.328684e+02      1.008267e-02      224.43
+      191.14      839.14      4.254324e+02      9.910755e-03      224.41
+      191.14      839.14      4.181242e+02      9.741791e-03      224.38
+      191.14      839.14      4.109416e+02      9.575727e-03      224.36
+      191.14      839.14      4.038823e+02      9.412517e-03      224.33
+      191.14      839.14      3.969221e+02      9.253722e-03      224.24
+      191.14      839.14      3.900792e+02      9.097873e-03      224.14
+      191.14      839.14      3.833541e+02      8.944712e-03      224.04
+      191.14      839.14      3.767451e+02      8.794190e-03      223.93
+      191.14      839.14      3.702499e+02      8.646264e-03      223.83
+      191.14      839.14      3.638667e+02      8.500888e-03      223.73
+      191.14      839.14      3.575936e+02      8.358018e-03      223.63
+      191.14      839.14      3.514287e+02      8.217611e-03      223.52
+      191.14      839.14      3.453700e+02      8.079626e-03      223.42
+      191.14      839.14      3.394158e+02      7.944019e-03      223.32
+      191.14      839.14      3.335642e+02      7.810749e-03      223.22
+      191.14      839.14      3.278135e+02      7.679777e-03      223.11
+      191.14      839.14      3.221619e+02      7.551063e-03      223.01
+      191.14      839.14      3.166078e+02      7.424568e-03      222.91
+      191.14      839.14      3.111494e+02      7.300254e-03      222.81
+      191.14      839.14      3.057852e+02      7.178084e-03      222.70
+      191.14      839.14      3.005134e+02      7.058019e-03      222.60
+      191.14      839.14      2.953325e+02      6.940025e-03      222.50
+      191.14      839.14      2.902368e+02      6.824114e-03      222.39
+      191.14      839.14      2.851480e+02      6.711194e-03      222.12
+      191.14      839.14      2.801484e+02      6.600253e-03      221.85
+      191.14      839.14      2.752365e+02      6.491258e-03      221.59
+      191.14      839.14      2.704107e+02      6.384173e-03      221.32
+      191.14      839.14      2.656696e+02      6.278966e-03      221.05
+      191.14      839.14      2.610115e+02      6.175603e-03      220.78
+      191.14      839.14      2.564352e+02      6.074053e-03      220.52
+      191.14      839.14      2.519390e+02      5.974284e-03      220.25
+      191.14      839.14      2.475217e+02      5.876264e-03      219.98
+      191.14      839.14      2.431819e+02      5.779962e-03      219.71
+      191.14      839.14      2.389181e+02      5.685349e-03      219.45
+      191.14      839.14      2.347291e+02      5.592394e-03      219.18
+      191.14      839.14      2.306136e+02      5.501069e-03      218.91
+      191.14      839.14      2.265702e+02      5.411346e-03      218.65
+      191.14      839.14      2.225977e+02      5.323195e-03      218.38
+      191.14      839.14      2.186948e+02      5.236591e-03      218.11
+      191.14      839.14      2.148604e+02      5.151505e-03      217.84
+      191.14      839.14      2.110932e+02      5.067910e-03      217.58
+      191.14      839.14      2.073921e+02      4.985781e-03      217.31
+      191.14      839.14      2.037558e+02      4.905093e-03      217.04
+      191.14      839.14      2.001833e+02      4.825818e-03      216.77
+      191.14      839.14      1.966735e+02      4.747934e-03      216.51
+      191.14      839.14      1.932252e+02      4.671416e-03      216.24
+      191.14      839.14      1.898373e+02      4.596239e-03      215.97
+      191.14      839.14      1.864248e+02      4.519545e-03      215.66
+      191.14      839.14      1.830415e+02      4.443143e-03      215.32
+      191.14      839.14      1.797197e+02      4.368127e-03      214.99
+      191.14      839.14      1.764581e+02      4.294473e-03      214.65
+      191.14      839.14      1.732557e+02      4.222156e-03      214.32
+      191.14      839.14      1.701115e+02      4.151151e-03      213.98
+      191.14      839.14      1.670243e+02      4.081434e-03      213.65
+      191.14      839.14      1.639931e+02      4.012983e-03      213.31
+      191.14      839.14      1.610169e+02      3.945774e-03      212.98
+      191.14      839.14      1.580948e+02      3.879785e-03      212.64
+      191.14      839.14      1.552257e+02      3.814993e-03      212.31
+      191.14      839.14      1.524086e+02      3.751378e-03      211.97
+      191.14      839.14      1.496427e+02      3.688917e-03      211.64
+      191.14      839.14      1.469270e+02      3.627589e-03      211.30
+      191.14      839.14      1.442605e+02      3.567374e-03      210.97
+      191.14      839.14      1.416425e+02      3.508252e-03      210.63
+      191.14      839.14      1.390719e+02      3.450203e-03      210.30
+      191.14      839.14      1.365480e+02      3.393208e-03      209.97
+      191.14      839.14      1.340699e+02      3.337247e-03      209.63
+      191.14      839.14      1.316368e+02      3.282301e-03      209.30
+      191.14      839.14      1.292478e+02      3.228353e-03      208.96
+      191.14      839.14      1.269023e+02      3.175383e-03      208.63
+      191.14      839.14      1.245992e+02      3.123375e-03      208.29
+      191.14      839.14      1.223380e+02      3.072311e-03      207.96
Index: trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/highresLES/namelist.input
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/highresLES/namelist.input	(revision 790)
+++ trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/highresLES/namelist.input	(revision 790)
@@ -0,0 +1,85 @@
+ &time_control
+ run_seconds         = 37000   !! Duration of simulation                       [LES: !=0]  
+ history_interval_s  = 50      !! Frequency of outputs in seconds              [LES: !=0]
+ frames_per_outfile  = 74      !! Size of time dimension in files
+ start_year          = 9999    !! Idealized simulation                         [LES: 9999]
+ start_month         = 01
+ start_day           = 01
+ start_hour          = 01
+ start_minute        = 40
+ start_second        = 00
+ end_year            = 9999    !! Idealized simulation                         [LES: 9999]
+ restart             = .true.  !! (*) restart run ?
+ restart_interval    = 10      !! (*) Frequency of output restart files ?
+ io_form_history     = 2       !! (*) Choice of NETCDF for ouputs
+ io_form_restart     = 2       !! (*) Choice of NETCDF for ouputs
+ io_form_input       = 2       !! (*) Choice of NETCDF for ouputs
+ io_form_boundary    = 2       !! (*) Choice of NETCDF for ouputs
+ debug_level         = 0       !! (*) Verbose level
+ /
+
+ &domains
+ ztop                = 5000.   !! Altitude above ground of model top           [LES: !=0]       
+ time_step           = 0       !! Dynamical timestep
+ time_step_fract_num = 1       !! Additional fraction to time_step: numerator
+ time_step_fract_den = 12 !15 !20 !15      !! Additional fraction to time_step: denominator
+ dx                  = 12      !! (p2) Horizontal resolution
+ dy                  = 12      !! (p2) Horizontal resolution (should be equal to dx)
+ e_we                = 249     !! (r)(p2) Number of longitude grid points
+ e_sn                = 249     !! (r)(p2) Number of latitude grid points
+ e_vert              = 401     !! (r)(p2) Number of vertical levels
+ !!!!! OPTIONAL
+ force_sfc_in_vinterp = 1    !! (p3) Number of levels hardwired in the PBL
+ /
+
+ &physics
+ isfflx              = 1       !! 0 : UST/HFX from tke_... namelist values
+                               !! 1 : UST/HFX from LMD physics
+                               !! 2 : UST from LMD / HFX from namelist.input
+ init_TI             = 260.    !! Define constant thermal inertia value        [LES: !=0]
+ init_AL             = 0.26    !! Define constant albedo value                 [LES: !=0]
+ num_soil_layers     = 18      !!! NOUVELLE PHYSIQUE
+ !!
+ !! OPTIONAL
+ !!
+ radt                = 40     !! Ratio between physical and dynamical time step
+ mars                = 0       !! (r)(p2) Configuration of tracers:
+                               !!         0: no tracers, 1: water vapor + ice, 2: dust
+ init_MU             = 0.01    !! (p3) Multiply ini & bdy zonal wind by init_U
+ init_MV             = 0.01    !! (p3) Multiply ini & bdy meridional wind by init_V
+ init_U              = 5.
+ /
+
+ &dynamics
+ diff_opt            = 2       !! (*d) Diffusion option                        [LES: 2]
+ km_opt              = 2       !! (*d) Eddy coefficient option                 [LES: 2]
+ diff_6th_opt        = 0       !! (*d) Knievel numerical diffusion             [LES: 0]
+ mix_full_fields     = T       !! (*d) Set true if mixing ref + pert profiles  [LES: T]
+ !!
+ !! OPTIONAL
+ !!
+ c_k                   =  0.15  !! Mixing coefficient constant for km_opt=2 [default: 0.15]
+! c_s                   = 0.18     !! Mixing coefficient constant for km_opt=3 [default: 0.25]
+! pd_tke                = T        !! Positive definite advection of tke
+! tke_heat_flux         = 1.       !! Constant surface thermal flux (H/(rho*cp), K m/s)
+! tke_drag_coefficient  = 0.0025,  !! Constant surface drag coefficient (Cd, dimensionless)
+! mix_upper_bound       = 100.     !! Non-dimensional upper limit for diffusion coeffs
+! mix_isotropic         = 1        !! 0=anistropic vertical/horizontal diffusion coeffs, 1=isotropic
+! pert_coriolis         = T        !! Coriolis only acts on wind perturbation (idealized)
+ /
+
+ &bdy_control
+ periodic_x          = T       !! (p3) Periodic boundary conditions over x     [LES: T]
+ periodic_y          = T       !! (p3) Periodic boundary conditions over y     [LES: T]
+ /
+
+ &grib2
+ /
+
+ &fdda
+ /
+
+ &namelist_quilt              !! (*)
+ nio_tasks_per_group = 0,     !! (*)
+ nio_groups = 1,              !! (*)
+ /                            !! (*)
Index: trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/highresLES/run.def
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/highresLES/run.def	(revision 790)
+++ trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/highresLES/run.def	(revision 790)
@@ -0,0 +1,2 @@
+# some definitions for the physics, in file 'callphys.def'
+INCLUDEDEF=callphys.def
Index: trunk/MESOSCALE/LMD_MM_MARS/makemeso
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/makemeso	(revision 774)
+++ trunk/MESOSCALE/LMD_MM_MARS/makemeso	(revision 790)
@@ -383,5 +383,5 @@
                              then
                              echo 'DEBUG DEBUG DEBUG DEBUG'
-                             sed s+"#-g"+" -g -no-ftz -traceback -ftrapuv -fp-stack-check -check"+g configure.wrf > yeah
+                             sed s+"# -g"+" -g -no-ftz -traceback -ftrapuv -fp-stack-check -check"+g configure.wrf > yeah
                              mv -f yeah configure.wrf
                        fi
@@ -431,5 +431,5 @@
                              then
                              echo 'DEBUG DEBUG DEBUG DEBUG'
-                             sed s+"#-g"+" -g -no-ftz -traceback -ftrapuv -fp-stack-check -check"+g configure.wrf > yeah
+                             sed s+"# -g"+" -g -no-ftz -traceback -ftrapuv -fp-stack-check -check"+g configure.wrf > yeah
                              mv -f yeah configure.wrf
                        fi
@@ -446,5 +446,5 @@
                              then
                              echo 'DEBUG DEBUG DEBUG DEBUG'
-                             sed s+"#-g"+" -g -no-ftz -traceback -ftrapuv -fp-stack-check -check"+g configure.wrf > yeah
+                             sed s+"# -g"+" -g -no-ftz -traceback -ftrapuv -fp-stack-check -check"+g configure.wrf > yeah
                              mv -f yeah configure.wrf
                        fi
@@ -553,7 +553,7 @@
   then
     echo 'DEBUG DEBUG DEBUG DEBUG'
-    sed s+"#-g"+" -g -no-ftz -traceback -ftrapuv -fp-stack-check -check"+g configure.wrf > yeah
-    #sed s+"#-g"+"-g -Ktrap=fp -Mbounds"+g configure.wrf > yeah 
-    #sed s+"#-g"+"-g"+g configure.wrf > yeah
+    sed s+"# -g"+" -g -no-ftz -traceback -ftrapuv -fp-stack-check -check"+g configure.wrf > yeah
+    #sed s+"# -g"+"-g -Ktrap=fp -Mbounds"+g configure.wrf > yeah 
+    #sed s+"# -g"+"-g"+g configure.wrf > yeah
     mv -f yeah configure.wrf
   fi
