-
Notifications
You must be signed in to change notification settings - Fork 11
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
Public services and new names #440
Conversation
…equivalent_change_noaa
updated general mrf items to be gfs specific
…set_flooding_probability
…flooding_probability
Fixed fim data sql issues
…x_inundation_prvi
…5day_max_inundation
…4day_max_inundation
updated ana_coastal
added optional fim config sql_file to config template added gfs 10 day max to mrf coastal stuff updated ana coastal with new sql fim config changes
@shawncrawley could you review this? Most of the stuff is just renaming but there are a few changes with regards to lambda functions. Those changes are mainly for adding a new optional "sql_file" argument to the fim_config section of the product configuration. I did this so that I can specify a sql_file to use for the fim_data_prep and reuse files as needed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm trusting in the power of find/replace for most of this. After looking at a handful of changes to product config, SQL and mapx files, I filtered all ".yml", ".sql", and ".mapx" and only looked more in-depth at the non-config files. It all looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go.
Fixed a handful of issues that were introduced from #440. See this PR info for list of changes made
Setting a standard naming convention for all services and creating the 10% FIM services as well.
<model type>_<forecast period?>_<max?>__<domain?>_<noaa?>
Model Type (required): Indicates what model data is being processes. i.e. ana, srf, mrf, rfc, static, etc
Forecast Period (optional): Indicates forecast period being analyzed. For example, the srf configuration of the water model has an 18hr forecast
Max (optional): Indicates if the data being analyzed is the max value across the forecast or not
Product (required): Name of the data product
Domain (optional): Indicates the domain that is being processed. If no domain is present, then the service is for CONUS
NOAA(optional): Indicates if the service is internal or public. All internal services end in “_noaa”
Changes
Uploading service_name_updates.csv…