|
[DEFAULT] |
|
# Experiment identifier |
|
# No need to change |
|
EXPID = a000 |
|
# HPC name. |
|
# No need to change |
|
HPCARCH = local |
|
|
|
[experiment] |
|
# Supply the list of start dates. Available formats: YYYYMMDD YYYYMMDDhh YYYYMMDDhhmm |
|
# You can also use an abbreviated syntax for multiple dates with common parts: 200001[01 15] <=> 20000101 20000115 |
|
# 200001[01-04] <=> 20000101 20000102 20000103 20000104 |
|
# DATELIST = 20000101 19600101 19650101 19700101 |
|
# DATELIST = 20000101 1960[0101 0201 0301] |
|
# DATELIST = 20000101 19[60-65] |
|
DATELIST = 2022 |
|
# Supply the list of members. Format fcX |
|
# You can also use an abreviated syntax for multiple members: fc[0 1 2] <=> fc0 fc1 fc2 |
|
# fc[0-2] <=> fc0 fc1 fc2 |
|
# MEMBERS = fc0 fc0 fc1 fc2 fc3 fc4 |
|
# MEMBERS = fc0 fc[0-4] |
|
MEMBERS = mnist svhn |
|
# Chunk size unit. STRING = hour, day, month, year |
|
CHUNKSIZEUNIT = year |
|
# Chunk size. NUMERIC = 4, 6, 12 |
|
CHUNKSIZE = 4 |
|
# Total number of chunks in experiment. NUMERIC = 30, 15, 10 |
|
NUMCHUNKS = 3 |
|
# Initial chunk of the experiment. Optional. DEFAULT = 1 |
|
CHUNKINI = 1 |
|
# Calendar used. LIST: standard, noleap |
|
CALENDAR = standard |
|
# List of members that can be included in this run. Optional. |
|
# RUN_ONLY_MEMBERS = fc0 fc1 fc2 fc3 fc4 |
|
# RUN_ONLY_MEMBERS = fc[0-4] |
|
RUN_ONLY_MEMBERS = |
|
|
|
[project] |
|
# Select project type. STRING = git, svn, local, none |
|
# If PROJECT_TYPE is set to none, Autosubmit self-contained dummy templates will be used |
|
PROJECT_TYPE = none |
|
# Destination folder name for project. type = STRING, default = leave empty, |
|
PROJECT_DESTINATION = |
|
|
|
# If PROJECT_TYPE is not git, no need to change |
|
[git] |
|
# Repository URL STRING = 'https://github.com/torvalds/linux.git' |
|
PROJECT_ORIGIN = |
|
# Select branch or tag, STRING, default = 'master', help = {'master' (default), 'develop', 'v3.1b', ...} |
|
PROJECT_BRANCH = |
|
# type = STRING, default = leave empty, help = if model branch is a TAG leave empty |
|
PROJECT_COMMIT = |
|
# type = STRING, default = leave empty and will load all submodules, help = loadThisSubmodule alsoloadthis anotherLoad ... |
|
PROJECT_SUBMODULES = |
|
# type = STRING, default = leave empty and will perform a full clone, help = true,false |
|
FETCH_SINGLE_BRANCH = true |
|
# type = STRING, default = leave empty and will perform a clone on local machine, help = Path to root of remote folder |
|
#REMOTE_CLONE_ROOT = /gpfs/scratch/archive/bsc32 |
|
# If PROJECT_TYPE is not svn, no need to change |
|
[svn] |
|
# type = STRING, help = 'https://svn.ec-earth.org/ecearth3' |
|
PROJECT_URL = |
|
# Select revision number. NUMERIC = 1778 |
|
PROJECT_REVISION = |
|
|
|
# If PROJECT_TYPE is not local, no need to change |
|
[local] |
|
# type = STRING, help = /foo/bar/ecearth |
|
PROJECT_PATH = |
|
|
|
# If PROJECT_TYPE is none, no need to change |
|
[project_files] |
|
# Where is PROJECT CONFIGURATION file location relative to project root path |
|
FILE_PROJECT_CONF = |
|
# Where is JOBS CONFIGURATION file location relative to project root path |
|
FILE_JOBS_CONF = |
|
# Default job scripts type in the project. type = STRING, default = bash, supported = 'bash', 'python' or 'r' |
|
JOB_SCRIPTS_TYPE = |
|
|
|
[rerun] |
|
# Is a rerun or not? [Default: Do set FALSE]. BOOLEAN = TRUE, FALSE |
|
RERUN = FALSE |
|
# If RERUN = TRUE then supply the list of chunks to rerun |
|
# LIST = [ 19601101 [ fc0 [1 2 3 4] fc1 [1] ] 19651101 [ fc0 [16-30] ] ] |
|
CHUNKLIST = |