Skip to content

Commit

Permalink
Update analcalc name in two more corners of the GW
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidNew-NOAA committed Sep 23, 2024
1 parent 24f5029 commit 6aa3b96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/jobs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Jobs in the GFS Configuration
| anal | Runs the analysis. 1) Runs the atmospheric analysis (global_gsi) to produce analysis increments; 2) Update surface |
| | guess file via global_cycle to create surface analysis on tiles. |
+-------------------+-----------------------------------------------------------------------------------------------------------------------+
| analcalc | Adds the analysis increments to previous cycle’s forecasts to produce atmospheric analysis files. Produces surface |
| analcalc_gsi | Adds the analysis increments to previous cycle’s forecasts to produce atmospheric analysis files. Produces surface |
| | analysis file on Gaussian grid. |
+-------------------+-----------------------------------------------------------------------------------------------------------------------+
| analdiag | Creates netCDF diagnostic files containing observation values, innovation (O-F), error, quality control, as well as |
Expand Down
2 changes: 1 addition & 1 deletion env/GAEA.env
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if [[ "${step}" = "prep" ]]; then
export sys_tp="GAEA"
export launcher_PREP="srun"

elif [[ "${step}" = "anal" ]] || [[ "${step}" = "analcalc" ]]; then
elif [[ "${step}" = "anal" ]] || [[ "${step}" = "analcalc_gsi" ]]; then

export MKL_NUM_THREADS=4
export MKL_CBWR=AUTO
Expand Down

0 comments on commit 6aa3b96

Please sign in to comment.