File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 109109
110110
111111# setting ECCODES_DEFINITION_PATH:
112+ git clone --recursive https://github.com/COSMO-ORG/eccodes-cosmo-resources.git
112113
113114${CONDA} activate ${DEV_ENV_NAME}
114115conda_loc=${CONDA_PREFIX}
115116base_dir=$( pwd)
116117def_path_default=${conda_loc} /share/eccodes/definitions
117- def_path_icon=/mch-environment/v6/linux-sles15-zen3/nvhpc-24.1/eccodes-2.25.0-qz22mnmqwecsrtnxvldprec5n4xeet4f/share/eccodes/definitions
118- sample_path=/mch-environment/v6/linux-sles15-zen3/nvhpc-24.1/eccodes-2.25.0-qz22mnmqwecsrtnxvldprec5n4xeet4f/share/eccodes/samples
118+ def_path_resources=${base_dir} /eccodes-cosmo-resources/definitions
119119
120- conda env config vars set ECCODES_DEFINITION_PATH=${def_path_default} :${def_path_icon}
121- conda env config vars set ECCODES_SAMPLES_PATH=${sample_path}
120+ conda env config vars set ECCODES_DEFINITION_PATH=${def_path_default} :${def_path_resources}
122121${CONDA} deactivate
You can’t perform that action at this time.
0 commit comments