mmbell / samurai

Spline Analysis at Mesoscale Utilizing Radar and Aircraft Instrumentation
GNU General Public License v3.0
13 stars 17 forks source link

Pr issue75 - readNetCDF_thermo() #83

Closed cenamiller closed 3 months ago

cenamiller commented 3 months ago

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

codecov[bot] commented 3 months ago

Codecov Report

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:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #83 +/- ## ========================================== - Coverage 32.70% 32.49% -0.22% ========================================== Files 51 51 Lines 16838 16947 +109 ========================================== Hits 5507 5507 - Misses 11331 11440 +109 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sjsprecious commented 3 months ago

Also please use the keywords to close the corresponding GitHub issue.

fix #75