User Tools

Site Tools


ecmean

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
ecmean [2015/08/22 22:06]
fdoblas
ecmean [2015/08/22 22:10] (current)
fdoblas
Line 6: Line 6:
 and updated for IC3 climate simulations by François Massonnet (UCL/IC3) and updated for IC3 climate simulations by François Massonnet (UCL/IC3)
 </code> </code>
-This package contains the scripts necessary to compute the RK PI metric starting from EC-Earth3 output (*not* spin-up templates) +This package contains the scripts necessary to compute the RK PI metric starting from EC-Earth3 output (*not* spin-up templates)It constructs 2x2 degree remapped files for input to a modified version of the RK PI scripts by Xueli Wang (KNMI).
-It constructs 2x2 degree remapped files for input to a modified version of the RK PI scripts by Xueli Wang (KNMI).+
  
- +===== Installation =====
-=== Installation===+
  
 The original link to the tar file is available from the EC-Earth portal, but a slightly modified version is hosted at IC3 and must be used. The original link to the tar file is available from the EC-Earth portal, but a slightly modified version is hosted at IC3 and must be used.
  
-From IC3terminal fetch the ecmean_IC3.tar archive to your preferred directory, and untar it+From an IC3 terminal fetch the ecmean_IC3.tar archive to your preferred directory, and untar it
   cp ~fmassonnet/ECMean/ecmean_IC3.tar ./   cp ~fmassonnet/ECMean/ecmean_IC3.tar ./
   tar xf ecmean_IC3.tar   tar xf ecmean_IC3.tar
  
- +===== Contents =====
-=== Contents=== +
  
 Folders: ./ECMean Folders: ./ECMean
Line 38: Line 34:
 Files marked with an asterisk (and obelisk) have been modified or added, compared to [[https://dev.ec-earth.org/projects/ecearth3/wiki/Post-processing_and_analysis_tools|the original version of ECMean]] available on the EC-Earth development portal. Files marked with an asterisk (and obelisk) have been modified or added, compared to [[https://dev.ec-earth.org/projects/ecearth3/wiki/Post-processing_and_analysis_tools|the original version of ECMean]] available on the EC-Earth development portal.
  
 +===== Prerequisites =====
  
-=== Prerequisites: ===+A recent version of CDO (tested with CDO 1.6.3).
  
 +===== Configuration =====
  
-A recent version of CDO (tested with CDO 1.6.3) +Edit the config file, containing paths and run info.
- +
- +
-=== Configuration: === +
- +
- +
-1) Edit the config file, containing paths and run info.+
   vi ./script/config.sh   vi ./script/config.sh
 Change the variables PIDIR, STARTDATE, MEMBER, DATADIR, OUTDIR, CLIMDIR (descriptions are provided) Change the variables PIDIR, STARTDATE, MEMBER, DATADIR, OUTDIR, CLIMDIR (descriptions are provided)
  
 +===== Usage =====
  
-=== Usage: === +1) Run the preparation script that turns MMO* and MMA* types of output into something that the ECMean scripts can read. The first argument of the command must be the experiment name and the second and third one the first and last years to be processed, respectively.
- +
- +
-1) Run the preparation scriptthat turns MMO* and MMA* types of output into something that the ECMean scripts can read. The first argument of the command must be the experiment name and the second and third one the first and last years to be processed, respectively.+
   EXAMPLE: ./prepare_EC-mean.sh e00s fc2 1990 1992   EXAMPLE: ./prepare_EC-mean.sh e00s fc2 1990 1992
-As explained in the "Limitations" section below, EC-Earth output must be delivered in 12-month chunks starting the 1st of January of each year.+As explained in the "Limitations" section below, the EC-Earth output must be delivered in 12-month chunks starting the 1st of January of each year.
  
 2) Run the scripts for computing indices 2) Run the scripts for computing indices
Line 64: Line 54:
 The EC-mean.sh script successively calls the scripts post2x2.sh, oldPI2.sh and PI3.sh located in the directory ./scripts/ The EC-mean.sh script successively calls the scripts post2x2.sh, oldPI2.sh and PI3.sh located in the directory ./scripts/
  
- +===== Limitations =====
-=== Limitations===+
  
   *  The set of metrics has to extended to other grids than ORCA1L46   *  The set of metrics has to extended to other grids than ORCA1L46
ecmean.1440281186.txt.gz · Last modified: 2015/08/22 22:06 by fdoblas