Update README.md
jpolton authored
0dec4a80

Bay of Bengal and East Arabian Sea (BoBEAS) NEMO regional model

DOI

Bathymetry for BoBEAS domain

Getting started

Clone this repository onto your favourite linux box:

  git clone git@github.com:NOC-MSM/BoBEAS.git

Access JASMIN data. For JASMIN file structure see wiki page: JASMIN_data_storage). On your favourite linux box::

  exec ssh-agent $SHELL
  ssh-add ~/.ssh/id_rsa_jasmin

On request enter passphrase for /login/$USER/.ssh/id_rsa_jasmin. Hopefully this is accepted. Then successively log into a login node. This can not see the BoBEAS data::

  ssh -A jelt@jasmin-login1.ceda.ac.uk

From here you can hop to a compute node, which can see the BoBEAS data::

  ssh -A jelt@jasmin-sci1.ceda.ac.uk
  cd /gws/nopw/j04/campus/pseudoDropBox/BoBEAS

File Hierarchy

Each configuration directory should be laid out in the following manner, to facilitate configuration archival and sharing:

BoBEAS
|
|__ ARCH
|__ EXP_2016	
|__ EXP_Apr19
|__ MY_SRC
|__ SCRIPTS
|__ STARTFILES	
|
|__ .gitignore	
|__ README.md	
|__ cpp_file.fcm	

** NB Branch:ashbre contains the original repository. Changes were made to add documentation and migrate recipes to python **