Closed cenamiller closed 3 months ago
Attention: Patch coverage is 0%
with 109 lines
in your changes missing coverage. Please review.
Project coverage is 32.49%. Comparing base (
af1cf83
) to head (be74897
).
Files | Patch % | Lines |
---|---|---|
src/VarDriver.cpp | 0.00% | 109 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Also please use the keywords to close the corresponding GitHub issue.
fix #75
adding 'thermo' branch function to main code to read netcdf files for thermo input - readNetCDFthermo(). Updated to netcdf3. TO DO ONCE CORRECT THERMO OUTPUT IS BEING GENERATED: Needs to be standardized to follow other read functions, and maybe eliminate need for two functions for reading NetCDF (wind and thermo) by using mode switch.
fix #75