Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a missing call to set the io_domain #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

uramirez8707
Copy link

This is a very, very old bug that was encountered by @kshedstrom

When trying to output the u_atm and v_atm diagnostics, they ended up with a file per PE rather than 1 file. This is the relevant diag manager code:
https://github.com/NOAA-GFDL/FMS/blob/main/diag_manager/diag_output.F90#L129-L153
Because an io domain is not defined each PE writes its own file. Normally, this will cause a crash because fms2_io requires an io domain.

Fixes #NOAA-GFDL/FMS#1508

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.

2 participants