-
Notifications
You must be signed in to change notification settings - Fork 144
Closed
Description
This issue documents the round of recipe testing performed using the Core release candidate v2.8.0rc1.
Release process
System and settings
conda/mamba
(base) mamba --version
mamba 1.3.1
conda 23.1.0
Git branches and state
Tue 7 Mar 16:06:43 CET 2023
(base) :~/ESMValTool
$ git status
On branch main
Your branch is up to date with 'origin/main'.
nothing to commit, working tree clean
(base) :~/ESMValCore
$ git status
On branch v2.8.x
Your branch is up to date with 'origin/v2.8.x'.
nothing to commit, working tree clean
Installation and environment
$ cd ~/ESMValTool
$ mamba env create -n tool_280rc1 -f environment.yml
$ conda activate tool_280rc1
$ pip install --editable '.[develop]'
$ cd ~/ESMValCore
$ pip install --editable '.[develop]'
Config user file
Main options: all default except search_esgf: when_missing
output_dir: ./esmvaltool_output
max_parallel_tasks: 8
log_level: debug
exit_on_warning: false
output_file_type: png
remove_preproc_dir: true
compress_netcdf: false
save_intermediary_cubes: false
config_developer_file: null
profile_diagnostic: false
# Site-specific entries: DKRZ-Levante
search_esgf: when_missing
download_dir: /work/bd0854/DATA/ESMValTool2/download
auxiliary_data_dir: /work/bd0854/DATA/ESMValTool2/AUX
rootpath:
CMIP6: /work/bd0854/DATA/ESMValTool2/CMIP6_DKRZ
CMIP5: /work/bd0854/DATA/ESMValTool2/CMIP5_DKRZ
CMIP3: /work/bd0854/DATA/ESMValTool2/CMIP3
CORDEX: /work/ik1017/C3SCORDEX/data/c3s-cordex/output
OBS: /work/bd0854/DATA/ESMValTool2/OBS
OBS6: /work/bd0854/DATA/ESMValTool2/OBS
obs4MIPs: /work/bd0854/DATA/ESMValTool2/OBS
ana4mips: /work/bd0854/DATA/ESMValTool2/OBS
native6: /work/bd0854/DATA/ESMValTool2/RAWOBS
RAWOBS: /work/bd0854/DATA/ESMValTool2/RAWOBS
drs:
CMIP6: DKRZ
CMIP5: DKRZ
CMIP3: DKRZ
CORDEX: BADC
obs4MIPs: default
ana4mips: default
OBS: default
OBS6: default
native6: defaultESMValTool version
$ esmvaltool version
ESMValCore: 2.8.0rc1
ESMValTool: 2.8.0.dev77+gd0c0c038e
Environment file
Compute resources used
On DKRZ-Levante
- When possible (small to medium jobs, in practice 4 jobs per node):
#SBATCH --partition=interactive
#SBATCH --mem=64G
- Large jobs (nodes not shared)
#SBATCH --partition=compute
Note: no output comparison will be done for this round of testing. The main purpose is to identify issues with the Core and start fixing failing diagnostics. Results and overview webpage will be posted in a later post.
valeriupredoi