Changes between Version 17 and Version 18 of Documentation/UserGuide/DifferencesNetcdf


Ignore:
Timestamp:
2020-12-29T11:13:32+01:00 (3 years ago)
Author:
luyssaert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/DifferencesNetcdf

    v17 v18  
    33 
    44Last revised: 2020/02/28, P. Maugis [[BR]] 
    5 Added diffnc: 2020/12/23, S. Luyssaert 
    65 
    7 === diffnc === 
    8 Rather than comparing plots, it's faster and more precise to compare whether two netcdf files (i.e. a history or restart file between 2 model versions) are numerically identical. cdo diffv and nccmp (Matlab) seem to rely on outdated HDF5 libraries. Another tool that worked well was diffc. Just download the diffnc script, and run it. 
    9 {{{ 
    10 curl -L https://github.com/spinto/diffnc/raw/master/diffnc -o diffnc 
    11 chmod +x diffnc 
    12 ./diffc -h 
    13 }}} 
    14  
    15 See https://github.com/spinto/diffnc for details. 
    166 
    177=== cdo diffv ===