-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accessing unaggregated COOPS OFS output #1
Comments
Notes on COOPS aggregations: Example filenames from one update cycle (20141027.t15z): Forecast: So to make a time series, use subsequent nowcasts updates strung together sequentially Similarly append the forecast that is the same update cycle as the most recent nowcast. |
This is super useful @AmyMacFadyen, thanks! I am putting together some code to make these aggregations. |
@AmyMacFadyen Do you want to be able to use both 2-D surface field output and 3D or do you just use one of these? |
Both! It should be an option when making the data request (e.g. surface only or full 3d) |
CO-OPS maintains 7-day aggregations for their OFS that are based on ROMS. All FVCOM/SELFE model output is unaggregated (SFBOFS, CREOFS, NGOFS2, LEOFS, LMHOFS...)
Main THREDDS server: https://opendap.co-ops.nos.noaa.gov/thredds/catalog.html
Older (>1 month) archive: https://www.ncei.noaa.gov/thredds/model/model.html
Additionally for time series prior to the 7-day aggregations there is a need to do manual aggregation.
Building an aggregation requires understanding their naming conventions:
2-D surface field output: nos.wcofs.2ds.[n|f]HHH.YYYYMMDD.tCCz.nc
3-D field output: nos.wcofs.fields.[n|f]NNN.YYYYMMDD.tCCz.nc
Where [nowcast/forecast] or [n/f] denotes either the nowcast or forecast results; YYYYMMDD is the date of the model run, tCCz is the cycle of the day; HHH is the nowcast or forecast hour.
The text was updated successfully, but these errors were encountered: