Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/nfcens wafs #391

Merged
Prev Previous commit
Next Next commit
Bugfix for nfcens.
  • Loading branch information
SamiraArdani-NOAA committed Dec 20, 2023
commit f92730a44996445fd49c2edf2a6c813277a479d7
2 changes: 1 addition & 1 deletion ush/nfcens/evs_wave_timeseries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ptype='time_series'
export GRID2OBS_CONF="${PARMevs}/metplus_config/${STEP}/${COMPONENT}/${RUN}_${VERIF_CASE}"

cd ${DATA}
mkdir ${DATA}/sfcshp
mkdir -p ${DATA}/sfcshp
touch plot_all_${MODELNAME}_${RUN}_g2o_plots.sh

# write the commands
Expand Down