Ignore:
Timestamp:
Jul 4, 2011, 2:40:25 PM (14 years ago)
Author:
aslmd
Message:

MESOSCALE: python graphics. added the nowind case plus corrected a few minor things.

Location:
trunk/MESOSCALE/PLOT/PYTHON/mylib
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/PLOT/PYTHON/mylib/api_g95.sh

    r186 r191  
    11#! /bin/bash
    22
    3 f2py -c -m api ~/Science/MODELES/MESOSCALE/LMD_MM_MARS/SRC/POSTPROC/api.F90 --fcompiler=g95 -L$NETCDF/lib -lnetcdf -lm -I$NETCDF/include --f90flags="-Wall -Wno=112,141,137,155 -fno-second-underscore -ffree-form" > ~/logc 2> ~/loge
     3#NETCDF=/distrib/local/netcdf-4.0.1/g95_4.0.3_64/
     4#echo $NETCDF
     5
     6touch logc
     7touch loge
     8\rm logc
     9\rm loge
     10f2py -c -m api ../../../LMD_MM_MARS/SRC/POSTPROC/api.F90 --fcompiler=g95 -L$NETCDF/lib -lnetcdf -lm -I$NETCDF/include --f90flags="-Wall -Wno=112,141,137,155 -fno-second-underscore -ffree-form" > logc 2> loge
  • trunk/MESOSCALE/PLOT/PYTHON/mylib/myplot.py

    r188 r191  
    3535        return wlon,wlat
    3636
     37#def landers (map)
     38#    map.plot(blue_calf_lon,blue_calf_lat, 'gs')
     39#    return
     40
    3741def api_onelevel (  path_to_input   = None, \
    3842                    input_name      = 'wrfout_d0?_????-??-??_??:00:00', \
Note: See TracChangeset for help on using the changeset viewer.