Skip to content

OceanBioME/GlobalOceanBioME

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GlobalOceanBioME

This repository contains code for modelling global ocean biogeochemistry with OceanBioME and Oceananigans.

Currently, it contains a script for a repeat year forcing/free runing near global 1 degree model using ClimaOcean as a base.

Please note this is a work in progress and the scripts were written as demonstrations - the physics and biogeochemistry are not complete or calibrated.

P.mp4
More detailed description of proof of concept above This proof of concept is a 1°x1° near-global run between 75°N and 75°S with 48 vertical levels.

The physics includes isopycnal skew-symmetric diffusivity and a convective adjustment boundary layer closure, and the biogeochemistry is a simple 4-variable nutrient, phytoplankton, zooplankton, detritus model (detailed here).

The physics is initialised with temperature and salinity, and the top boundary is forced with data, from ECCO v4 (as per ClimaOcean NearGlobalSimulation), but the biogeochemistry in this simple example is initialised to be uniform across the globe (hence the abrupt change at the start). The surface photosynthetically available radiation for the biogeochemical model is interpolated from NASA ocean colour data.

This model runs in around 45 minutes per year to run on an Nvidia A100 GPU.

To run the proof of concept script

$ git clone git@github.com:OceanBioME/GlobalOceanBioME.git

$ cd GlobalOceanBioME

$ julia --project

julia> ]

(GlobalOceanBioME) > instantiate

julia> include("scripts/one_degree_proof_of_concept.jl")

We very much welcome contributors, please contact us if you are interested in collaborating on this project.

About

Modelling biogeochemistry for the global ocean

Resources

Stars

Watchers

Forks

Languages