Changes between Version 15 and Version 16 of Documentation/UserGuide/restartability


Ignore:
Timestamp:
2020-02-28T16:28:06+01:00 (4 years ago)
Author:
lathiere
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/restartability

    v15 v16  
    2727=== 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. 
    29 I 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 updated 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. 
     29I 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 updated version can be found [https://forge.ipsl.jussieu.fr/orchidee/attachment/wiki/Documentation/UserGuide/restartability/nccmp_obelix.m here] 
    3030 
    3131Sadly, matlab is not on obelix, but on IRENE. To open matlab on IRENE type ''Matlab'' or if you wish to run from the terminal type ''matlab -nodesktop''.