Ignore:
Timestamp:
Nov 22, 2011, 3:14:32 PM (13 years ago)
Author:
acolaitis
Message:

PYTHON. 1/ mcs.py now works on a list of 3D and 4D variables given by -v or --var (it will also put aps and bps in the diagfi). 2/ added option --intas which is a template for the -i 2 gcm interpolation. -i 2 --intas mcs will interpolate the field on the same pressure levels as mcs. Works also with --intas tes. 3/ Corrected a small bug in make_gcm_netcdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/myplot.py

    r405 r409  
    664664    fmtvar    =     { \
    665665             "TK":           "%.0f",\
     666# Variables from TES ncdf format
    666667             "T_NADIR_DAY":  "%.0f",\
    667668             "T_NADIR_NIT":  "%.0f",\
     669# Variables from tes.py ncdf format
    668670             "TEMP_DAY":     "%.0f",\
    669671             "TEMP_NIGHT":   "%.0f",\
     672# Variables from MCS and mcs.py ncdf format
     673             "DTEMP":     "%.0f",\
     674             "NTEMP":   "%.0f",\
    670675             "TPOT":         "%.0f",\
    671676             "TSURF":        "%.0f",\
Note: See TracChangeset for help on using the changeset viewer.