Skip to content
#

netcdf

Here are 231 public repositories matching this topic...

bjlittle
bjlittle commented May 14, 2021

❤️ First Time Contributors

Welcome to Iris! 😊

This is a permanent pinned issue dedicated to our lovely first time contributors and those new to Iris, keen to get involved.

We'd really love to hear from you, so checkout our GitHub Discussions. Ask a question, share an idea, ask for help, tell us what we could do better or simply say `"Hi!"

aburrell
aburrell commented Jun 9, 2021

Describe the bug
The documentation unit tests have identified two badly named sections in the docstrings

To Reproduce
Go to the doc tests in any of the recent PRs.

Expected behavior
Only have UserWarnings for the Note section.

Desktop (please complete the following information):

  • OS: ubuntu
  • Other details about your setup that could be relevant - GitHub Actions
FMS
underwoo
underwoo commented Oct 15, 2019

The -Wmaybe-uninitialized GFortran option will list many variables that may be used before initialized. While several of these warnings are likely false positives, that is most likely due to the branching done in the code causing certain, unlikely paths (and sometime error paths) that do not initialize the variable. These cases need to be evaluated, and if possible corrected.

Improve this page

Add a description, image, and links to the netcdf topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the netcdf topic, visit your repo's landing page and select "manage topics."

Learn more