-
Notifications
You must be signed in to change notification settings - Fork 1
/
config-user.ns2980k.yml
78 lines (58 loc) · 2.69 KB
/
config-user.ns2980k.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
################################################################################
# User's configuration file for ESMValTool
################################################################################
---
# Rootpaths to the data from different projects (lists are also possible)
rootpath:
# CMIP5: [~/data/NTK-data/CMIP5_data, ~/data/NTK-data/CMIP5_data/NorESM_regrid]
CMIP5: /tos-project2/NS2980K/NTK-data/modeldata/ETHZ_CMIP5
CMIP6: /tos-project2/NS2980K/NTK-data/modeldata/ETHZ_CMIP6
OBS: /tos-project2/NS2980K/NTK-data/obsdata
RAWOBS: /tos-project2/NS2980K/NTK-data/rawobsdata
default: /tos-project2/NS2980K/NTK-data/Downloads
# Directory structure for input data: [default]/BADC/DKRZ/ETHZ/etc
# See config-developer.yml for definitions.
drs:
CMIP5: ETHZ
CMIP6: ETHZ
# Run at most this many tasks in parallel null/[1]/2/3/4/..
# Set to null to use the number of available CPUs.
# Make sure your system has enough memory for the specified number of tasks.
max_parallel_tasks: 1
# Destination directory where all output will be written
# including log files and performance stats
output_dir: /tos-project2/NS2980K/home/tomast/ESMValTool/esmvaltool_output
# Auxiliary data directory (used for some additional datasets)
# this is where e.g. files can be downloaded to by a download
# script embedded in the diagnostic
#auxiliary_data_dir: ~/esmvaltool/auxiliary_data
auxiliary_data_dir: /tos-project2/NS2980K/NTK-data/auxiliary_data
# Diagnostics create plots? [true]/false
# turning it off will turn off graphical output from diagnostic
write_plots: true
# Diagnositcs write NetCDF files? [true]/false
# turning it off will turn off netCDF output from diagnostic
write_netcdf: true
# Set the console log level debug, [info], warning, error
# for much more information printed to screen set log_level: debug
log_level: info
# Exit on warning? true/[false]
exit_on_warning: false
# Plot file format? [ps]/pdf/png/eps/epsi
output_file_type: png
# Use netCDF compression true/[false]
compress_netcdf: false
# Save intermediary cubes in the preprocessor true/[false]
# set to true will save the output cube from each preprocessing step
# these files are numbered according to the preprocessing order
save_intermediary_cubes: false
# Remove the preproc dir if all fine
# if this option is set to "true", ALL preprocessor files will be removed
# CAUTION when using: if you need those files, set it to false
remove_preproc_dir: false
# Path to custom config-developer file, to customise project configurations.
# See config-developer.yml for an example. Set to None to use the default
config_developer_file: null
# Get profiling information for diagnostics
# Only available for Python diagnostics
profile_diagnostic: false