Changes between Version 21 and Version 22 of AnalysingResultQuestions


Ignore:
Timestamp:
Nov 23, 2009, 3:00:29 PM (15 years ago)
Author:
rwilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnalysingResultQuestions

    v21 v22  
    3737This is documented at: [http://www.unidata.ucar.edu/software/netcdf/docs/faq.html#Large%20File%20Support5]
    3838
    39 To convert sww files using versions of ANUGA after June 2009, you can do the following
     39To convert 64-bit offset format sww files produced by versions of ANUGA after June 2009, you can do the following under both Windows and Linux:
    4040
    4141{{{
     
    4444}}}
    4545
    46 Note that the {{{fred.ncd}}} file may be very large.
     46Note that the {{{fred.ncd}}} file may be very large.  If you are using Linux or Unix you can do the following and not generate the large intermediate file:
     47
     48{{{
     49ncdump new.sww | ncgen -o old.sww
     50}}}
     51
     52Also note that you must use a version of NetCDF that supports reading new large format sww files.
    4753
    4854There is a new directory in the ANUGA repository misc/tools/n2o that has a conversion unix shell script based on the above.