Skip to content

fix: remove _r8 from .nml files#1066

Open
hkershaw-brown wants to merge 1 commit intomainfrom
nml-rm-r8
Open

fix: remove _r8 from .nml files#1066
hkershaw-brown wants to merge 1 commit intomainfrom
nml-rm-r8

Conversation

@hkershaw-brown
Copy link
Member

Description:

This pull request removes the _r8 from .nml files
This _r8 causes errors in namelist reads when reading values (e.g. 0.0_r8)

Fixes issue

fixes #1055

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Documentation changes needed?

  • My change requires a change to the documentation.
    • I have updated the documentation accordingly.

Tests

Please describe any tests you ran to verify your changes.
See #1055 namelist read code example.
Searched for *.nml files with _r8 (and _r8, _digits13, i8, i4)

Checklist for merging

  • Updated changelog entry
  • Documentation updated
  • Update conf.py

Checklist for release

  • Merge into main
  • Create release from the main branch with appropriate tag
  • Delete feature-branch

Testing Datasets

  • Dataset needed for testing available upon request
  • Dataset download instructions included
  • No dataset needed

@hkershaw-brown hkershaw-brown requested a review from kdraeder March 6, 2026 19:15
@hkershaw-brown hkershaw-brown reopened this Mar 6, 2026
@hkershaw-brown hkershaw-brown added the release! bundle with next release label Mar 9, 2026
@hkershaw-brown hkershaw-brown requested a review from mjs2369 March 10, 2026 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release! bundle with next release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cam-fv model_mod.nml has r8 which causes namelist error

1 participant