Skip to content

A tool to create a computational model grid (mesh) for GFDL MOM based ocean models

Notifications You must be signed in to change notification settings

nikizadehgfdl/ocean_model_grid_generator

Repository files navigation

GFDL Ocean Model Grid Generator

A collection of tools for creating finite element spherical tripolar grids for GFDL's MOM based ocean models.

Required python packages:

To test this module quickly try

  • cd extras ; make quick

Examples:

  • To build a grid consisting a 1/2 degree regular spherical grid between 50S and 70S, stitched with a displaced pole cap south of 70S with the south pole displaced to (60E,50S):

    ocean_grid_generator.py -r 2 --south_ocean_upper_lat -50 --south_cap_lat -70 --lon_dp 60.0 --lat_dp -85.85 --grids so sc [--skip_metrics --plot]

Technical guide

Build Status

About

A tool to create a computational model grid (mesh) for GFDL MOM based ocean models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published