Austin Raney

Results 16 issues of Austin Raney

Currently, several NOAA-OWP maintained BMI modules (see https://github.com/NOAA-OWP/SoilFreezeThaw/pull/14#issuecomment-1864879127) share the convention of using `soil_params.` where `x` is a parameter name in their config file format. However, when soil_params parameters are...

I am trying to generate cfe configuration files from linked data in the hydrofabric, specifically the `cfe_noahowp_attributes` table. The generated config files will be used to run cfe using NGEN....

@cmbarton clarified during the 12/6/2021 meeting that there are three voting states: yes, no, or abstain. In the ['How to Vote on a Pull Request'](https://github.com/openmodelingfoundation/openmodelingfoundation.github.io/blob/3a9c83cedde1735cb1a586b9dd90308f4f5715d4/content/en/contribute/_index.md?plain=1#L57) section of the contribution guide...

OMF site content

Some parameters added around the time of #120 do not warn in units are not included if `CFE_DEBUG` is enabled. Thoughts on adding these warnings? Im sure i've missed some,...

enhancement
question

In the docs `nash_storage_subsurface` is listed as a double type, but in the parsing code, it looks like this should be a 1d array. @ajkhattak can you clarify this? https://github.com/NOAA-OWP/cfe/blob/14f334a850981a564ee75b4181c2e9d4a74360b1/src/bmi_cfe.c#L1265...

[`volumes_from`](https://docs.docker.com/compose/compose-file/compose-file-v2/) was introduced in version 2 of the now legacy docker compose file format. It was removed in version 3 of the previous file format, however [compose-spec reintroduced the key](https://docs.docker.com/compose/compose-file/05-services/#volumes_from).