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


Ignore:
Timestamp:
2023-07-04T20:56:58+02:00 (12 months ago)
Author:
luyssaert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/DifferencesNetcdf

    v18 v19  
    4040 
    4141The matlab function nccmp is able to compare all variables contained within two netcdf files. The original version can be found [https://fr.mathworks.com/matlabcentral/fileexchange/47857-comparing-two-netcdf-files here]. 
     42 
    4243Pascal Maugis has made some small modifications so 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/DifferencesNetcdf/nccmp_obelix.m here] 
    4344 
     
    5960For global simulations, the True option can produce a large file and the information might be hard to process, if there are many differences between the compared restart files. In addition, the True option makes the script much slower. However, for small simulation the True option is very useful.  
    6061 
    61 It is recommended to use the re-ordered files from the difffer100.sh script as inputs to nccmp.  
     62It is recommended to use the re-ordered files from the difffer100.sh script as inputs to nccmp. 
     63 
     64=== restart_daily.py === 
     65When developing the age class code, there is at least one specific test case that could be used to ensure the technical integrity of the code (this test case is described in the script and will be added to the trusting). If the trusting fails, this script can be used to find the exact moment and variable where the restart files start to diverge. This is quite challenging because the dimensions of the restart files are different. The script needs to pair the matching PFT between the run with 1 age class and the run with 4 age classes. There is a similar script that can be used to test monthly and annual restart files.