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

Increase the total number of MPI due to increase number of variables for #2648

Closed

Conversation

emilyhcliu
Copy link
Contributor

@emilyhcliu emilyhcliu commented May 31, 2024

Description

This PR proposes changes in the Python script - calcanl_gfs.py. which executes the GSI utility to interplate increments and calculation analysis for selected variables (GSI-utils/src/netcdf_io).

The default cloud physics model in FV3 is the Thompson scheme, which adds the concentration of ice and rain as part of the prognostic variables. Therefore, the netcdf_io in GSI-utils needs to add handling for these two variables, and the number of MPI declared in the Python script (calcanl_gfs.py) needs to be increased accordingly.

Here is the related PR #46 for GSI-utils.

Type of change

  • Maintenance (code refactor, clean-up, new CI test, etc.)

Change characteristics

  • Is this a breaking change (a change in existing functionality)? NO
  • Does this change require a documentation update? NO

How has this been tested?

  • Cycled test on Hera

Checklist

  • Any dependent changes have been merged and published
  • 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
  • My changes generate no new warnings
  • New and existing tests pass with my changes
  • I have made corresponding changes to the documentation if necessary

analysis increment interpolation and analysis calculation in
gsi_utils/src/netcdf_io
@emilyhcliu
Copy link
Contributor Author

Closing this PR ---> Combined with PR #2645

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.

1 participant