Skip to content

Commit

Permalink
feature/gfsv16b:
Browse files Browse the repository at this point in the history
Update to "env/HERA.env" - update computation of tasks
used for parallel processing of GLDAS data according
to Jesse's recent change to remove unused files.
  • Loading branch information
GeorgeGayno-NOAA committed Jan 8, 2020
1 parent 465512f commit 32bb8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/HERA.env
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ elif [ $step = "gldas" ]; then
# Must run data processing with exactly the number of tasks as time
# periods being processed.

npe_gldas_data_proc=$(($gldas_spinup_hours + 24))
npe_gldas_data_proc=$(($gldas_spinup_hours + 12))
export APRUN_GLDAS_DATA_PROC="$launcher -n $npe_gldas_data_proc --multi-prog"

elif [ $step = "eobs" ]; then
Expand Down

0 comments on commit 32bb8f6

Please sign in to comment.