source: trunk/ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread.pro @ 67

Last change on this file since 67 was 67, checked in by pinsard, 18 years ago

miscellaneous modifications according to cerbere.lodyc.jussieu.fr: /usr/home/smasson/SAXO_RD/

  • Property svn:executable set to *
File size: 308 bytes
Line 
1if n_elements(ncfile) eq 0 then stop,'NCFILE not defined'
2ncfile=strcompress(ncfile,/remove_all)
3
4print,'Reading file: ',ncfile
5
6__commands= $
7  ncdf_quickread_helper(ncfile,verbose=ncverbose,prefix=ncprefix,/reform)
8
9for __loop=0,n_elements(__commands)-1 do $
10  if not execute(__commands[__loop]) then stop
Note: See TracBrowser for help on using the repository browser.