Skip to content

Commit 7811a9f

Browse files
committed
Revised everything for the new disk locations.
1 parent 1358f48 commit 7811a9f

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ The `analysis_compare` tool creates a script in the `mass_scripts` directory.
430430
This script is copied to a shared directory in the shared ukesm/terrafirma diskspace:
431431

432432
```
433-
/gws/nopw/j04/esmeval/bgcval2/shared_mass_scripts
433+
/gws/ssde/j25a/esmeval/bgcval2/shared_mass_scripts
434434
```
435435

436436
A crontab job is set up to execute these scripts overnight on mass-cli1,
@@ -440,14 +440,14 @@ Very old scripts are automatically deleted.
440440
The crontab script is:
441441

442442
```
443-
/gws/nopw/j04/esmeval/bgcval2/shared_mass_cron.sh
443+
/gws/ssde/j25a/esmeval/bgcval2/shared_mass_cron.sh
444444
```
445445

446446
Note that cron executes this script with the `ldemora` username, so permissions may need to be changed
447447
in some cases. The output log for this script is sent to the file:
448448

449449
```
450-
/gws/nopw/j04/esmeval/bgcval2/shared_mass_cron.out
450+
/gws/ssde/j25a/esmeval/bgcval2/shared_mass_cron.out
451451
```
452452

453453
In the case that data is needed immediately, it's posiible to download manually as well.
@@ -642,7 +642,7 @@ input yamls. If you want to "clear the cache", these images need to be deleted.
642642
The key place to clear is set by default on jasmin to be:
643643

644644
```
645-
/gws/nopw/j04/ukesm/BGC_data/$USER/bgcval2/images/TimeseriesCompare/$NAME
645+
/gws/ssde/j25a/ukesm/BGC_data/$USER/bgcval2/images/TimeseriesCompare/$NAME
646646
```
647647

648648
where `$USER` is your jasmin user name and `$NAME` is the name given to this analysis
@@ -660,7 +660,7 @@ This is where the report is generated.
660660
The third place that these plots are kept is on the public facing jasmin directory:
661661

662662
```
663-
/gws/nopw/j04/esmeval/public/CompareReports/bgcval2/$USER/$NAME
663+
/gws/ssde/j25a/esmeval/public/CompareReports/bgcval2/$USER/$NAME
664664
```
665665

666666
This is where the report is hosted.

bgcval2/RemoteScripts/downloadOnMassCli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ python /home/users/ldemora/workspace/ukesm-validation/RemoteScripts/hello.py $jo
2424

2525
ssh -X -A mass-cli.jasmin.ac.uk "python /home/users/ldemora/workspace/ukesm-validation/download_from_mass.py $jobid"
2626
#ssh -X -A mass-cli.jasmin.ac.uk "mkdir -p gws/nopw/j04/ukesm/BGC_data/u/group_workspaces/jasmin2/ukesm/BGC_data/$jobid/1y; ln -s /group_workspaces/jasmin2/ukesm/BGC_data/$jobid/*1y*grid_[UVWT]*.nc /group_workspaces/jasmin2/ukesm/BGC_data/$jobid/1y/.; ls -lhrt /group_workspaces/jasmin2/ukesm/BGC_data/$jobid"
27-
ssh -X -A mass-cli.jasmin.ac.uk "mkdir -p /gws/nopw/j04/ukesm/BGC_data/$jobid/1y; ln -s /gws/nopw/j04/ukesm/BGC_data/$jobid/*1y*grid_[UVWT]*.nc /gws/nopw/j04/ukesm/BGC_data/$jobid/1y/.; ls -lhrt /gws/nopw/j04/ukesm/BGC_data/$jobid"
27+
ssh -X -A mass-cli.jasmin.ac.uk "mkdir -p /gws/ssde/j25a/ukesm/BGC_data/$jobid/1y; ln -s /gws/ssde/j25a/ukesm/BGC_data/$jobid/*1y*grid_[UVWT]*.nc /gws/ssde/j25a/ukesm/BGC_data/$jobid/1y/.; ls -lhrt /gws/ssde/j25a/ukesm/BGC_data/$jobid"
2828

2929
#####
3030
# MLD:

bgcval2/default-bgcval2-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ standard-paths:
77
jasmin:
88
general:
99
machinelocation: "JASMIN"
10-
root_dir: "/gws/nopw/j04/ukesm"
10+
root_dir: "/gws/ssde/j25a/ukesm"
1111
shelvedir: "bgcval2/shelves"
1212
p2p_ppDir: "bgcval2/ukesm_postProcessed"
1313
imagedir: "bgcval2/images"

key_lists/ecosystem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ keys:
3030
pn_nlim: True
3131
pn_jlim: True
3232
epn100: True
33-
o2min: True
33+
# o2min: True
3434

3535
#
3636

lotus_bgcval2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ analysis_compare -y $BGCVAL2_SUITE
7474
#########################
7575
# Rsync report to web facing directory:
7676
# (shouldn't need to change this!)
77-
OUTPATH=/gws/nopw/j04/esmeval/public/CompareReports/bgcval2/$USER
77+
OUTPATH=/gws/ssde/j25a/esmeval/public/CompareReports/bgcval2/$USER
7878
mkdir -p $OUTPATH
7979
rsync -av CompareReports2/* $OUTPATH/.
8080

lotus_mass.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
source /etc/bashrc
1919

2020
# Set your target directory for scripts
21-
TARGET_DIR="/gws/nopw/j04/esmeval/bgcval2/shared_mass_scripts/"
21+
TARGET_DIR="/home/users/ldemora/workspace/bgcval2/shared_mass_scripts/"
2222

2323
# delete old scripts
24-
find /gws/nopw/j04/esmeval/bgcval2/shared_mass_scripts -mindepth 1 -mtime +15 -print -delete -name 'u-*.sh'
24+
find /gws/ssde/j25a/esmeval/bgcval2/shared_mass_scripts -mindepth 1 -mtime +15 -print -delete -name 'u-*.sh'
2525

2626

2727
# Create an array of filenames without extensions
@@ -36,10 +36,10 @@ done
3636
# Shuffle the list and iterate through it
3737
for JOBID in $(printf "%s\n" "${file_list[@]}" | shuf); do
3838
# make an output folder (typically done elsewhere)
39-
mkdir -p /gws/nopw/j04/ukesm/BGC_data/$JOBID/
39+
mkdir -p /gws/ssde/j25a/ukesm/BGC_data/$JOBID/
4040

4141
# Download jobID from mass to the standard location:
42-
moo get --fill-gaps moose:/crum/$JOBID/ony.nc.file/*.nc /gws/nopw/j04/ukesm/BGC_data/$JOBID/
42+
moo get --fill-gaps moose:/crum/$JOBID/ony.nc.file/*.nc /gws/ssde/j25a/ukesm/BGC_data/$JOBID/
4343
done
4444

4545

0 commit comments

Comments
 (0)