Store model outputs on norStore


First make sure your run was successful and check all the necessary output files were generated (see previous section).
To post-process and visualize your model outputs, it is VERY IMPORTANT you move them from Abel to norStore. Remember that all model outputs are generated in a semi-temporary directory and all your files will be removed after a few weeks!
If you haven't set-up your SSH keys, the next commands (ssh and rsync) will require you to enter your Unix password.

On Abel:
ssh login3.norstore.uio.no 'mkdir -p /projects/NS1000K/GEF4530/outputs/$USER/runs'
ssh login3.norstore.uio.no 'mkdir -p /projects/NS1000K/GEF4530/outputs/$USER/archive'

rsync -avz /work/users/$USER/f2000.T31T31.test $USER@login3.norstore.uio.no:/projects/NS1000K/GEF4530/outputs/$USER/runs/.

rsync -avz /work/users/$USER/archive/f2000.T31T31.test $USER@login3.norstore.uio.no:/projects/NS1000K/GEF4530/outputs/$USER/archive/.

Once the previous commands are successful, you are ready to post-process and visualize your data on cruncher.norstore.uio.no and viz2.norstore.uio.no.