Changeset 1288
- Timestamp:
- Jun 9, 2014, 11:27:59 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SIMU/runmeso
r1272 r1288 176 176 then 177 177 tracers='999' 178 nx='999' 179 ny='999' 180 nz='999' 178 181 else 179 182 case ${mars_scenario} in … … 256 259 compilo=2 257 260 fi 258 if [[ ${compilo} -eq 3 || ${compilo} -eq 5 ]] 259 then 261 if [[ ${newphys} -eq 0 ]] 262 then 263 if [[ ${compilo} -eq 3 || ${compilo} -eq 5 ]] 264 then 260 265 echo How many processors ? e.g. 1, 2, 4, 6, 8, 12, 16, 20, 24, 32, 64, 128 ; read numproc 266 else 267 numproc=1 268 fi 261 269 else 262 numproc=1270 numproc=999 263 271 fi 264 272 #if [[ ${i_want_to_compile} -ge 1 ]] -
trunk/UTIL/PYTHON/planetoplot_v2/set_multiplot.txt
r923 r1288 6 6 2 ; 1 ; 2 ; 0.5 ; 0.0 ; 20 7 7 #3 ; 3 ; 1 ; 0.0 ; 1.0 ; 18 8 3 ; 1 ; 3 ; 0. 35; 0.0 ; 188 3 ; 1 ; 3 ; 0.20 ; 0.0 ; 18 9 9 4 ; 2 ; 2 ; 0.35 ; 0.6 ; 18 10 10 6 ; 3 ; 2 ; 0.6 ; 1.0 ; 18 11 11 8 ; 2 ; 4 ; 0.6 ; 0.6 ; 18 12 12 9 ; 3 ; 3 ; 0.6 ; 0.6 ; 18 13 12 ; 3 ; 4 ; 0.0 ; 0.2 ; 1 813 12 ; 3 ; 4 ; 0.0 ; 0.2 ; 12 14 14 16 ; 4 ; 4 ; 0.6 ; 0.6 ; 18 -
trunk/UTIL/PYTHON/planetoplot_v2/set_var.txt
r1029 r1288 12 12 V ; %.1f ; jet ; Meridional wind ; m s$^{-1}$ 13 13 VM ; %.1f ; jet ; Meridional wind ; m s$^{-1}$ 14 W ; %.2f ; jet; Vertical wind ; m s$^{-1}$14 W ; %.2f ; RdBu_r ; Vertical wind ; m s$^{-1}$ 15 15 U025 ; %.1f ; jet ; Wind speed 25cm above the surface ; m s$^{-1}$ 16 16 WIND ; %.0f ; YlOrRd ; Wind speed ; m s$^{-1}$ … … 37 37 TAU_ICE ; %.2f ; Blues ; Ice cloud opacity ; dimless 38 38 TAUICE ; %.2f ; Blues ; Ice cloud opacity ; dimless 39 VMR_ICE ; %. 1e ; Blues ; Ice volume mix. rat. ; dimless39 VMR_ICE ; %.0f ; Blues ; Ice volume mix. rat. ; ppm 40 40 VMR_H2OICE ; %.0f ; PuBu ; Ice volume mix. rat. ; dimless 41 41 VMR_H2OVAP ; %.0f ; PuBu ; Vapor volume mix. rat. ; dimless
Note: See TracChangeset
for help on using the changeset viewer.