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

Add handling to select CRTM cloud optical table based on cloud scheme and update calcanal_gfs.py #2645

Closed emilyhcliu closed 3 weeks ago

emilyhcliu commented 1 month ago

Description

This PR proposes updates for the following two scripts:

  1. In scripts/exglobal_atmos_analysis.sh --- Add handling to select CRTM cloud optical table based on cloud microphysical scheme indicated by `imp_physics' The default scheme in the GFS forecast model is Thompson scheme (imp_physics = 8).

  2. In /ush/calcanl_gfs.py --- Increase the MPI number declared in the script due to increased variables to interplate increments and calculate analysis in the netcdf_io routines in GSI-utils. Here is the related PR #46 for GSI-utils.

Type of change

Change characteristics

How has this been tested?