Skip to content

Hydrography Assessment

chris-O-wilson edited this page Apr 8, 2021 · 1 revision

This is working on a local machine sshfs connecting to JASMIN.

Setup python environment

git clone [email protected]:NOC-MSM/ShelfAssess.git

Access and process EN4 Data

Download

Process by LME's

Access SE-NEMO run data

export WORK=/work/$USER/
export JASMINDIR=$WORK/JASMIN/
export RUN_ID=bv881/
export RUN_NAME=apm/$RUN_ID
exec ssh-agent $SHELL
ssh-add ~/.ssh/id_rsa_jasmin
mkdir $JASMINDIR/$RUN_ID
sshfs [email protected]:/gws/nopw/j04/nemo_vol5/$RUN_NAME/monthly   $JASMINDIR/$RUN_ID/  -o default_permissions,uid=18261,gid=18062,umask=022 -o transform_symlinks

To unmount:

fusermount -u $JASMINDIR/$RUN_ID

start python

module load   anaconda/3-2018_12
 source activate py37

# Generate Metrics

# Generate Statistics