Skip to content

Nov 2025 v4.0.1 patch#115

Merged
jprestop merged 6 commits intoNCAR:developfrom
jsauer-NCAR:develop
Nov 18, 2025
Merged

Nov 2025 v4.0.1 patch#115
jprestop merged 6 commits intoNCAR:developfrom
jsauer-NCAR:develop

Conversation

@jsauer-NCAR
Copy link
Collaborator

@jsauer-NCAR jsauer-NCAR commented Nov 18, 2025

Expected Differences

  • Do these changes introduce new tools, command line arguments, or configuration file options? [Yes or No]

    If yes, please describe:

    No

Pull Request Testing

  • Describe testing already performed for these changes:

    Per commit individual tests performed as appropriate for the change e.g. Example01, Example02, Example08, exercising SimGrid.py coupler phase, etc.
  • Recommend testing for the reviewer(s) to perform, including the location of input datasets, and any additional instructions:

    None
  • Do these changes include sufficient documentation updates, ensuring that no errors or warnings exist in the build of the documentation? [Yes or No]
    Yes
  • Do these changes include sufficient testing updates? [Yes or No]
    N/A
  • Will this PR result in changes to the test suite? [Yes or No]

    If yes, describe the new output and/or changes to the existing output:

    Subtle changes in specific results (i.e. fricvel output fields) are expected.
  • Please complete this pull request review by [Fill in date].

    10/18/2025

Pull Request Checklist

  • Complete the PR definition above.
  • Ensure the PR title matches the feature or bugfix branch name.
  • Select: Reviewer(s)
  • After submitting the PR, select the ⚙️ icon in the Development section of the right hand sidebar. Search for the issue that this PR will close and select it, if it is not already selected.
  • After the PR is approved, merge your changes. If permissions do not allow this, request that the reviewer do the merge.
  • Close the linked issue and delete your feature or bugfix branch from GitHub.

jsauer-NCAR and others added 6 commits November 17, 2025 19:19
…the redundant factor of 4. Also generally a move to Nelems consistently being typed as size_t and passed through allocations as size_t allowing arrays much larger than signed int maximum.
Revamped device sided memory allocations.
…ded to batch FE submission scripts, changes to Example08 .json files, cast simTime_it to unsigned long long for curandSetPseudoRandomGeneratorSeed(), update binary converter batch script to point to pre-built conda environment on casper, and new enhanced performance Simgrid.py.
…output value of fricvel in surfacelayer. Added Li and Zhou paper to publications list.
@jsauer-NCAR jsauer-NCAR requested a review from jprestop November 18, 2025 18:28
@jsauer-NCAR jsauer-NCAR linked an issue Nov 18, 2025 that may be closed by this pull request
4 tasks
Copy link
Collaborator

@jprestop jprestop left a comment

Choose a reason for hiding this comment

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

I approve this request.

@jprestop jprestop merged commit c16933e into NCAR:develop Nov 18, 2025
1 check passed
jprestop pushed a commit that referenced this pull request Nov 18, 2025
* Major reconciliation of the device-sided array allocations to remove the redundant factor of 4.  Also generally a move to Nelems consistently being typed as size_t and passed through allocations as size_t allowing arrays much larger than signed int maximum.

* Bugfix v4.0.1 release patch items for November 2025, gpu_type=a100 added to batch FE submission scripts, changes to Example08 .json files, cast simTime_it to unsigned long long for curandSetPseudoRandomGeneratorSeed(), update binary converter batch script to point to pre-built conda environment on casper, and new enhanced performance Simgrid.py.

* Remove extra factor of rho on tauxz and tauyz used in formulation os output value of fricvel in surfacelayer. Added Li and Zhou paper to publications list.

---------

Co-authored-by: Domingo Muñoz-Esparza <domingom@ucar.edu>
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.

Update the binary conversion script

3 participants