Skip to content

Commit

Permalink
only need to export APRUN for prep_emissions
Browse files Browse the repository at this point in the history
  • Loading branch information
weihuang-jedi committed Aug 28, 2024
1 parent 83ff44f commit 4042b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/GOOGLEPW.env
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if [[ "${step}" = "fcst" ]] || [[ "${step}" = "efcs" ]]; then

elif [[ "${step}" = "prep_emissions" ]]; then

export APRUN="${APRUN}"
export APRUN

elif [[ "${step}" = "waveinit" ]] || [[ "${step}" = "waveprep" ]] || [[ "${step}" = "wavepostsbs" ]] || [[ "${step}" = "wavepostbndpnt" ]] || [[ "${step}" = "wavepostbndpntbll" ]] || [[ "${step}" = "wavepostpnt" ]]; then

Expand Down

0 comments on commit 4042b02

Please sign in to comment.