Changeset 511 for trunk


Ignore:
Timestamp:
Feb 3, 2012, 9:57:50 AM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: added an 2D idealized test case for mesospheric GW

Location:
trunk
Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SIMU/namelist.input_full

    r493 r511  
    5959 init_TI = 0.,               !! Define constant thermal inertia value
    6060 init_AL = 0.,               !! Define constant albedo value
     61 init_Z0 = 0.1,              !! Define constant roughness length
    6162 init_U = 0.,                !! (p3) Define constant ini/bdy zonal wind value
    6263 init_V = 0.,                !! (p3) Define constant ini/bdy meridional wind value
  • trunk/UTIL/PYTHON/README.PP

    r504 r511  
    6262Goal: I want to save this in PNG format
    6363pp.py -f diagfired.nc -v tauice -m 0.2 -M 0.9 -H -b vishires -p ortho -S png
     64
     65Goal: I want to animate this along time axis
     66pp.py -f diagfired.nc -v tauice -m 0.2 -M 0.9 -H -b vishires -p ortho -S avi
    6467
    6568Goal: I want to animate this along time axis with fps=12
  • trunk/UTIL/PYTHON/myplot.py

    r502 r511  
    841841        mymachine = uname()[1]
    842842        ### 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/"
    845846        whichlink =     { \
    846847                #"vis":         "http://maps.jpl.nasa.gov/pix/mar0kuu2.jpg",\
Note: See TracChangeset for help on using the changeset viewer.