NOAA-EMC / global-workflow

Global Superstructure/Workflow supporting the Global Forecast System (GFS)
https://global-workflow.readthedocs.io/en/latest
GNU Lesser General Public License v3.0
70 stars 162 forks source link

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

Closed emilyhcliu closed 1 month ago

emilyhcliu commented 1 month ago

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

Change characteristics

How has this been tested?

Checklist

emilyhcliu commented 1 month ago

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