Skip to content

Commit

Permalink
#42 Update fre-cli conda environment path
Browse files Browse the repository at this point in the history
  • Loading branch information
Dana Singh authored and Dana Singh committed Jan 17, 2025
1 parent 6e5934e commit 0174214
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion site/gaea.cylc
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
pre-script = """
module use -a /usw/conda/modulefiles
module load fre-nctools/2023.01.02 nco miniforge
conda activate /ncrc/home2/fms/conda/envs/fre-cli
conda activate /ncrc/home2/fms/conda/envs/fre-2025.01
mkdir -p $outputDir
"""
[[[environment]]]
Expand Down
4 changes: 2 additions & 2 deletions site/ppan.cylc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
pre-script = """
module load fre-nctools miniforge
set +u
conda activate /nbhome/fms/conda/envs/fre-cli
conda activate /nbhome/fms/conda/envs/fre-2025.01
set -u
module load gcp
mkdir -p $outputDir
Expand All @@ -106,7 +106,7 @@
pre-script = """
module load fre-nctools miniforge
set +u
conda activate /nbhome/fms/conda/envs/fre-cli
conda activate /nbhome/fms/conda/envs/fre-2025.01
set -u
mkdir -p $outputDir
"""
Expand Down
4 changes: 2 additions & 2 deletions site/ppan_test.cylc
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
pre-script = """
module load fre-nctools miniforge
set +u
conda activate /nbhome/fms/conda/envs/fre-cli
conda activate /nbhome/fms/conda/envs/fre-2025.01
set -u
module load gcp
mkdir -p $outputDir
Expand Down Expand Up @@ -149,7 +149,7 @@
pre-script = """
module load fre-nctools miniforge
set +u
conda activate /nbhome/fms/conda/envs/fre-cli
conda activate /nbhome/fms/conda/envs/fre-2025.01
set -u
mkdir -p $outputDir
"""
Expand Down

0 comments on commit 0174214

Please sign in to comment.