Ignore:
Timestamp:
Dec 9, 2011, 5:10:15 PM (13 years ago)
Author:
acolaitis
Message:

Added localtime.e and streamfunction.e to the gcm wrapper.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/README.MCS

    r465 r466  
    2727-------
    2828-------
    29 Ok, but after all, I want to interpolate these fields on the vertical grid used by MCS... (make sure to have rho in
    30 your file for a better interpolation. You also need aps, bps, and ps)
     29Ok, but after all, I want to interpolate these fields on the vertical grid used in the MCS data... (make sure to have rho in
     30your file for a better interpolation. You also need aps, bps, ps and phisinit, at least in diagfi.nc or phisinit.nc.)
    3131
    3232command -> mcs.py -f $YourSimulation/diagfi.nc -m /d5/lmlmd/MCS_processeddata/MCSdata_binned_MY29.nc --var temp,co2ice -i
     
    3434-------
    3535-------
    36 Ok, but I dont care for the intermediary diagfi_P.nc file, it takes to much space. I want to remove it automatically
     36Ok, but I dont care for the intermediary diagfi_P.nc file, it takes too much space. I want to remove it automatically
    3737after the computation
    3838
     
    4444
    4545command -> mcs.py -f $YourSimulation/diagfi.nc -m /d5/lmlmd/MCS_processeddata/MCSdata_binned_MY29.nc --var temp,co2ice -i --ditch -H
    46 output -> diagfi_P_h_MCS.nc
     46output -> diagfi_h_P_MCS.nc
    4747-------
    4848-------
     
    5151
    5252command -> mcs.py -f $YourSimulation/diagfi.nc -m /d5/lmlmd/MCS_processeddata/MCSdata_binned_MY29.nc --var temp,co2ice -i -H
    53 output -> diagfi_P_h_MCS.nc
     53output -> diagfi_h_P_MCS.nc
    5454-------
    5555-------
     
    5757
    5858command -> mcs.py -f $YourSimulation/diagfi.nc -m /d5/lmlmd/MCS_processeddata/MCSdata_binned_MY29.nc --var temp,co2ice -i -H --override
    59 output -> diagfi_P_h_MCS.nc
     59output -> diagfi_P.nc , diagfi_h_P.nc , diagfi_h_P_MCS.nc
    6060-------
Note: See TracChangeset for help on using the changeset viewer.