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
Merge pull request #514 from billsacks/allocate_psfc
Fix logic for adding psfc to aoflux_in
### Description of changes
Fix the logic for adding psfc to aoflux_in, particularly needed for cases using the exchange grid.
This is needed to avoid a segmentation fault in the call to flux_atmocn in SMS_Ld2.ne30pg3_t232.BMT1850.derecho_gnu.allactive-defaultio when running with aoflux_grid=xgrid. (This shows up when running with xgrid because the FB_fldchk can't be used in this situation - see details in my [comment below](#514 (comment)).)
### Specific notes
Contributors other than yourself, if any:
CMEPS Issues Fixed (include github issue #):
Are changes expected to change answers? No
Any User Interface Changes (namelist or namelist defaults changes)? No
### Testing performed
SMS_Ld2.ne30pg3_t232.BMT1850.derecho_gnu.allactive-defaultio with aoflux_grid="xgrid", from cesm3_0_beta03
Also ran many other tests from the CESM prealpha and prebeta test suite.
0 commit comments