GithubHelp home page GithubHelp logo

jdha / amm7_surge Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jmmp-group/amm7_surge

0.0 0.0 0.0 2.05 MB

7km resolution Atlantic Margin Model configuration for 2D surge model

Shell 0.79% Perl 13.51% C 0.96% Fortran 84.62% TeX 0.02% PLSQL 0.09% Roff 0.01%

amm7_surge's Introduction

AMM7_surge

DOI

A 7km resolution Atlantic Margin Model 2D surge configuration, based on v4.0.4 of the NEMO modelling framework.

The configuration has example demonstrations written for the ARCHER2 UK National Supercomputing Service, or to be run in a Singularity container.

This release includes a tutorial describing how to configure and run a tides-only and a tide+meteorolgy example.

This collaboration was facilitated by the National Partnership for Ocean Prediction and the Joint Marine Modelling Programme.


Repository File Hierarchy

DOCS

A recipe on how to build and run AMM7_surge model.

INPUTS

A store for external forcing files (e.g. tides, meteorology) and domain configuration file. Also store for boundary condition setup namelist file. The domain configuration file can be downloaded from elsewhere. The tidal boundaries can be generated from this recipe or downloaded elsewhere.

ARCH

Store for architecture build files.

NEMO_4.0.4_surge

Parent directory for source code and experiment set up files

NEMO_4.0.4_surge/cfgs/AMM7_SURGE/MY_SRC

Store for FORTRAN modification to NEMO checkout from NEMO repository.

NEMO_4.0.4_surge/cfgs/AMM7_SURGE/EXP_NOWIND_DEMO

An experiment directory for a tide only (FES2014) demonstration simulation.

NEMO_4.0.4_surge/cfgs/AMM7_SURGE/EXP_ERA5_DEMO

An experiment directory for a tide (FES2014) + surface wind and sea level pressure forced (ERA5) demonstration simulation.


Setting up AMM7 surge model

To run the AMM7 surge model follow the AMM7_surge recipe. This recipe forms a template of how to obtain, compile and run the code.

In the demonstration examples are given how to run on ARCHER2 and also how to run in a Singularity container (which has been independently tested on a macbook and a linux server).

As noted additional files are required to run the code. These include: a domain file, boundary tides, sea level pressure and 10m winds. The are expected to be copied into the INPUTS folder. Example files are downloadable from ...


Configuration Input Files

Input Download Location
Domain_cfg.nc https://gws-access.jasmin.ac.uk/public/jmmp/AMM7_surge/domain_cfg.nc
Open ocean boundary coordinates.bdy.nc http://gws-access.jasmin.ac.uk/public/jmmp/AMM7_surge/coordinates.bdy.nc
Bottom friction 2D scaling bfr_coef.nc http://gws-access.jasmin.ac.uk/public/jmmp/AMM7_surge/bfr_coef.nc

Example extraction into INPUTS directory:

wget https://gws-access.jasmin.ac.uk/public/jmmp/AMM7_surge/domain_cfg.nc     -O INPUTS/amm7_surge_domain_cfg.nc
wget http://gws-access.jasmin.ac.uk/public/jmmp/AMM7_surge/coordinates.bdy.nc -O INPUTS/coordinates.bdy.nc
wget http://gws-access.jasmin.ac.uk/public/jmmp/AMM7_surge/bfr_coef.nc        -O INPUTS/bfr_coef.nc

Sample Forcing Files

Forcing Download Location
Surface boundary http://gws-access.jasmin.ac.uk/public/jmmp/AMM7/inputs/SBC/
Tide https://gws-access.jasmin.ac.uk/public/jmmp/AMM7/inputs/TIDE/FES/

Example extraction into INPUTS directory:

cd INPUTS/fluxes
wget http://gws-access.jasmin.ac.uk/public/jmmp/AMM7/inputs/SBC/ERA5_U10_y2017.nc .
wget http://gws-access.jasmin.ac.uk/public/jmmp/AMM7/inputs/SBC/ERA5_V10_y2017.nc .
wget http://gws-access.jasmin.ac.uk/public/jmmp/AMM7/inputs/SBC/ERA5_MSL_y2017.nc .
wget http://gws-access.jasmin.ac.uk/public/jmmp/AMM7/inputs/SBC/ERA5_LSM.nc       .
wget http://gws-access.jasmin.ac.uk/public/jmmp/AMM7/inputs/SBC/weights_era5_bicubic.nc .

cd INPUTS/bdydta
wget https://gws-access.jasmin.ac.uk/public/jmmp/AMM7/inputs/TIDE/FES/AMM7_surge_bdytide_rotT_M2_grid_U.nc .
wget https://gws-access.jasmin.ac.uk/public/jmmp/AMM7/inputs/TIDE/FES/AMM7_surge_bdytide_rotT_M2_grid_V.nc .
wget https://gws-access.jasmin.ac.uk/public/jmmp/AMM7/inputs/TIDE/FES/AMM7_surge_bdytide_rotT_M2_grid_T.nc .
wget https://gws-access.jasmin.ac.uk/public/jmmp/AMM7/inputs/TIDE/FES/AMM7_surge_bdytide_rotT_S2_grid_U.nc .
wget https://gws-access.jasmin.ac.uk/public/jmmp/AMM7/inputs/TIDE/FES/AMM7_surge_bdytide_rotT_S2_grid_V.nc .
wget https://gws-access.jasmin.ac.uk/public/jmmp/AMM7/inputs/TIDE/FES/AMM7_surge_bdytide_rotT_S2_grid_T.nc .
wget https://gws-access.jasmin.ac.uk/public/jmmp/AMM7/inputs/TIDE/FES/AMM7_surge_bdytide_rotT_K2_grid_U.nc .
wget https://gws-access.jasmin.ac.uk/public/jmmp/AMM7/inputs/TIDE/FES/AMM7_surge_bdytide_rotT_K2_grid_V.nc .
wget https://gws-access.jasmin.ac.uk/public/jmmp/AMM7/inputs/TIDE/FES/AMM7_surge_bdytide_rotT_K2_grid_T.nc .

amm7_surge's People

Contributors

jpolton avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.