forked from MPAS-Dev/compass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeneral.config.landice
44 lines (37 loc) · 1.99 KB
/
general.config.landice
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
# This file is the landice core's configuration file. It is specific to the landice
# core, and a specific machine. Each machine will configure this file
# differently, but it can be used to point on version of the testing
# infrastructure at a different version of the model.
# The namelists section describes required namelist templates that are used to
# generate specific namelist files. In the landice core, there is only a 'forward'
# mode template, which typically would point to the namelist.landice generated in
# default_inputs after a successful build of the model.
[namelists]
forward = FULL_PATH_TO_FORWARD_TEMPLATE_NAMELIST
# The streams section describes required streams file templates that are used to
# generate specific streams files. In the landice core, there is only a 'forward'
# mode template, which generally points to the streams.landice generated in
# default_inputs after a successful build of the model.
[streams]
forward = FULL_PATH_TO_FORWARD_TEMPLATE_STREAMS
# The executables section defines paths to required executables. These
# executables are provided for use by specific test cases.
# Full paths should be provided in order to access the executables from
# anywhere on the machine.
[executables]
model = FULL_PATH_TO_MODEL
mesh_converter = FULL_PATH_TO_MESH_CONVERTER
cell_culler = FULL_PATH_TO_CELL_CULLER
metis = FULL_PATH_TO_METIS
grid_to_li_grid = FULL_PATH_TO_create_landice_grid_from_generic_MPAS_grid.py
periodic_hex = FULL_PATH_TO_PERIODIC_HEX
# The paths section describes paths that are used within the landice core test
# cases.
[paths]
# The mesh_database and the initial_condition_database are locations where
# meshes / initial conditions might be found on a specific machine. They can be
# the same directory, or different directory. Additionally, if they are empty
# some test cases might download data into them, which will then be reused if
# the test case is run again later.
mesh_database = FULL_PATH_TO_LOCAL_MESH_DATABASE
initial_condition_database = NOT_CURRENTLY_USED