NOAA-OWP / RRASSLER

R based HEC-RAS FAIR standardization software
https://noaa-owp.github.io/RRASSLER/
Other
1 stars 0 forks source link

[3pt] Add source code to models_catalog.csv #7

Closed RobHanna-NOAA closed 1 month ago

RobHanna-NOAA commented 8 months ago

Add a new column to the models_catalog.csv when it is created for "source_code". The only value we have at this point is "ble".

JamesColl-NOAA commented 1 month ago

Added in the recent iterations, we now track the following:

> OWP_models <- data.table::fread(".../OWP_ras_models_catalog.csv")
> unique(OWP_models$source_code)
[1] "rfc" "ble" "ifc"