Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NOAA-OWP/cfe
CFE is a conceptual rainfall-runoff model with an implementation of the Basic Model Interface.
https://github.com/NOAA-OWP/cfe
bmi csdms hydrology
Last synced: 3 months ago
JSON representation
CFE is a conceptual rainfall-runoff model with an implementation of the Basic Model Interface.
- Host: GitHub
- URL: https://github.com/NOAA-OWP/cfe
- Owner: NOAA-OWP
- License: other
- Created: 2021-05-26T11:23:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T22:46:50.000Z (6 months ago)
- Last Synced: 2024-05-22T12:50:52.436Z (6 months ago)
- Topics: bmi, csdms, hydrology
- Language: C
- Homepage:
- Size: 84.5 MB
- Stars: 19
- Watchers: 11
- Forks: 21
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- open-sustainable-technology - Conceptual Functional Equivalent - A conceptual rainfall-runoff model with an implementation of the Basic Model Interface. (Hydrosphere / Freshwater and Hydrology)
README
# Conceptual Functional Equivalent (CFE) Model
CFE (Conceptual Functional Equivalent) is a simplified conceptual model written by Fred Ogden that is designed to be functionally equivalent to the National Water Model. To see the original author code, which is not BMI compatible, please refer to the [original_author_code](https://github.com/NOAA-OWP/cfe/tree/master/original_author_code) directory. For more information on the hypotheses and ideas underpinning the CFE model, see the [T-shirt Approximation of the National Water Model versions 1.2, 2.0, and 2.1](https://github.com/NOAA-OWP/cfe/blob/master/MODEL.md) section of this document. The remainder of this document discusses the BMI enabled and expanded CFE model.
## Build and Run Instructions
Detailed instructions on how to build and run CFE can be found in the [INSTALL](https://github.com/NOAA-OWP/cfe/blob/master/INSTALL.md) guide.
- Test examples highlights
- Unittest (see [tests](https://github.com/NOAA-OWP/cfe/blob/master/test/README.md))
- Example 1 (standalone mode): CFE reads local forcing data
- Example 2 (pseudo framework mode): CFE coupled to AORC (AORC provides forcing data through BMI)
- Example 3 (pseudo framework mode): CFE coupled to AORC (provides forcing data through BMI) and PET (provides potential evapotranspiration via BMI)
- Example 4 (pseudo framework mode): Example #3 repeated with rootzone-based actual evapotranspiration
- Example 5 (nextgen framework mode): CFE coupled to PET module
## Model Configuration File
A detailed description of the parameters for model configuration is provided [here](https://github.com/NOAA-OWP/cfe/tree/master/configs/README.md).## Getting help
For questions, please contact XYZ, the main maintainer of the repository.## Known issues or raise an issue
We are constantly looking to improve the model and/or fix bugs as they arise. Please see the Git Issues for known issues or if you want to suggest adding a capability or to report a bug, please open an issue.## Getting involved
See general instructions to contribute to the model development ([instructions](https://github.com/NOAA-OWP/cfe/blob/master/CONTRIBUTING.md)) or simply fork the repository and submit a pull request.