- Timestamp:
- Feb 3, 2012, 9:57:50 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SIMU/namelist.input_full
r493 r511 59 59 init_TI = 0., !! Define constant thermal inertia value 60 60 init_AL = 0., !! Define constant albedo value 61 init_Z0 = 0.1, !! Define constant roughness length 61 62 init_U = 0., !! (p3) Define constant ini/bdy zonal wind value 62 63 init_V = 0., !! (p3) Define constant ini/bdy meridional wind value -
trunk/UTIL/PYTHON/README.PP
r504 r511 62 62 Goal: I want to save this in PNG format 63 63 pp.py -f diagfired.nc -v tauice -m 0.2 -M 0.9 -H -b vishires -p ortho -S png 64 65 Goal: I want to animate this along time axis 66 pp.py -f diagfired.nc -v tauice -m 0.2 -M 0.9 -H -b vishires -p ortho -S avi 64 67 65 68 Goal: I want to animate this along time axis with fps=12 -
trunk/UTIL/PYTHON/myplot.py
r502 r511 841 841 mymachine = uname()[1] 842 842 ### not sure about speed-up with this method... looks the same 843 if "lmd.jussieu.fr" in mymachine: domain = "/u/aslmd/WWW/maps/" 844 else: domain = "http://www.lmd.jussieu.fr/~aslmd/maps/" 843 if "lmd.jussieu.fr" in mymachine: domain = "/u/aslmd/WWW/maps/" 844 elif "aymeric-laptop" in mymachine: domain = "/home/aymeric/Dropbox/Public/" 845 else: domain = "http://www.lmd.jussieu.fr/~aslmd/maps/" 845 846 whichlink = { \ 846 847 #"vis": "http://maps.jpl.nasa.gov/pix/mar0kuu2.jpg",\
Note: See TracChangeset
for help on using the changeset viewer.