A collection of tools for creating finite element spherical tripolar grids for GFDL's MOM based ocean models.
Required python packages:
- numpypi : python -m pip install git+https://github.com/underwoo/[email protected]
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]