INFO [926742] ______________________________________________________________________ _____ ____ __ ____ __ _ _____ _ | ____/ ___|| \/ \ \ / /_ _| |_ _|__ ___ | | | _| \___ \| |\/| |\ \ / / _` | | | |/ _ \ / _ \| | | |___ ___) | | | | \ V / (_| | | | | (_) | (_) | | |_____|____/|_| |_| \_/ \__,_|_| |_|\___/ \___/|_| ______________________________________________________________________ ESMValTool - Earth System Model Evaluation Tool. http://www.esmvaltool.org CORE DEVELOPMENT TEAM AND CONTACTS: Birgit Hassler (Co-PI; DLR, Germany - birgit.hassler@dlr.de) Alistair Sellar (Co-PI; Met Office, UK - alistair.sellar@metoffice.gov.uk) Bouwe Andela (Netherlands eScience Center, The Netherlands - b.andela@esciencecenter.nl) Lee de Mora (PML, UK - ledm@pml.ac.uk) Niels Drost (Netherlands eScience Center, The Netherlands - n.drost@esciencecenter.nl) Veronika Eyring (DLR, Germany - veronika.eyring@dlr.de) Bettina Gier (UBremen, Germany - gier@uni-bremen.de) Remi Kazeroni (DLR, Germany - remi.kazeroni@dlr.de) Nikolay Koldunov (AWI, Germany - nikolay.koldunov@awi.de) Axel Lauer (DLR, Germany - axel.lauer@dlr.de) Saskia Loosveldt-Tomas (BSC, Spain - saskia.loosveldt@bsc.es) Ruth Lorenz (ETH Zurich, Switzerland - ruth.lorenz@env.ethz.ch) Benjamin Mueller (LMU, Germany - b.mueller@iggf.geo.uni-muenchen.de) Valeriu Predoi (URead, UK - valeriu.predoi@ncas.ac.uk) Mattia Righi (DLR, Germany - mattia.righi@dlr.de) Manuel Schlund (DLR, Germany - manuel.schlund@dlr.de) Breixo Solino Fernandez (DLR, Germany - breixo.solinofernandez@dlr.de) Javier Vegas-Regidor (BSC, Spain - javier.vegas@bsc.es) Klaus Zimmermann (SMHI, Sweden - klaus.zimmermann@smhi.se) For further help, please read the documentation at http://docs.esmvaltool.org. Have fun! INFO [926742] Package versions INFO [926742] ---------------- INFO [926742] ESMValCore: 2.10.0 INFO [926742] ESMValTool: 2.10.0 INFO [926742] ---------------- INFO [926742] Using config file /nird/home/tomast/.esmvaltool/config-user.yml INFO [926742] Writing program log files to: /projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/run/main_log.txt /projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/run/main_log_debug.txt INFO [926742] Using default ESGF configuration, configuration file /nird/home/tomast/.esmvaltool/esgf-pyclient.yml not present. WARNING [926742] ESGF credentials missing, only data that is accessible without logging in will be available. See https://esgf.github.io/esgf-user-support/user_guide.html for instructions on how to create an account if you do not have one yet. Next, configure your system so esmvaltool can use your credentials. This can be done using the keyring package, or you can just enter them in /nird/home/tomast/.esmvaltool/esgf-pyclient.yml. keyring ======= First install the keyring package (requires a supported backend, see https://pypi.org/project/keyring/): $ pip install keyring Next, set your username and password by running the commands: $ keyring set ESGF hostname $ keyring set ESGF username $ keyring set ESGF password To check that you entered your credentials correctly, run: $ keyring get ESGF hostname $ keyring get ESGF username $ keyring get ESGF password configuration file ================== You can store the hostname, username, and password or your OpenID account in a plain text in the file /nird/home/tomast/.esmvaltool/esgf-pyclient.yml like this: logon: hostname: "your-hostname" username: "your-username" password: "your-password" or your can configure an interactive log in: logon: interactive: true Note that storing your password in plain text in the configuration file is less secure. On shared systems, make sure the permissions of the file are set so only you can read it, i.e. $ ls -l /nird/home/tomast/.esmvaltool/esgf-pyclient.yml shows permissions -rw-------. INFO [926742] Starting the Earth System Model Evaluation Tool at time: 2023-12-27 23:32:35 UTC INFO [926742] ---------------------------------------------------------------------- INFO [926742] RECIPE = /projects/NS2980K/home/tomast/ESMValTool/recipes-2.10.0/standard_recipes/atmosphere/recipe_consecdrydays.yml INFO [926742] RUNDIR = /projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/run INFO [926742] WORKDIR = /projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/work INFO [926742] PREPROCDIR = /projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/preproc INFO [926742] PLOTDIR = /projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/plots INFO [926742] ---------------------------------------------------------------------- INFO [926742] Running tasks using at most 256 processes INFO [926742] If your system hangs during execution, it may not have enough memory for keeping this number of tasks in memory. INFO [926742] If you experience memory problems, try reducing 'max_parallel_tasks' in your user configuration file. WARNING [926742] Using the Dask basic scheduler. This may lead to slow computations and out-of-memory errors. Note that the basic scheduler may still be the best choice for preprocessor functions that are not lazy. In that case, you can safely ignore this warning. See https://docs.esmvaltool.org/projects/ESMValCore/en/latest/quickstart/configure.html#dask-distributed-configuration for more information. INFO [926742] Creating tasks from recipe INFO [926742] Creating tasks for diagnostic dry_days INFO [926742] Creating diagnostic task dry_days/consecutive_dry_days INFO [926742] Creating preprocessor task dry_days/pr INFO [926742] Creating preprocessor 'default' task for variable 'pr' INFO [926742] Found input files for Dataset: pr, day, CMIP5, bcc-csm1-1-m, historical, r1i1p1, v20120709 INFO [926742] PreprocessingTask dry_days/pr created. INFO [926742] These tasks will be executed: dry_days/pr, dry_days/consecutive_dry_days INFO [926742] Wrote recipe with version numbers and wildcards to: file:///projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/run/recipe_consecdrydays_filled.yml INFO [926742] Will download 971.91 MB Will download the following files: 971.91 MB ESGFFile:cmip5/output1/BCC/bcc-csm1-1-m/historical/day/atmos/day/r1i1p1/v20120709/pr_day_bcc-csm1-1-m_historical_r1i1p1_20000101-20121231.nc on hosts ['aims3.llnl.gov', 'esgf.ceda.ac.uk', 'esgf.nci.org.au', 'esgf2.dkrz.de'] Downloading 971.91 MB.. INFO [926742] Downloaded /scratch/tomast/ESGF/cmip5/output1/BCC/bcc-csm1-1-m/historical/day/atmos/day/r1i1p1/v20120709/pr_day_bcc-csm1-1-m_historical_r1i1p1_20000101-20121231.nc (971.91 MB) in 12.85 seconds (75.61 MB/s) from esgf.ceda.ac.uk INFO [926742] Downloaded 971.91 MB in 13.96 seconds (69.6 MB/s) INFO [926742] Successfully downloaded all requested files. INFO [926742] Using the Dask basic scheduler. INFO [926742] Running 2 tasks using 2 processes INFO [926955] Starting task dry_days/pr in process [926955] INFO [926742] Progress: 1 tasks running, 1 tasks waiting for ancestors, 0/2 done INFO [926955] Successfully completed task dry_days/pr (priority 1) in 0:00:18.470188 INFO [926742] Progress: 0 tasks running, 1 tasks waiting for ancestors, 1/2 done INFO [926956] Starting task dry_days/consecutive_dry_days in process [926956] INFO [926956] Running command ['/projects/NS2980K/conda/esmvaltool2.10.0/bin/python', '/projects/NS2980K/conda/esmvaltool2.10.0/lib/python3.11/site-packages/esmvaltool/diag_scripts/droughtindex/diag_cdd.py', '/projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/run/dry_days/consecutive_dry_days/settings.yml'] INFO [926956] Writing output to /projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/work/dry_days/consecutive_dry_days INFO [926956] Writing plots to /projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/plots/dry_days/consecutive_dry_days INFO [926956] Writing log to /projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/run/dry_days/consecutive_dry_days/log.txt INFO [926956] To re-run this diagnostic script, run: cd /projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/run/dry_days/consecutive_dry_days; MPLBACKEND="Agg" /projects/NS2980K/conda/esmvaltool2.10.0/bin/python /projects/NS2980K/conda/esmvaltool2.10.0/lib/python3.11/site-packages/esmvaltool/diag_scripts/droughtindex/diag_cdd.py /projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/run/dry_days/consecutive_dry_days/settings.yml INFO [926742] Progress: 1 tasks running, 0 tasks waiting for ancestors, 1/2 done INFO [926956] Maximum memory used (estimate): 0.6 GB INFO [926956] Sampled every second. It may be inaccurate if short but high spikes in memory consumption occur. INFO [926956] Successfully completed task dry_days/consecutive_dry_days (priority 0) in 0:00:11.222853 INFO [926742] Progress: 0 tasks running, 0 tasks waiting for ancestors, 2/2 done INFO [926742] Successfully completed all tasks. INFO [926742] Wrote recipe with version numbers and wildcards to: file:///projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/run/recipe_consecdrydays_filled.yml INFO [926742] Wrote recipe output to: file:///projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/index.html INFO [926742] Ending the Earth System Model Evaluation Tool at time: 2023-12-27 23:33:23 UTC INFO [926742] Time for running the recipe was: 0:00:47.710562 INFO [926742] Maximum memory used (estimate): 2.3 GB INFO [926742] Sampled every second. It may be inaccurate if short but high spikes in memory consumption occur. INFO [926742] Removing `preproc` directory containing preprocessed data INFO [926742] If this data is further needed, then set `remove_preproc_dir` to `false` in your user configuration file INFO [926742] Run was successful