Skip to content

Releases: JMMP-Group/CO_AMM7

AMM7_sea_level_and_momentum_experiments

15 Feb 13:43
c843b4d
Compare
Choose a tag to compare

https://doi.org/10.5281/zenodo.10665111

This repository contains the NEMO source files and configuration files specific to the AMM7 configuration and diagnostic outputs used in the manuscript submitted to JGR: Oceans in November 2023 and revised in February 2024, entitled
"Using shelfedge transport composition and sensitivity experiments to understand processes driving sea level on the Northwest European Shelf"
A. Wise, F. M. Calafat, C. W. Hughes, S Jevrejeva, C. A. Katsman, J. Oelsmann, C. Piecuch, J. Polton, K. Richter

CO9_AMM7p0

28 Sep 13:06
Compare
Choose a tag to compare

CO9 AMM7 (Coastal Ocean Atlantic Margin Model 7km)

DOI

The Joint Marine Modelling Programme (JMMP) provides world-class and easily accessible national capability, ocean modelling infrastructure and configurations to support the UK’s scientific research and operational prediction systems for ocean, weather and climate. It is partnership between the Met Office and British Antarctic Survey, National Oceanography Centre and Centre for Polar Observation and Modelling.

Model configurations are underpinned by the Nucleus for European Modelling of the Ocean (NEMO) framework. JMMP works closely with the NEMO consortium to develop the underpinning model capability. 

The key update in this version of the AMM7 configuration is the change to a multi-envelope vertical coordinate system (from a quasi-sigma terrain following system). Details of this vertical coordinate system change can be found in the Ocean Modelling article The effect of vertical coordinates on the accuracy of a shelf sea model and accompanying repository.


Configuration

**Configuration ** Specification
Nemo-ocean repository http://forge.ipsl.jussieu.fr/nemo/svn/NEMO
Branch releases/r4.0/r4.0.2
Components OCE
CPP keys key_mpp_mpi key_vectopt_loop key_nosignedzero key_iomput
Grid ORCA
Resolution 7 km
Horizontal Gridpoints 111,375 (y=375, x=297)
Vertical Levels 51
Vertical Coordinates Multi-Envelope - 2 envelopes of quasi-sigma terrain following
Time Step [s] 300 / 30
Boundaries 2 sets of unstructured 2d and 3d open boundaries (1 for open ocean, 1 for Baltic)

Install guidance:

To clone the git repository locally

git clone git@github.com:JMMP-Group/CO9_AMM7.git

To then download NEMO and copy files from the git repo into the appropriate directories

./CO9_AMM7/scripts/setup/amm7_setup_light -w $PWD/CO9_AMM7_instance -s $PWD/CO9_AMM7

For ARCHER2 follow the instructions here to compile XIOS and then setup the compiler configuration file for NEMO.
NEMO can then be compiled with

cd CO9_AMM7_instance/nemo
./makenemo -m X86_ARCHER2-Cray -r AMM7 -j 16

Create a link to xios in the experiment (i.e. EXP00) directory, e.g.

ln -s ${PRFX}/xios/2.5/cmpich8-ucx/cce12/bin/xios_server.exe xios_server.exe

Input files can then be downloaded into the experiment directory and the configuration should then be setup. A sample runscript is included to run on ARCHER2 in the EXP00 directory.


Configuration Input Files

Input Download Location
Domain_cfg.nc https://gws-access.jasmin.ac.uk/public/jmmp_collab/AMM7/CO9_repo/domain_cfg_co9amm7_MEsL51r10-07.nc
Open ocean boundary coordinates.bdy.nc http://gws-access.jasmin.ac.uk/public/jmmp_collab/AMM7/grid/coordinates.bdy.nc
Baltic coordimates.bdy.nc http://gws-access.jasmin.ac.uk/public/jmmp_collab/AMM7/grid/coordinates.skagbdy.nc

Sample Forcing Files

Forcing Download Location
Surface boundary http://gws-access.jasmin.ac.uk/public/jmmp_collab/AMM7/inputs/SBC/
Open ocean boundary http://gws-access.jasmin.ac.uk/public/jmmp_collab/AMM7/inputs/BDY/
Baltic boundary http://gws-access.jasmin.ac.uk/public/jmmp_collab/AMM7/inputs/BDY_SKAG/
River runoff http://gws-access.jasmin.ac.uk/public/jmmp_collab/AMM7/inputs/RIV/
Tide https://gws-access.jasmin.ac.uk/public/jmmp_collab/AMM7/inputs/TIDE/
Initial condition https://gws-access.jasmin.ac.uk/public/jmmp_collab/AMM7/inputs/IC/

CO_AMM7_v9_alpha

28 Jun 13:01
1b1026a
Compare
Choose a tag to compare

CO_AMM7 configuration (v9 pre-release) for testing various vertical coordinate options.

This code supports the manuscripts submitted to Ocean Modelling: The effect of vertical coordinates on the accuracy of a shelf sea model, in which a hierarchy of experiments are undertaken, including: unforced simulations, multi-year climatological simulations with comparisons against tracer profile observations, and tide-only simulations. Nine different vertical coordinate configurations are investigated spanning: Vanishing Quasi-Sigma (VQS), partial step z-level, s-z hybrid and Multi- Envelope (MEs) approaches. These experiments are part of the ongoing CO_AMM7 v9 regional model development.