This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
tools:atmosphere_diagnostics [2015/05/26 11:25] 127.0.0.1 external edit |
tools:atmosphere_diagnostics [2015/10/19 15:08] (current) pbretonn |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| - | Set of bash and nco functions called used to format atmospheric monhtly and daily means into standards from ENSEMBLE project. | + | Set of bash and nco functions called used to format atmospheric monhtly and daily means into standards from the department (usable by s2dverfication). |
| ==== Description ==== | ==== Description ==== | ||
| - | The purpose is to standardize | + | The purpose is to standardize EC-Earth |
| - | file conventions of the ENSEMBLE project. Most importantly, | + | |
| - | on different date sets in a common framework. That means common diagnostic scripts can be | + | |
| - | used on different dataset. With this in mind, we save all members of one variable of one starting date in one file. | + | |
| - | While nccf_atm_monhtly uses MMA netcdf | + | While nccf_atm_monhtly uses MMA NetCDF |
| nccf_atm_daily selects daily outputs (every 6 hours for variables with one level and every 12 hours for pressure level variables) before formatting them. | nccf_atm_daily selects daily outputs (every 6 hours for variables with one level and every 12 hours for pressure level variables) before formatting them. | ||
| - | 24 basic daily variables are saved for the purpose of performing diagnostics | + | 24 basic daily variables are saved for the purpose of performing diagnostics |
| Line 22: | Line 18: | ||
| - | This package only needs nco | + | This package only needs NCO. |
| Line 29: | Line 25: | ||
| First, you have can download the atmosphere_diagnostics project from git: | First, you have can download the atmosphere_diagnostics project from git: | ||
| - | git clone https://gitlab.cfu.local/cfu/ | + | git clone https://earth.bsc.es/gitlab/es/ |
| nccf_atm_monthly works with a configuration file (config_file-nccf_atm_monthly.bash, | nccf_atm_monthly works with a configuration file (config_file-nccf_atm_monthly.bash, | ||
| - | When users extend the number of members of an experiment, the script concatenates those members with the previous already post-process members, checking that there is no twice the same members in the output files, or that no member was left out. | + | When users extend the number of members of an experiment, the script concatenates those members with the previous already post-process members, checking that there is no twice the same members in the output files or that no member was left out. |
| For daily data, run the script by specifying the experiment id and start date as follows: | For daily data, run the script by specifying the experiment id and start date as follows: | ||
| - | ./ | + | ./ |
| The different parameters (variables to be extracted, leadtime, members...) still have to be specified at the top of the script. | The different parameters (variables to be extracted, leadtime, members...) still have to be specified at the top of the script. | ||
| - | The outputs will be respectively saved at /cfunas/ | + | The outputs will be respectively saved at /esnas/ |
| Line 80: | Line 76: | ||
| - | The link to the GIT repository is https://gitlab.cfu.local/cfu/ | + | The link to the GIT repository is https://earth.bsc.es/gitlab/es/ |
| Line 86: | Line 82: | ||
| - | The coordinator | + | The coordinators |
| - | + | ||
| - | Previous version of this page can be found here: http:// | + | |
| ==== Style Guide ==== | ==== Style Guide ==== | ||