-
Notifications
You must be signed in to change notification settings - Fork 27
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
Remove "PBS -V" from dev driver scripts #464
Comments
@malloryprow That sounds good to me. We recently (in Perry's PR) removed "#PBS -V" line from NCO's .ecf scripts. If EVS runs fine without "#PBS -V", I think we can safely remove it from all dev drivers. @PerryShafran-NOAA @ShelleyMelchior-NOAA Thoughts? |
malloryprow
added a commit
to malloryprow/EVS
that referenced
this issue
Apr 29, 2024
PerryShafran-NOAA
pushed a commit
that referenced
this issue
Jul 10, 2024
* Add "last" in plots driver script names * Add "last" in plots ecf script names * Remove echo of config file * Change pastXXdays to lastXXdays in wave image names * Remove LOOP_ORDER from METplus configs * Remove subprocess import when not used * Use subprocess.run * Switch gfs/ecmwf order for headline plot * Make grid2grid stats job formatting similar to plots * Make grid2obs stats job formatting similar to plots * Clean up plots logging messages Refs: #1 * Mask out negative values under square root Refs: #1 * Rename stats dev drivers * Fix cmc_regional atmos order * Add set -x to missing file mail script * Define NET prior to HOMEevs * Remove PBS -V from driver scripts Refs: #464 * Add 0.25 inch for precip ETS headline plots * Update default MET version * Add osisaf COMOUT directory creation * Add scale specifications for ETS * Use PB2NC_SKIP_VALID_TIMES * Remove cat'ing of METplus log files * Update long-term time series mean to reflect values on plot * Remove weird space that was causing weird message in log * Bugfix * Remove ltrop, utrop, and trop for ozone vertical profile plots * Format environment variables correctly * Change warning messages to note/debugs * Update drivers to use environment VDATE_END
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was having issues running on Dogwood so I emailed the helpdesk. In their debugging of what was doing on they noted this
We should remove the "#PBS -V" lines from all the dev driver scripts that have it.
The text was updated successfully, but these errors were encountered: