-
Notifications
You must be signed in to change notification settings - Fork 181
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
Output filenames Change required by NCO #110
Output filenames Change required by NCO #110
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- "gefswave" didn't change; 2) probab didn't change required by Xiaoxue
scripts/exwave_stat.sh
Outdated
@@ -510,7 +510,7 @@ | |||
|
|||
# 3.c Create bundled grib2 file with all parameters | |||
|
|||
cat gefswave.mean.t${cyc}z.f???.grib2 | $WGRIB2 - -match "(HTSGW|PERPW|WIND)" -grib gribfile > gribfile.out 2>&1 | |||
cat gefswave.t${cyc}z.mean.f???.grib2 | $WGRIB2 - -match "(HTSGW|PERPW|WIND)" -grib gribfile > gribfile.out 2>&1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gefs.wave?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't find the change in scripts/exglobal_fcst_nemsfv3gfs.sh for gefswave to gefs.wave
update gits to come from emcbot
Change in the output filenames from wave-stat, requested by NCO.