Changes between Version 3 and Version 4 of Documentation/UserGuide/StudyNetCDF


Ignore:
Timestamp:
2012-11-27T19:14:53+01:00 (11 years ago)
Author:
jryder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/StudyNetCDF

    v3 v4  
    2525 
    2626 
    27 But there's a simple script that can be used in '''IDL''' to import all of the data series at once, without having to spend time writing scripts to define input arrays first. First of all, download [http://aos.princeton.edu/WWWPUBLIC/PROFS/pom_gfdex/idl_lib/cdf2idl.pro cdf2idl.pro], then input the following within IDL: 
     27But there's a really useful script that can be used in '''IDL''' to import all of the data series at once, without having to spend time writing scripts to define input arrays first. First of all, download [http://aos.princeton.edu/WWWPUBLIC/PROFS/pom_gfdex/idl_lib/cdf2idl.pro cdf2idl.pro], compile it within IDL and then input the following: 
    2828 
    2929{{{ 
    3030 
    31 1) cdf2idl, '/home/rest_of_the_path/myJob_20060101_20061231_1M_sechiba_history.nc' 
     31cdf2idl, '/home/rest_of_the_path/myJob_20060101_20061231_1M_sechiba_history.nc' 
    3232 
    33 2) @myJob_20060101_20061231_1M_sechiba_history.idl 
     33@myJob_20060101_20061231_1M_sechiba_history.idl 
    3434}}} 
    3535 
    36 And then you have all of your variables nicely imported, and can be quickly plotted, e.g: 
     36And then you have all of your variables automatically imported, each into arrays of an appropriate size, and they can be quickly plotted, e.g: 
    3737 
    3838