-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathesmxBuild.yaml
33 lines (25 loc) · 1.05 KB
/
esmxBuild.yaml
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
application:
#link_packages: OpenMP
link_libraries: piof
disable_comps: ESMX_Data
components:
datm:
build_type: none
source_dir: /glade/u/home/sumansh/Altrun/CDEPS/datm
install_prefix: /glade/u/home/sumansh/Altrun/CDEPS/install
libraries: datm dshr streams cdeps_share
fort_module: cdeps_datm_comp.mod
dart:
build_type: script
build_script: quickbuild.sh
source_dir: /glade/u/home/sumansh/Altrun/DART/models/cdeps/work
install_prefix: /glade/u/home/sumansh/Altrun/DART/models/cdeps/work
fort_module: dart_comp_nuopc.mod
# Template for adding a new model in this component section
# new_model_name:
# build_type: script # or other appropriate build type
# build_script: new_model_build_script.sh # path to the build script for the new model
# source_dir: /path/to/new/model/source
# install_prefix: /path/to/new/model/install
# libraries: new_model_library1 new_model_library2 # libraries needed for the new model
# fort_module: new_model_comp.mod # Fortran module for the new model