You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix nvhpc string corruption in dose_rates array concatenation
Replace Fortran array concatenation `[ handles_, key ]` with explicit
temporary + reallocation for both handles_ and spectral_weights_ arrays.
nvhpc 25.7 doesn't deep-copy allocatable character components in string_t
during array concatenation, causing garbled variable names when writing
dose_rates.nc. This matches the pattern already used in photolysis_rates.F90.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments