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

Fms2 io update: interpolator #1228

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

uramirez8707
Copy link
Contributor

@uramirez8707 uramirez8707 commented May 18, 2023

Description

  • Added namelist, “ngroup” to interpolator_nml which determine the number of groups to the divide the pelist to (similar to io_layout)
  • ngroup = 24 will have 24 “root” ranks reading the data and broadcasting it to the other ranks
  • The default is all ranks read

Fixes # (issue)

How Has This Been Tested?
ESM4.2 with 1728x2a, 1 month
Interpolator is used for ~97 files, data is read in the main loop

ngroup Initialization Main loop
-1 135s 580s
1 140s 595s

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules
  • New check tests, if applicable, are included
  • make distcheck passes

@bensonr
Copy link
Contributor

bensonr commented May 23, 2023

@uramirez8707 - for this update, is each group reading the full dataset or only the relevant portions for the cores in the group? You mention you tested a 1 month run, what is the frequency of the data being ingested? If it is monthly, we may have ingested the needed timepoints on first touch or use of the data.

@uramirez8707
Copy link
Contributor Author

@bensonr each group is reading the full dataset
I think usually the data is montly

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.

None yet

2 participants