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 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 section of this document. The remainder of this document discusses the BMI enabled and expanded CFE model.
Detailed instructions on how to build and run CFE can be found in the INSTALL guide.
- Test examples highlights
- Unittest (see tests)
- 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
A detailed description of the parameters for model configuration is provided here.
For questions, please contact XYZ, the main maintainer of the repository.
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.
See general instructions to contribute to the model development (instructions) or simply fork the repository and submit a pull request.