Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pr issue75 - readNetCDF_thermo() #83

Merged
merged 3 commits into from
Jul 25, 2024
Merged

Conversation

cenamiller
Copy link
Collaborator

@cenamiller cenamiller commented Jul 25, 2024

adding 'thermo' branch function to main code to read netcdf files for thermo input - readNetCDF_thermo(). 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

…ermo. Updated to netcdf3. Needs to be standardized to follow other read_<format> functions probably.
removed unnecessary #include <netcdf> that caused build errors in container
Copy link

codecov bot commented Jul 25, 2024

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 ⚠️
Additional details and impacted files
@@            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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sjsprecious
Copy link
Collaborator

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

fix #75

Copy link
Collaborator

@johnmauff johnmauff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cenamiller This looks good to me. Thanks for adding the transplanted code.

@johnmauff johnmauff merged commit 159bb35 into mmbell:main Jul 25, 2024
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add the modified input NetCDF subroutines to support reading of Samurai wind output
3 participants