Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 934 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 934 Bytes

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