-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig-user-v2.5-jasmin.yml
88 lines (73 loc) · 3.16 KB
/
config-user-v2.5-jasmin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
###############################################################################
# User configuration file for ESMValTool v2.5 on Jasmin at CEDA
###############################################################################
---
# Destination directory where all output will be written
# Includes log files and performance stats.
output_dir: ~/esmvaltool_output
# Rootpaths to the data from different projects
rootpath:
CMIP6: /badc/cmip6/data/CMIP6
CMIP5: /badc/cmip5/data/cmip5/output1
CMIP3: /badc/cmip3_drs/data/cmip3/output
CORDEX: /badc/cordex/data/CORDEX/output
obs4MIPs: /gws/nopw/j04/esmeval/obsdata-v2
ana4mips: /gws/nopw/j04/esmeval/obsdata-v2
OBS: /gws/nopw/j04/esmeval/obsdata-v2
OBS6: /gws/nopw/j04/esmeval/obsdata-v2
# Directory structure for input data
# See ``config-developer.yml`` for definitions.
drs:
CMIP6: BADC
CMIP5: BADC
CMIP3: BADC
CORDEX: BADC
obs4MIPs: default
ana4mips: default
OBS: default
OBS6: default
# Auxiliary data directory
# Used by some recipes to look for additional datasets.
auxiliary_data_dir: /gws/nopw/j04/esmeval/aux_data/AUX
# Directory for storing downloaded climate data
download_dir: ~/climate_data
# Disable automatic downloads --- [true]/false
# Disable the automatic download of missing CMIP3, CMIP5, CMIP6, CORDEX,
# and obs4MIPs data from ESGF by default. This is useful if you are working
# on a computer without an internet connection.
offline: false
# Run at most this many tasks in parallel --- [null]/1/2/3/4/...
# Set to ``null`` to use the number of available CPUs. If you run out of
# memory, try setting max_parallel_tasks to ``1`` and check the amount of
# memory you need for that by inspecting the file ``run/resource_usage.txt`` in
# the output directory. Using the number there you can increase the number of
# parallel tasks again to a reasonable number for the amount of memory
# available in your system.
max_parallel_tasks: null
# Log level of the console --- debug/[info]/warning/error
# For much more information printed to screen set log_level to ``debug``.
log_level: info
# Exit on warning --- true/[false]
# # Only used in NCL diagnostic scripts.
exit_on_warning: false
# Plot file format --- [png]/pdf/ps/eps/epsi
output_file_type: png
# Remove the ``preproc`` directory if the run was successful --- [true]/false
# By default this option is set to ``true``, so all preprocessor output files
# will be removed after a successful run. Set to ``false`` if you need those
# files.
remove_preproc_dir: true
# Use netCDF compression --- true/[false]
compress_netcdf: false
# Save intermediary cubes in the preprocessor --- true/[false]
# Setting this to ``true`` will save the output cube from each preprocessing
# step. These files are numbered according to the preprocessing order.
save_intermediary_cubes: false
# Path to custom ``config-developer.yml`` file
# This can be used to customise project configurations. See
# ``config-developer.yml`` for an example. Set to ``null`` to use the default.
config_developer_file: null
# Use a profiling tool for the diagnostic run --- [false]/true
# A profiler tells you which functions in your code take most time to run.
# Only available for Python diagnostics.
profile_diagnostic: false