Changes between Version 9 and Version 10 of Documentation/UserGuide/restartability


Ignore:
Timestamp:
2020-02-28T15:23:27+01:00 (4 years ago)
Author:
lathiere
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/restartability

    v9 v10  
    2525The comparison is the easiest if the same variables are contained in the two netcdf files and the variables are in the same order. The [https://forge.ipsl.jussieu.fr/orchidee/attachment/wiki/Documentation/UserGuide/restartability/differr100.sh differ100.sh] script by Josefine Ghattas, nicely does this. Moreover, it uses cdo diffv to compare the files. However 5dim variables are ignored by the cdo diffv command, thus not all variables in the restart files can be compared using differ100.sh 
    2626 
    27 === Have to check for differences between to netcdf files that have variables with dimensions higher than 4 === 
     27=== Have to check for differences between two netcdf files that have variables with dimensions higher than 4 === 
    2828The matlab function nccmp are able to compare all variables contained within two netcdf files. The original version can be found here: https://fr.mathworks.com/matlabcentral/fileexchange/47857-comparing-two-netcdf-files. 
    2929I have made some small modifications such that the information produced by the script are put into a file instead of being printed to the screen. The update version can be found here on IRENE:/ccc/work/cont003/dofoco/dofoco/SCRIPTS/debug/nccmp.m or here on obelix:/home/data03/dofoco/SCRIPTS_obelix/debug/nccmp.m.