Skip to content

Commit

Permalink
Added monthly pause&resume support for BLOM.
Browse files Browse the repository at this point in the history
  • Loading branch information
IngoBethke committed Sep 16, 2024
1 parent ea4552b commit 0068935
Show file tree
Hide file tree
Showing 93 changed files with 678 additions and 26,179 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,20 @@ your public ssh key from Betzy to your github profile.

### Install NorCPM code

Install NorCPM in the nn9039k project space with

We recommend to create a personal folder in nn9039k under which NorCPM
can be installed, e.g.
mkdir -p /cluster/projects/nn9039k/people/$USER
cd /cluster/projects/nn9039k/people/$USER

Next, download the code with
git clone ssh://[email protected]/NorESMhub/NorCPM.git NorCPM

In case `git clone` throws a `permission denied` error then use instead

git clone https://github.com/NorESMhub/NorCPM.git NorCPM

NorCPM is now installed in `/cluster/projects/nn9039k/people/$USER/NorCPM`
In the following, we refer to the location where NorCPM is installed
as NORCPMROOT.

## Setting up and running experiments

Expand Down Expand Up @@ -306,6 +309,7 @@ General settings
Assimilation settings

ASSIMROOT : Location of assimilation code
MEAN_MOD_DIR : Location where model climatologies are stored (for anomaly DA)
NTASKS_DA : total number of mpi-tasks available for assimilation
NTASKS_ENKF : number of mpi-tasks used for EnKF
OCNGRIDFILE : path to ocean grid file
Expand Down
Binary file not shown.
Empty file.

This file was deleted.

103 changes: 0 additions & 103 deletions assim/enkf_cf-system2_old/DA_startstandaloneApplication/readme.txt

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0068935

Please sign in to comment.