ESMG / pyroms

Python tools for the Regional Ocean Modeling System (ROMS)
Other
138 stars 88 forks source link

Adding an example of using TPXO8 to generate tidal conditions for a R… #3

Closed ChuningWang closed 7 years ago

ChuningWang commented 7 years ago

This is an example of extracting ROMS tidal boundary condtions from TPXO8atlas using python scripts. The previous method for extracting tidal constituents is written in ncl scripts and gave me a hard time since I'm not familiar with ncl language. Besides, the scripts are for TPXO7, the resolution of which is lower than the newer version of the same product (TPXO8atlas). Thus, I wrote these scripts to finish the same job for my Glacier Bay ROMS setup. For easy reading I tried to follow the same format as other scripts in the pyroms package.