NOAA-OWP / ngen-forcing

Other
3 stars 6 forks source link

AORC BMI unit test with AORC data pull options #12

Closed jduckerOWP closed 6 months ago

jduckerOWP commented 1 year ago

Instructions to execute the AORC BMI module are located in the "README.md" file. The "requirements.txt" file highlight the required python packages needed to properly execute the AORC BMI module. This AORC BMI unit module includes previous commits from pull version #11 and includes config.yml options for the user to dynamically downloads AORC data from the ERRDAP server during the model execution or just specify an AORC data directory pathway to directly use AORC files. To pull AORC files from the ERRDAP server, the user will need to test this script on a Linux environment that is capable of connecting to the ERRDAP server.

To enable BMI to use ERRDAP server capability, edit the follow options in config.yml: ERRDAP_data : "true" AORC_data: ""

To enable BMI to use AORC data files in a specified directory, edit the follow options in config.yml: ERRDAP_data : "false" AORC_data: "/pathway/to/AORC/data"

[Short description explaining the high-level reason for the pull request]

Additions

-

Removals

-

Changes

-

Testing

1.

Screenshots

Notes

-

Todos

-

Checklist

Testing checklist

Target Environment support