Skip to content

Commit

Permalink
Add MERGED_TP_J1_OSTM_OST_CYCLES_V52.cfg (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: John Mcnelis <[email protected]>
Co-authored-by: James Wood <[email protected]>
  • Loading branch information
3 people authored May 14, 2024
1 parent 22b8fbc commit db4dc15
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Released] - 2024-05-13

### Added
- Config files for MERGED_TP_J1_OSTM_OST_CYCLES_V52
- Add hitide palette for all colormaps available in matplotlib
### Changed
### Deprecated
Expand Down
43 changes: 43 additions & 0 deletions config-files/MERGED_TP_J1_OSTM_OST_CYCLES_V52.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"shortName": "MERGED_TP_J1_OSTM_OST_CYCLES_V52",
"latVar": "lat",
"lonVar": "lon",
"timeVar": "time",
"is360": true,
"tiles": {
"steps": [
30,
14
]
},
"footprint": {},
"imgVariables": [
{
"id": "ssha",
"title": "Sea Surface Height Anomaly",
"units": "mm",
"min": -200.0,
"max": 200.0,
"palette": "palette_mpl_RdBu",
"fill_missing": false,
"ppd": 4
}
],
"image": {
"ppd": 16,
"res": 8
},
"variables": [
"index",
"reference_orbit",
"lat",
"lon",
"mssh",
"Distance_to_coast",
"Surface_Type",
"Bathymetry",
"time",
"flag",
"ssha"
]
}

0 comments on commit db4dc15

Please sign in to comment.