2023-12-27 23:32:35,567 UTC [926742] INFO esmvalcore._main:492 ______________________________________________________________________ _____ ____ __ ____ __ _ _____ _ | ____/ ___|| \/ \ \ / /_ _| |_ _|__ ___ | | | _| \___ \| |\/| |\ \ / / _` | | | |/ _ \ / _ \| | | |___ ___) | | | | \ 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! 2023-12-27 23:32:35,568 UTC [926742] INFO esmvalcore._main:493 Package versions 2023-12-27 23:32:35,568 UTC [926742] INFO esmvalcore._main:494 ---------------- 2023-12-27 23:32:35,568 UTC [926742] INFO esmvalcore._main:495 ESMValCore: 2.10.0 2023-12-27 23:32:35,568 UTC [926742] INFO esmvalcore._main:497 ESMValTool: 2.10.0 2023-12-27 23:32:35,568 UTC [926742] INFO esmvalcore._main:498 ---------------- 2023-12-27 23:32:35,568 UTC [926742] INFO esmvalcore._main:499 Using config file /nird/home/tomast/.esmvaltool/config-user.yml 2023-12-27 23:32:35,568 UTC [926742] INFO esmvalcore._main:500 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 2023-12-27 23:32:35,724 UTC [926742] INFO esmvalcore.config._esgf_pyclient:116 Using default ESGF configuration, configuration file /nird/home/tomast/.esmvaltool/esgf-pyclient.yml not present. 2023-12-27 23:32:35,724 UTC [926742] WARNING esmvalcore.config._esgf_pyclient:181 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-------. 2023-12-27 23:32:35,831 UTC [926742] INFO esmvalcore._main:91 Starting the Earth System Model Evaluation Tool at time: 2023-12-27 23:32:35 UTC 2023-12-27 23:32:35,831 UTC [926742] INFO esmvalcore._main:95 ---------------------------------------------------------------------- 2023-12-27 23:32:35,831 UTC [926742] INFO esmvalcore._main:96 RECIPE = /projects/NS2980K/home/tomast/ESMValTool/recipes-2.10.0/standard_recipes/atmosphere/recipe_consecdrydays.yml 2023-12-27 23:32:35,831 UTC [926742] INFO esmvalcore._main:97 RUNDIR = /projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/run 2023-12-27 23:32:35,831 UTC [926742] INFO esmvalcore._main:98 WORKDIR = /projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/work 2023-12-27 23:32:35,831 UTC [926742] INFO esmvalcore._main:99 PREPROCDIR = /projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/preproc 2023-12-27 23:32:35,831 UTC [926742] INFO esmvalcore._main:100 PLOTDIR = /projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/plots 2023-12-27 23:32:35,831 UTC [926742] INFO esmvalcore._main:101 ---------------------------------------------------------------------- 2023-12-27 23:32:35,831 UTC [926742] INFO esmvalcore._main:104 Running tasks using at most 256 processes 2023-12-27 23:32:35,832 UTC [926742] INFO esmvalcore._main:106 If your system hangs during execution, it may not have enough memory for keeping this number of tasks in memory. 2023-12-27 23:32:35,832 UTC [926742] INFO esmvalcore._main:109 If you experience memory problems, try reducing 'max_parallel_tasks' in your user configuration file. 2023-12-27 23:32:35,832 UTC [926742] WARNING esmvalcore.config._dask:18 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. 2023-12-27 23:32:35,832 UTC [926742] DEBUG esmvalcore._recipe.check:54 Checking recipe against schema /projects/NS2980K/conda/esmvaltool2.10.0/lib/python3.11/site-packages/esmvalcore/_recipe/recipe_schema.yml 2023-12-27 23:32:35,843 UTC [926742] DEBUG esmvalcore._recipe.to_datasets:343 Populating list of datasets for variable pr in diagnostic dry_days 2023-12-27 23:32:35,844 UTC [926742] DEBUG esmvalcore._recipe.to_datasets:367 Found Dataset: pr, day, CMIP5, bcc-csm1-1-m, historical, r1i1p1 2023-12-27 23:32:35,844 UTC [926742] DEBUG esmvalcore._recipe.recipe:781 Retrieving diagnostics from recipe 2023-12-27 23:32:35,844 UTC [926742] DEBUG esmvalcore._recipe.recipe:809 Setting script for diagnostic dry_days 2023-12-27 23:32:35,845 UTC [926742] INFO esmvalcore._recipe.recipe:999 Creating tasks from recipe 2023-12-27 23:32:35,845 UTC [926742] INFO esmvalcore._recipe.recipe:1008 Creating tasks for diagnostic dry_days 2023-12-27 23:32:35,845 UTC [926742] INFO esmvalcore._recipe.recipe:930 Creating diagnostic task dry_days/consecutive_dry_days 2023-12-27 23:32:35,851 UTC [926742] INFO esmvalcore._recipe.recipe:983 Creating preprocessor task dry_days/pr 2023-12-27 23:32:35,851 UTC [926742] INFO esmvalcore._recipe.recipe:653 Creating preprocessor 'default' task for variable 'pr' 2023-12-27 23:32:35,852 UTC [926742] DEBUG esmvalcore.config._config:45 Loading extra facets from /projects/NS2980K/conda/esmvaltool2.10.0/lib/python3.11/site-packages/esmvalcore/config/extra_facets/cmip5-fx.yml 2023-12-27 23:32:35,852 UTC [926742] DEBUG esmvalcore.config._config:45 Loading extra facets from /projects/NS2980K/conda/esmvaltool2.10.0/lib/python3.11/site-packages/esmvalcore/config/extra_facets/cmip5-institutes.yml 2023-12-27 23:32:35,867 UTC [926742] DEBUG esmvalcore.config._config:45 Loading extra facets from /projects/NS2980K/conda/esmvaltool2.10.0/lib/python3.11/site-packages/esmvalcore/config/extra_facets/cmip5-product.yml 2023-12-27 23:32:35,870 UTC [926742] DEBUG esmvalcore.local:444 Looking for files matching: /projects/NS9034K/CMIP5/output1/BCC/bcc-csm1-1-m/historical/day/atmos/day/r1i1p1/*/pr/pr_day_bcc-csm1-1-m_historical_r1i1p1*.nc /projects/NS9560K-datalake/ESGF/cmip5/output1/BCC/bcc-csm1-1-m/historical/day/atmos/day/r1i1p1/*/pr/pr_day_bcc-csm1-1-m_historical_r1i1p1*.nc /scratch/tomast/ESGF/cmip5/output1/BCC/bcc-csm1-1-m/historical/day/atmos/day/r1i1p1/*/pr/pr_day_bcc-csm1-1-m_historical_r1i1p1*.nc 2023-12-27 23:32:35,871 UTC [926742] DEBUG esmvalcore.esgf._search:116 Searching https://esgf.ceda.ac.uk/esg-search for datasets using facets={'project': 'CMIP5', 'model': 'BCC-CSM1.1(m)', 'ensemble': 'r1i1p1', 'experiment': 'historical', 'time_frequency': 'day', 'institute': 'BCC', 'cmor_table': 'day', 'product': 'output1,output2', 'variable': 'pr'} 2023-12-27 23:32:35,871 UTC [926742] DEBUG requests_cache.backends:63 Initializing backend: None /nird/home/tomast/.esmvaltool/cache/pyesgf-search-results 2023-12-27 23:32:35,871 UTC [926742] DEBUG requests_cache.backends.base:384 Initialized SQLiteDict with serializer: SerializerPipeline(name=pickle, n_stages=2) 2023-12-27 23:32:35,871 UTC [926742] DEBUG requests_cache.backends.sqlite:234 Opening connection to /nird/home/tomast/.esmvaltool/cache/pyesgf-search-results.sqlite:responses 2023-12-27 23:32:35,872 UTC [926742] DEBUG requests_cache.backends.base:384 Initialized SQLiteDict with serializer: None 2023-12-27 23:32:35,872 UTC [926742] DEBUG requests_cache.backends.sqlite:234 Opening connection to /nird/home/tomast/.esmvaltool/cache/pyesgf-search-results.sqlite:redirects 2023-12-27 23:32:35,875 UTC [926742] DEBUG requests_cache.policy.actions:91 Cache directives from request headers: CacheDirectives() 2023-12-27 23:32:35,875 UTC [926742] DEBUG requests_cache.policy.actions:344 Pre-read cache checks: Passed 2023-12-27 23:32:35,878 UTC [926742] DEBUG requests_cache.policy.actions:205 Post-read cache actions: CacheActions(expire_after=86400, resend_request=True) 2023-12-27 23:32:35,878 UTC [926742] DEBUG requests_cache.session:253 Stale response; attempting to re-send request 2023-12-27 23:32:35,878 UTC [926742] DEBUG urllib3.connectionpool:1052 Starting new HTTPS connection (1): esgf.ceda.ac.uk:443 2023-12-27 23:32:36,081 UTC [926742] DEBUG urllib3.connectionpool:546 https://esgf.ceda.ac.uk:443 "GET /esg-search/search?format=application%2Fsolr%2Bjson&limit=500&distrib=true&offset=0&type=File&project=CMIP5&model=BCC-CSM1.1%28m%29&ensemble=r1i1p1&experiment=historical&time_frequency=day&institute=BCC&cmor_table=day&product=output1%2Coutput2&variable=pr HTTP/1.1" 200 None 2023-12-27 23:32:36,150 UTC [926742] DEBUG requests_cache.policy.actions:344 Pre-write cache checks: Passed 2023-12-27 23:32:39,694 UTC [926742] DEBUG requests_cache.backends.base:106 Closing backend connections 2023-12-27 23:32:39,697 UTC [926742] DEBUG esmvalcore.esgf._download:323 Wrong dataset_id_template_ cmip5.output1.%(valid_institute)s.%(model)s.%(experiment)s.%(time_frequency)s.%(realm)s.%(cmor_table)s.%(ensemble)s or facet values containing '.' for dataset cmip5.output1.BCC.bcc-csm1-1-m.historical.day.atmos.day.r1i1p1.v20120709 2023-12-27 23:32:39,697 UTC [926742] DEBUG esmvalcore.esgf._download:272 Correcting facet 'version' from 'None' to 'v20120709' for cmip5.output1.BCC.bcc-csm1-1-m.historical.day.atmos.day.r1i1p1.v20120709.pr_day_bcc-csm1-1-m_historical_r1i1p1_18500101-18741231.nc 2023-12-27 23:32:39,697 UTC [926742] DEBUG esmvalcore.esgf._download:323 Wrong dataset_id_template_ cmip5.output1.%(valid_institute)s.%(model)s.%(experiment)s.%(time_frequency)s.%(realm)s.%(cmor_table)s.%(ensemble)s or facet values containing '.' for dataset cmip5.output1.BCC.bcc-csm1-1-m.historical.day.atmos.day.r1i1p1.v20120709 2023-12-27 23:32:39,697 UTC [926742] DEBUG esmvalcore.esgf._download:272 Correcting facet 'version' from 'None' to 'v20120709' for cmip5.output1.BCC.bcc-csm1-1-m.historical.day.atmos.day.r1i1p1.v20120709.pr_day_bcc-csm1-1-m_historical_r1i1p1_18750101-18991231.nc 2023-12-27 23:32:39,697 UTC [926742] DEBUG esmvalcore.esgf._download:323 Wrong dataset_id_template_ cmip5.output1.%(valid_institute)s.%(model)s.%(experiment)s.%(time_frequency)s.%(realm)s.%(cmor_table)s.%(ensemble)s or facet values containing '.' for dataset cmip5.output1.BCC.bcc-csm1-1-m.historical.day.atmos.day.r1i1p1.v20120709 2023-12-27 23:32:39,697 UTC [926742] DEBUG esmvalcore.esgf._download:272 Correcting facet 'version' from 'None' to 'v20120709' for cmip5.output1.BCC.bcc-csm1-1-m.historical.day.atmos.day.r1i1p1.v20120709.pr_day_bcc-csm1-1-m_historical_r1i1p1_19000101-19241231.nc 2023-12-27 23:32:39,697 UTC [926742] DEBUG esmvalcore.esgf._download:323 Wrong dataset_id_template_ cmip5.output1.%(valid_institute)s.%(model)s.%(experiment)s.%(time_frequency)s.%(realm)s.%(cmor_table)s.%(ensemble)s or facet values containing '.' for dataset cmip5.output1.BCC.bcc-csm1-1-m.historical.day.atmos.day.r1i1p1.v20120709 2023-12-27 23:32:39,697 UTC [926742] DEBUG esmvalcore.esgf._download:272 Correcting facet 'version' from 'None' to 'v20120709' for cmip5.output1.BCC.bcc-csm1-1-m.historical.day.atmos.day.r1i1p1.v20120709.pr_day_bcc-csm1-1-m_historical_r1i1p1_19250101-19491231.nc 2023-12-27 23:32:39,698 UTC [926742] DEBUG esmvalcore.esgf._download:323 Wrong dataset_id_template_ cmip5.output1.%(valid_institute)s.%(model)s.%(experiment)s.%(time_frequency)s.%(realm)s.%(cmor_table)s.%(ensemble)s or facet values containing '.' for dataset cmip5.output1.BCC.bcc-csm1-1-m.historical.day.atmos.day.r1i1p1.v20120709 2023-12-27 23:32:39,698 UTC [926742] DEBUG esmvalcore.esgf._download:272 Correcting facet 'version' from 'None' to 'v20120709' for cmip5.output1.BCC.bcc-csm1-1-m.historical.day.atmos.day.r1i1p1.v20120709.pr_day_bcc-csm1-1-m_historical_r1i1p1_19500101-19741231.nc 2023-12-27 23:32:39,698 UTC [926742] DEBUG esmvalcore.esgf._download:323 Wrong dataset_id_template_ cmip5.output1.%(valid_institute)s.%(model)s.%(experiment)s.%(time_frequency)s.%(realm)s.%(cmor_table)s.%(ensemble)s or facet values containing '.' for dataset cmip5.output1.BCC.bcc-csm1-1-m.historical.day.atmos.day.r1i1p1.v20120709 2023-12-27 23:32:39,698 UTC [926742] DEBUG esmvalcore.esgf._download:272 Correcting facet 'version' from 'None' to 'v20120709' for cmip5.output1.BCC.bcc-csm1-1-m.historical.day.atmos.day.r1i1p1.v20120709.pr_day_bcc-csm1-1-m_historical_r1i1p1_19750101-19991231.nc 2023-12-27 23:32:39,698 UTC [926742] DEBUG esmvalcore.esgf._download:323 Wrong dataset_id_template_ cmip5.output1.%(valid_institute)s.%(model)s.%(experiment)s.%(time_frequency)s.%(realm)s.%(cmor_table)s.%(ensemble)s or facet values containing '.' for dataset cmip5.output1.BCC.bcc-csm1-1-m.historical.day.atmos.day.r1i1p1.v20120709 2023-12-27 23:32:39,698 UTC [926742] DEBUG esmvalcore.esgf._download:272 Correcting facet 'version' from 'None' to 'v20120709' for cmip5.output1.BCC.bcc-csm1-1-m.historical.day.atmos.day.r1i1p1.v20120709.pr_day_bcc-csm1-1-m_historical_r1i1p1_20000101-20121231.nc 2023-12-27 23:32:39,698 UTC [926742] DEBUG esmvalcore.esgf._search:154 Found the following files matching facets {'project': 'CMIP5', 'model': 'BCC-CSM1.1(m)', 'ensemble': 'r1i1p1', 'experiment': 'historical', 'time_frequency': 'day', 'institute': 'BCC', 'cmor_table': 'day', 'product': 'output1,output2', 'variable': 'pr'}: ESGFFile:cmip5/output1/BCC/bcc-csm1-1-m/historical/day/atmos/day/r1i1p1/v20120709/pr_day_bcc-csm1-1-m_historical_r1i1p1_18500101-18741231.nc on hosts ['aims3.llnl.gov', 'esgf.ceda.ac.uk', 'esgf.nci.org.au', 'esgf2.dkrz.de'] ESGFFile:cmip5/output1/BCC/bcc-csm1-1-m/historical/day/atmos/day/r1i1p1/v20120709/pr_day_bcc-csm1-1-m_historical_r1i1p1_18750101-18991231.nc on hosts ['aims3.llnl.gov', 'esgf.ceda.ac.uk', 'esgf.nci.org.au', 'esgf2.dkrz.de'] ESGFFile:cmip5/output1/BCC/bcc-csm1-1-m/historical/day/atmos/day/r1i1p1/v20120709/pr_day_bcc-csm1-1-m_historical_r1i1p1_19000101-19241231.nc on hosts ['aims3.llnl.gov', 'esgf.ceda.ac.uk', 'esgf.nci.org.au', 'esgf2.dkrz.de'] ESGFFile:cmip5/output1/BCC/bcc-csm1-1-m/historical/day/atmos/day/r1i1p1/v20120709/pr_day_bcc-csm1-1-m_historical_r1i1p1_19250101-19491231.nc on hosts ['aims3.llnl.gov', 'esgf.ceda.ac.uk', 'esgf.nci.org.au', 'esgf2.dkrz.de'] ESGFFile:cmip5/output1/BCC/bcc-csm1-1-m/historical/day/atmos/day/r1i1p1/v20120709/pr_day_bcc-csm1-1-m_historical_r1i1p1_19500101-19741231.nc on hosts ['aims3.llnl.gov', 'esgf.ceda.ac.uk', 'esgf.nci.org.au', 'esgf2.dkrz.de'] ESGFFile:cmip5/output1/BCC/bcc-csm1-1-m/historical/day/atmos/day/r1i1p1/v20120709/pr_day_bcc-csm1-1-m_historical_r1i1p1_19750101-19991231.nc on hosts ['aims3.llnl.gov', 'esgf.ceda.ac.uk', 'esgf.nci.org.au', 'esgf2.dkrz.de'] 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'] 2023-12-27 23:32:39,699 UTC [926742] DEBUG esmvalcore.esgf._search:364 Selected files: 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'] 2023-12-27 23:32:39,699 UTC [926742] DEBUG esmvalcore._recipe.recipe:263 Using input files for variable pr of dataset bcc-csm1-1-m: /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 (will be downloaded) 2023-12-27 23:32:39,700 UTC [926742] INFO esmvalcore._recipe.recipe:520 Found input files for Dataset: pr, day, CMIP5, bcc-csm1-1-m, historical, r1i1p1, v20120709 2023-12-27 23:32:39,700 UTC [926742] INFO esmvalcore._recipe.recipe:677 PreprocessingTask dry_days/pr created. 2023-12-27 23:32:39,700 UTC [926742] DEBUG esmvalcore._recipe.recipe:678 PreprocessingTask dry_days/pr will create the files: /projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/preproc/dry_days/pr/CMIP5_bcc-csm1-1-m_day_historical_r1i1p1_pr_2001-2002.nc 2023-12-27 23:32:39,700 UTC [926742] DEBUG esmvalcore._recipe.recipe:858 Linking tasks for diagnostic dry_days script consecutive_dry_days 2023-12-27 23:32:39,700 UTC [926742] DEBUG esmvalcore._recipe.recipe:867 Pattern dry_days/pr matches ['dry_days/pr'] 2023-12-27 23:32:39,701 UTC [926742] INFO esmvalcore._recipe.recipe:1048 These tasks will be executed: dry_days/pr, dry_days/consecutive_dry_days 2023-12-27 23:32:39,701 UTC [926742] DEBUG esmvalcore._main:128 Recipe summary: DiagnosticTask: dry_days/consecutive_dry_days script: droughtindex/diag_cdd.py settings: {'auxiliary_data_dir': PosixPath('/projects/NS9560K-datalake/ESGF/auxiliary_data'), 'dryindex': 'cdd', 'frlim': 5, 'log_level': 'info', 'output_file_type': 'png', 'plim': 1, 'plot': {'cmap': 'rain'}, 'plot_dir': '/projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/plots/dry_days/consecutive_dry_days', 'profile_diagnostic': False, 'recipe': PosixPath('recipe_consecdrydays.yml'), 'run_dir': '/projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/run/dry_days/consecutive_dry_days', 'script': 'consecutive_dry_days', 'version': '2.10.0', 'work_dir': '/projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/work/dry_days/consecutive_dry_days'} ancestors: PreprocessingTask: dry_days/pr order: ['remove_supplementary_variables', 'save'] PreprocessorFile: /projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/preproc/dry_days/pr/CMIP5_bcc-csm1-1-m_day_historical_r1i1p1_pr_2001-2002.nc input files: [LocalFile('/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')] settings: {'remove_supplementary_variables': {}, 'save': {'compress': False, 'filename': PosixPath('/projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/preproc/dry_days/pr/CMIP5_bcc-csm1-1-m_day_historical_r1i1p1_pr_2001-2002.nc')}} ancestors: None 2023-12-27 23:32:39,704 UTC [926742] INFO esmvalcore._recipe.recipe:1111 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 2023-12-27 23:32:39,704 UTC [926742] INFO esmvalcore.esgf._download:540 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.. 2023-12-27 23:32:40,759 UTC [926742] DEBUG esmvalcore.esgf._download:461 Downloading https://esgf.ceda.ac.uk/thredds/fileServer/esg_dataroot/cmip5/output1/BCC/bcc-csm1-1-m/historical/day/atmos/day/r1i1p1/v20120709/pr/pr_day_bcc-csm1-1-m_historical_r1i1p1_20000101-20121231.nc to /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.63k7vi__ 2023-12-27 23:32:40,760 UTC [926742] DEBUG urllib3.connectionpool:1052 Starting new HTTPS connection (1): esgf.ceda.ac.uk:443 2023-12-27 23:32:41,101 UTC [926742] DEBUG urllib3.connectionpool:546 https://esgf.ceda.ac.uk:443 "GET /thredds/fileServer/esg_dataroot/cmip5/output1/BCC/bcc-csm1-1-m/historical/day/atmos/day/r1i1p1/v20120709/pr/pr_day_bcc-csm1-1-m_historical_r1i1p1_20000101-20121231.nc HTTP/1.1" 200 971909288 2023-12-27 23:32:53,666 UTC [926742] INFO esmvalcore.esgf._download:490 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 2023-12-27 23:32:53,669 UTC [926742] INFO esmvalcore.esgf._download:569 Downloaded 971.91 MB in 13.96 seconds (69.6 MB/s) 2023-12-27 23:32:53,670 UTC [926742] INFO esmvalcore.esgf._download:581 Successfully downloaded all requested files. 2023-12-27 23:32:53,670 UTC [926742] INFO esmvalcore.config._dask:70 Using the Dask basic scheduler. 2023-12-27 23:32:53,670 UTC [926742] INFO esmvalcore._task:760 Running 2 tasks using 2 processes 2023-12-27 23:32:53,697 UTC [926955] INFO esmvalcore._task:261 Starting task dry_days/pr in process [926955] 2023-12-27 23:32:53,794 UTC [926742] INFO esmvalcore._task:793 Progress: 1 tasks running, 1 tasks waiting for ancestors, 0/2 done 2023-12-27 23:32:55,730 UTC [926955] DEBUG esmvalcore.esgf._download:535 All required data is available locally, not downloading anything. 2023-12-27 23:32:55,731 UTC [926955] DEBUG esmvalcore.preprocessor:364 Running preprocessor step fix_file 2023-12-27 23:32:55,732 UTC [926955] DEBUG esmvalcore.preprocessor:318 Running preprocessor function 'fix_file' on the data LocalFile('/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') loaded from original input file(s) [LocalFile('/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')] with function argument(s) output_dir = PosixPath('/projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/preproc/fixed_files/pr_day_CMIP5_bcc-csm1-1-m_historical_r1i1p1_v20120709_'), add_unique_suffix = True, session = Session({'auxiliary_data_dir': PosixPath('/projects/NS9560K-datalake/ESGF/auxiliary_data'), 'check_level': , 'compress_netcdf': False, 'config_developer_file': PosixPath('/projects/NS2980K/conda/esmvaltool2.10.0/lib/python3.11/site-packages/esmvalcore/config-developer.yml'), 'config_file': PosixPath('/nird/home/tomast/.esmvaltool/config-user.yml'), 'diagnostics': None, 'download_dir': PosixPath('/scratch/tomast/ESGF'), 'drs': {'CMIP3': 'DKRZ', 'CMIP5': 'DKRZ', 'CMIP6': 'DKRZ', 'CORDEX': 'DKRZ', 'OBS': 'default', 'OBS6': 'default', 'ana4mips': 'default', 'native6': 'default', 'obs4MIPs': 'default'}, 'exit_on_warning': False, 'extra_facets_dir': (), 'log_level': 'info', 'max_datasets': None, 'max_parallel_tasks': None, 'max_years': None, 'output_dir': PosixPath('/projects/NS2980K/www/tomast/esmvaltool2.10.0/output'), 'output_file_type': 'png', 'profile_diagnostic': False, 'remove_preproc_dir': True, 'resume_from': [], 'rootpath': {'CMIP3': [PosixPath('/projects/NS9560K-datalake/ESGF/cmip3')], 'CMIP5': [PosixPath('/projects/NS9560K-datalake/ESGF/cmip5/output1'), PosixPath('/projects/NS9034K/CMIP5/output1'), PosixPath('/scratch/tomast/ESGF/cmip5/output1')], 'CMIP6': [PosixPath('/projects/NS9560K-datalake/ESGF/CMIP6'), PosixPath('/projects/NS9034K/CMIP6'), PosixPath('/projects/NS9252K/KeyCLIM_CMOR'), PosixPath('/scratch/tomast/ESGF/CMIP6')], 'OBS': [PosixPath('/projects/NS9560K-datalake/ESGF/obsdata'), PosixPath('/scratch/tomast/ESGF/obsdata')], 'OBS6': [PosixPath('/projects/NS9560K-datalake/ESGF/obsdata'), PosixPath('/scratch/tomast/ESGF/obsdata')], 'RAWOBS': [PosixPath('/projects/NS9560K-datalake/ESGF/rawdata/obs'), PosixPath('/scratch/tomast/ESGF/rawdata/obs')], 'ana4mips': [PosixPath('/projects/NS9560K-datalake/ESGF/ana4mips'), PosixPath('/scratch/tomast/ESGF/ana4mips')], 'default': [PosixPath('/scratch/tomast/ESGF/obsdata')], 'native6': [PosixPath('/projects/NS9560K-datalake/ESGF/obsdata/native6'), PosixPath('/scratch/tomast/ESGF/obsdata/native6')], 'obs4MIPs': [PosixPath('/projects/NS9560K-datalake/ESGF/obs4MIPs'), PosixPath('/projects/NS9560K-datalake/ESGF/obsdata'), PosixPath('/scratch/tomast/ESGF/obs4MIPs')]}, 'run_diagnostic': True, 'save_intermediary_cubes': False, 'search_esgf': 'when_missing', 'skip_nonexistent': False, 'write_ncl_interface': False}), dataset = 'bcc-csm1-1-m', project = 'CMIP5', mip = 'day', exp = 'historical', ensemble = 'r1i1p1', short_name = 'pr', timerange = '2001/2002', variable_group = 'pr', diagnostic = 'dry_days', recipe_dataset_index = 0, alias = 'bcc-csm1-1-m', product = ['output1', 'output2'], institute = ['BCC'], original_short_name = 'pr', standard_name = 'precipitation_flux', long_name = 'Precipitation', units = 'kg m-2 s-1', modeling_realm = ['atmos'], frequency = 'day', version = 'v20120709' 2023-12-27 23:32:59,704 UTC [926955] DEBUG esmvalcore.preprocessor:364 Running preprocessor step load 2023-12-27 23:32:59,704 UTC [926955] DEBUG esmvalcore.preprocessor:318 Running preprocessor function 'load' on the data LocalFile('/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') loaded from original input file(s) [LocalFile('/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')] with function argument(s) ignore_warnings = None 2023-12-27 23:32:59,704 UTC [926955] DEBUG esmvalcore.preprocessor._io:145 Loading: /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 2023-12-27 23:33:08,295 UTC [926955] DEBUG esmvalcore.preprocessor._io:176 Done with loading /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 2023-12-27 23:33:08,295 UTC [926955] DEBUG esmvalcore.preprocessor:364 Running preprocessor step fix_metadata 2023-12-27 23:33:08,298 UTC [926955] DEBUG esmvalcore.preprocessor:318 Running preprocessor function 'fix_metadata' on the data [] loaded from original input file(s) [LocalFile('/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')] with function argument(s) check_level = , session = Session({'auxiliary_data_dir': PosixPath('/projects/NS9560K-datalake/ESGF/auxiliary_data'), 'check_level': , 'compress_netcdf': False, 'config_developer_file': PosixPath('/projects/NS2980K/conda/esmvaltool2.10.0/lib/python3.11/site-packages/esmvalcore/config-developer.yml'), 'config_file': PosixPath('/nird/home/tomast/.esmvaltool/config-user.yml'), 'diagnostics': None, 'download_dir': PosixPath('/scratch/tomast/ESGF'), 'drs': {'CMIP3': 'DKRZ', 'CMIP5': 'DKRZ', 'CMIP6': 'DKRZ', 'CORDEX': 'DKRZ', 'OBS': 'default', 'OBS6': 'default', 'ana4mips': 'default', 'native6': 'default', 'obs4MIPs': 'default'}, 'exit_on_warning': False, 'extra_facets_dir': (), 'log_level': 'info', 'max_datasets': None, 'max_parallel_tasks': None, 'max_years': None, 'output_dir': PosixPath('/projects/NS2980K/www/tomast/esmvaltool2.10.0/output'), 'output_file_type': 'png', 'profile_diagnostic': False, 'remove_preproc_dir': True, 'resume_from': [], 'rootpath': {'CMIP3': [PosixPath('/projects/NS9560K-datalake/ESGF/cmip3')], 'CMIP5': [PosixPath('/projects/NS9560K-datalake/ESGF/cmip5/output1'), PosixPath('/projects/NS9034K/CMIP5/output1'), PosixPath('/scratch/tomast/ESGF/cmip5/output1')], 'CMIP6': [PosixPath('/projects/NS9560K-datalake/ESGF/CMIP6'), PosixPath('/projects/NS9034K/CMIP6'), PosixPath('/projects/NS9252K/KeyCLIM_CMOR'), PosixPath('/scratch/tomast/ESGF/CMIP6')], 'OBS': [PosixPath('/projects/NS9560K-datalake/ESGF/obsdata'), PosixPath('/scratch/tomast/ESGF/obsdata')], 'OBS6': [PosixPath('/projects/NS9560K-datalake/ESGF/obsdata'), PosixPath('/scratch/tomast/ESGF/obsdata')], 'RAWOBS': [PosixPath('/projects/NS9560K-datalake/ESGF/rawdata/obs'), PosixPath('/scratch/tomast/ESGF/rawdata/obs')], 'ana4mips': [PosixPath('/projects/NS9560K-datalake/ESGF/ana4mips'), PosixPath('/scratch/tomast/ESGF/ana4mips')], 'default': [PosixPath('/scratch/tomast/ESGF/obsdata')], 'native6': [PosixPath('/projects/NS9560K-datalake/ESGF/obsdata/native6'), PosixPath('/scratch/tomast/ESGF/obsdata/native6')], 'obs4MIPs': [PosixPath('/projects/NS9560K-datalake/ESGF/obs4MIPs'), PosixPath('/projects/NS9560K-datalake/ESGF/obsdata'), PosixPath('/scratch/tomast/ESGF/obs4MIPs')]}, 'run_diagnostic': True, 'save_intermediary_cubes': False, 'search_esgf': 'when_missing', 'skip_nonexistent': False, 'write_ncl_interface': False}), dataset = 'bcc-csm1-1-m', project = 'CMIP5', mip = 'day', exp = 'historical', ensemble = 'r1i1p1', short_name = 'pr', timerange = '2001/2002', variable_group = 'pr', diagnostic = 'dry_days', recipe_dataset_index = 0, alias = 'bcc-csm1-1-m', product = ['output1', 'output2'], institute = ['BCC'], original_short_name = 'pr', standard_name = 'precipitation_flux', long_name = 'Precipitation', units = 'kg m-2 s-1', modeling_realm = ['atmos'], frequency = 'day', version = 'v20120709' 2023-12-27 23:33:08,369 UTC [926955] DEBUG esmvalcore.preprocessor:364 Running preprocessor step concatenate 2023-12-27 23:33:08,370 UTC [926955] DEBUG esmvalcore.preprocessor:318 Running preprocessor function 'concatenate' on the data [] loaded from original input file(s) [LocalFile('/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')] with function argument(s) check_level = 2023-12-27 23:33:08,370 UTC [926955] DEBUG esmvalcore.preprocessor:364 Running preprocessor step cmor_check_metadata 2023-12-27 23:33:08,370 UTC [926955] DEBUG esmvalcore.preprocessor:318 Running preprocessor function 'cmor_check_metadata' on the data loaded from original input file(s) [LocalFile('/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')] with function argument(s) check_level = , cmor_table = 'CMIP5', mip = 'day', frequency = 'day', short_name = 'pr' 2023-12-27 23:33:08,376 UTC [926955] DEBUG esmvalcore.preprocessor:364 Running preprocessor step clip_timerange 2023-12-27 23:33:08,376 UTC [926955] DEBUG esmvalcore.preprocessor:318 Running preprocessor function 'clip_timerange' on the data loaded from original input file(s) [LocalFile('/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')] with function argument(s) timerange = '2001/2002' 2023-12-27 23:33:08,390 UTC [926955] DEBUG esmvalcore.preprocessor:364 Running preprocessor step fix_data 2023-12-27 23:33:08,392 UTC [926955] DEBUG esmvalcore.preprocessor:318 Running preprocessor function 'fix_data' on the data loaded from original input file(s) [LocalFile('/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')] with function argument(s) check_level = , session = Session({'auxiliary_data_dir': PosixPath('/projects/NS9560K-datalake/ESGF/auxiliary_data'), 'check_level': , 'compress_netcdf': False, 'config_developer_file': PosixPath('/projects/NS2980K/conda/esmvaltool2.10.0/lib/python3.11/site-packages/esmvalcore/config-developer.yml'), 'config_file': PosixPath('/nird/home/tomast/.esmvaltool/config-user.yml'), 'diagnostics': None, 'download_dir': PosixPath('/scratch/tomast/ESGF'), 'drs': {'CMIP3': 'DKRZ', 'CMIP5': 'DKRZ', 'CMIP6': 'DKRZ', 'CORDEX': 'DKRZ', 'OBS': 'default', 'OBS6': 'default', 'ana4mips': 'default', 'native6': 'default', 'obs4MIPs': 'default'}, 'exit_on_warning': False, 'extra_facets_dir': (), 'log_level': 'info', 'max_datasets': None, 'max_parallel_tasks': None, 'max_years': None, 'output_dir': PosixPath('/projects/NS2980K/www/tomast/esmvaltool2.10.0/output'), 'output_file_type': 'png', 'profile_diagnostic': False, 'remove_preproc_dir': True, 'resume_from': [], 'rootpath': {'CMIP3': [PosixPath('/projects/NS9560K-datalake/ESGF/cmip3')], 'CMIP5': [PosixPath('/projects/NS9560K-datalake/ESGF/cmip5/output1'), PosixPath('/projects/NS9034K/CMIP5/output1'), PosixPath('/scratch/tomast/ESGF/cmip5/output1')], 'CMIP6': [PosixPath('/projects/NS9560K-datalake/ESGF/CMIP6'), PosixPath('/projects/NS9034K/CMIP6'), PosixPath('/projects/NS9252K/KeyCLIM_CMOR'), PosixPath('/scratch/tomast/ESGF/CMIP6')], 'OBS': [PosixPath('/projects/NS9560K-datalake/ESGF/obsdata'), PosixPath('/scratch/tomast/ESGF/obsdata')], 'OBS6': [PosixPath('/projects/NS9560K-datalake/ESGF/obsdata'), PosixPath('/scratch/tomast/ESGF/obsdata')], 'RAWOBS': [PosixPath('/projects/NS9560K-datalake/ESGF/rawdata/obs'), PosixPath('/scratch/tomast/ESGF/rawdata/obs')], 'ana4mips': [PosixPath('/projects/NS9560K-datalake/ESGF/ana4mips'), PosixPath('/scratch/tomast/ESGF/ana4mips')], 'default': [PosixPath('/scratch/tomast/ESGF/obsdata')], 'native6': [PosixPath('/projects/NS9560K-datalake/ESGF/obsdata/native6'), PosixPath('/scratch/tomast/ESGF/obsdata/native6')], 'obs4MIPs': [PosixPath('/projects/NS9560K-datalake/ESGF/obs4MIPs'), PosixPath('/projects/NS9560K-datalake/ESGF/obsdata'), PosixPath('/scratch/tomast/ESGF/obs4MIPs')]}, 'run_diagnostic': True, 'save_intermediary_cubes': False, 'search_esgf': 'when_missing', 'skip_nonexistent': False, 'write_ncl_interface': False}), dataset = 'bcc-csm1-1-m', project = 'CMIP5', mip = 'day', exp = 'historical', ensemble = 'r1i1p1', short_name = 'pr', timerange = '2001/2002', variable_group = 'pr', diagnostic = 'dry_days', recipe_dataset_index = 0, alias = 'bcc-csm1-1-m', product = ['output1', 'output2'], institute = ['BCC'], original_short_name = 'pr', standard_name = 'precipitation_flux', long_name = 'Precipitation', units = 'kg m-2 s-1', modeling_realm = ['atmos'], frequency = 'day', version = 'v20120709' 2023-12-27 23:33:08,392 UTC [926955] DEBUG esmvalcore.preprocessor:364 Running preprocessor step cmor_check_data 2023-12-27 23:33:08,393 UTC [926955] DEBUG esmvalcore.preprocessor:318 Running preprocessor function 'cmor_check_data' on the data loaded from original input file(s) [LocalFile('/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')] with function argument(s) check_level = , cmor_table = 'CMIP5', mip = 'day', frequency = 'day', short_name = 'pr' 2023-12-27 23:33:08,393 UTC [926955] DEBUG esmvalcore.preprocessor:364 Running preprocessor step add_supplementary_variables 2023-12-27 23:33:08,394 UTC [926955] DEBUG esmvalcore.preprocessor:318 Running preprocessor function 'add_supplementary_variables' on the data loaded from original input file(s) [LocalFile('/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')] with function argument(s) supplementary_cubes = [] 2023-12-27 23:33:08,394 UTC [926955] DEBUG esmvalcore.preprocessor:364 Running preprocessor step save 2023-12-27 23:33:08,395 UTC [926955] DEBUG esmvalcore.preprocessor:318 Running preprocessor function 'save' on the data [] loaded from original input file(s) [LocalFile('/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')] with function argument(s) compress = False, filename = PosixPath('/projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/preproc/dry_days/pr/CMIP5_bcc-csm1-1-m_day_historical_r1i1p1_pr_2001-2002.nc') 2023-12-27 23:33:09,330 UTC [926955] DEBUG esmvalcore.preprocessor._io:452 Saving cube: precipitation_flux / (kg m-2 s-1) (time: 730; latitude: 160; longitude: 320) Dimension coordinates: time x - - latitude - x - longitude - - x Cell methods: 0 time: mean (interval: 20 mintues) Attributes: Conventions 'CF-1.4' associated_files 'baseURL: http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation gridspecFile: gridspec_atmos_fx_bcc-csm1-1-m_historical_r0i0p0.nc ...' branch_time 344.0 cmor_version '2.5.6' contact 'Dr. Tongwen Wu (twwu@cma.gov.cn)' experiment 'historical' experiment_id 'historical' forcing 'Nat Ant GHG SD Oz Sl Vl SS Ds BC OC' frequency 'day' initialization_method 1 institute_id 'BCC' institution 'Beijing Climate Center(BCC),China Meteorological Administration,China' model_id 'bcc-csm1-1-m' modeling_realm 'atmos' original_name 'PRECT' parent_experiment 'pre-industrial control' parent_experiment_id 'piControl' parent_experiment_rip 'r1i1p1' physics_version 1 product 'output' project_id 'CMIP5' realization 1 source 'bcc-csm1-1-m:atmosphere: BCC_AGCM2.2 (T106L26); land: BCC_AVIM1.1;ocean: ...' table_id 'Table day (11 April 2011) ec52f6ea2595168e5458ad1b950fd49c' title 'bcc-csm1-1-m model output prepared for CMIP5 historical' with lazy data to /projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/preproc/dry_days/pr/CMIP5_bcc-csm1-1-m_day_historical_r1i1p1_pr_2001-2002.nc 2023-12-27 23:33:12,167 UTC [926955] INFO esmvalcore._task:266 Successfully completed task dry_days/pr (priority 1) in 0:00:18.470188 2023-12-27 23:33:12,208 UTC [926742] INFO esmvalcore._task:793 Progress: 0 tasks running, 1 tasks waiting for ancestors, 1/2 done 2023-12-27 23:33:12,212 UTC [926956] INFO esmvalcore._task:261 Starting task dry_days/consecutive_dry_days in process [926956] 2023-12-27 23:33:12,239 UTC [926956] INFO esmvalcore._task:502 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'] 2023-12-27 23:33:12,239 UTC [926956] DEBUG esmvalcore._task:503 in environment {'MPLBACKEND': 'Agg'} 2023-12-27 23:33:12,239 UTC [926956] DEBUG esmvalcore._task:505 in current working directory: /projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/run/dry_days/consecutive_dry_days 2023-12-27 23:33:12,239 UTC [926956] INFO esmvalcore._task:506 Writing output to /projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/work/dry_days/consecutive_dry_days 2023-12-27 23:33:12,239 UTC [926956] INFO esmvalcore._task:507 Writing plots to /projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/plots/dry_days/consecutive_dry_days 2023-12-27 23:33:12,239 UTC [926956] INFO esmvalcore._task:508 Writing log to /projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/run/dry_days/consecutive_dry_days/log.txt 2023-12-27 23:33:12,239 UTC [926956] INFO esmvalcore._task:518 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 2023-12-27 23:33:12,308 UTC [926742] INFO esmvalcore._task:793 Progress: 1 tasks running, 0 tasks waiting for ancestors, 1/2 done 2023-12-27 23:33:22,258 UTC [926956] INFO esmvalcore._task:128 Maximum memory used (estimate): 0.6 GB 2023-12-27 23:33:22,260 UTC [926956] INFO esmvalcore._task:130 Sampled every second. It may be inaccurate if short but high spikes in memory consumption occur. 2023-12-27 23:33:22,260 UTC [926956] DEBUG esmvalcore._task:591 Script droughtindex/diag_cdd.py completed successfully 2023-12-27 23:33:22,261 UTC [926956] DEBUG esmvalcore._task:610 Collecting provenance from /projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/run/dry_days/consecutive_dry_days/diagnostic_provenance.yml 2023-12-27 23:33:22,315 UTC [926956] DEBUG PIL.PngImagePlugin:190 STREAM b'IHDR' 16 13 2023-12-27 23:33:22,316 UTC [926956] DEBUG PIL.PngImagePlugin:190 STREAM b'tEXt' 41 57 2023-12-27 23:33:22,316 UTC [926956] DEBUG PIL.PngImagePlugin:190 STREAM b'pHYs' 110 9 2023-12-27 23:33:22,316 UTC [926956] DEBUG PIL.PngImagePlugin:190 STREAM b'IDAT' 131 65536 2023-12-27 23:33:23,207 UTC [926956] DEBUG PIL.PngImagePlugin:190 STREAM b'IHDR' 16 13 2023-12-27 23:33:23,207 UTC [926956] DEBUG PIL.PngImagePlugin:190 STREAM b'tEXt' 41 57 2023-12-27 23:33:23,207 UTC [926956] DEBUG PIL.PngImagePlugin:190 STREAM b'pHYs' 110 9 2023-12-27 23:33:23,207 UTC [926956] DEBUG PIL.PngImagePlugin:190 STREAM b'IDAT' 131 65536 2023-12-27 23:33:23,435 UTC [926956] DEBUG esmvalcore._task:685 Collecting provenance of task dry_days/consecutive_dry_days took 1.2 seconds 2023-12-27 23:33:23,435 UTC [926956] INFO esmvalcore._task:266 Successfully completed task dry_days/consecutive_dry_days (priority 0) in 0:00:11.222853 2023-12-27 23:33:23,455 UTC [926742] INFO esmvalcore._task:793 Progress: 0 tasks running, 0 tasks waiting for ancestors, 2/2 done 2023-12-27 23:33:23,455 UTC [926742] INFO esmvalcore._task:798 Successfully completed all tasks. 2023-12-27 23:33:23,483 UTC [926742] INFO esmvalcore._recipe.recipe:1076 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 2023-12-27 23:33:23,541 UTC [926742] INFO esmvalcore.experimental.recipe_output:244 Wrote recipe output to: file:///projects/NS2980K/www/tomast/esmvaltool2.10.0/output/recipe_consecdrydays_20231227_233235/index.html 2023-12-27 23:33:23,541 UTC [926742] INFO esmvalcore._main:133 Ending the Earth System Model Evaluation Tool at time: 2023-12-27 23:33:23 UTC 2023-12-27 23:33:23,541 UTC [926742] INFO esmvalcore._main:136 Time for running the recipe was: 0:00:47.710562 2023-12-27 23:33:23,836 UTC [926742] INFO esmvalcore._task:128 Maximum memory used (estimate): 2.3 GB 2023-12-27 23:33:23,837 UTC [926742] INFO esmvalcore._task:130 Sampled every second. It may be inaccurate if short but high spikes in memory consumption occur. 2023-12-27 23:33:23,837 UTC [926742] INFO esmvalcore._main:470 Removing `preproc` directory containing preprocessed data 2023-12-27 23:33:23,837 UTC [926742] INFO esmvalcore._main:473 If this data is further needed, then set `remove_preproc_dir` to `false` in your user configuration file 2023-12-27 23:33:23,838 UTC [926742] INFO esmvalcore._main:450 Run was successful