Changeset 466 for trunk/UTIL/PYTHON/README.MCS
- Timestamp:
- Dec 9, 2011, 5:10:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/README.MCS
r465 r466 27 27 ------- 28 28 ------- 29 Ok, but after all, I want to interpolate these fields on the vertical grid used by MCS... (make sure to have rho in30 your file for a better interpolation. You also need aps, bps, and ps)29 Ok, but after all, I want to interpolate these fields on the vertical grid used in the MCS data... (make sure to have rho in 30 your file for a better interpolation. You also need aps, bps, ps and phisinit, at least in diagfi.nc or phisinit.nc.) 31 31 32 32 command -> mcs.py -f $YourSimulation/diagfi.nc -m /d5/lmlmd/MCS_processeddata/MCSdata_binned_MY29.nc --var temp,co2ice -i … … 34 34 ------- 35 35 ------- 36 Ok, but I dont care for the intermediary diagfi_P.nc file, it takes to much space. I want to remove it automatically36 Ok, but I dont care for the intermediary diagfi_P.nc file, it takes too much space. I want to remove it automatically 37 37 after the computation 38 38 … … 44 44 45 45 command -> 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.nc46 output -> diagfi_h_P_MCS.nc 47 47 ------- 48 48 ------- … … 51 51 52 52 command -> 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.nc53 output -> diagfi_h_P_MCS.nc 54 54 ------- 55 55 ------- … … 57 57 58 58 command -> 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.nc59 output -> diagfi_P.nc , diagfi_h_P.nc , diagfi_h_P_MCS.nc 60 60 -------
Note: See TracChangeset
for help on using the changeset viewer.