-
Notifications
You must be signed in to change notification settings - Fork 28
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
feature/cm jjob #654
feature/cm jjob #654
Conversation
@malloryprow To be clear, am I submitting both cam prep jobs at the 4 run times? Or does that only refer to the hrrr severe prep job? |
Just jevs_cam_hrrr_severe_prep.sh |
Turns out jevs_cam_severe_prep.sh needs to be run with a vhr or else it doesn't work. Thus I'm just doing vhr=00 for that one. |
For jevs_cam_severe_prep.sh: .o file: /lfs/h2/emc/vpppg/noscrub/perry.shafran/pr654test/EVS/dev/drivers/scripts/prep/cam/jevs_cam_severe_prep.o177285477 For the jevs_cam_hrrr_severe_prep.sh: .o files: /lfs/h2/emc/vpppg/noscrub/perry.shafran/pr654test/EVS/dev/drivers/scripts/prep/cam/jevs_cam_hrrr_severe_prep.o177_____ |
Output all looks good! The log /lfs/h2/emc/vpppg/noscrub/perry.shafran/pr654test/EVS/dev/drivers/scripts/prep/cam/jevs_cam_severe_prep.o177285477 had |
I just noticed that the cam severe prep job is normally run at 0730 each day. Think if I set vhr=07 it might make a difference? |
I don't think so! It looks like 20250109 doesn't have any reports (https://www.spc.noaa.gov/climo/reports/250109_rpts.html) so the vhr wouldn't make a difference. |
Alright! In that case we'll just move on to the next, after my next appointment. |
hrrr severe stats: .o file: /lfs/h2/emc/vpppg/noscrub/perry.shafran/pr654test/EVS/dev/drivers/scripts/stats/cam/jevs_cam_hrrr_severe_stats_00.o177289516 href grid2obs stats: I'm sorry, the working directories are gone because they've been scrubbed since Friday. If they are needed we can run again, perhaps, but the href grid2obs stats job is long. |
All final stat files are good! jevs_cam_hrrr_severe_stats.sh had in the log jevs_cam_href_grid2obs_stats: It had the ERRORs and WARNINGs we had previously noted. |
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 approve this PR upon successful testing of the remaining jobs.
OK, if these warnings and errors are already there and not within the scope of this PR, I will move to CAM plots. |
cam plots is finished .o file: /lfs/h2/emc/vpppg/noscrub/perry.shafran/pr654test/EVS/dev/drivers/scripts/plots/cam/jevs_cam_nam_firewxnest_grid2obs_plots.o177545202 |
All is good for cam plots testing! |
Excellent, moving on to the next! |
global_ens wave prep is finished: .o file: /lfs/h2/emc/vpppg/noscrub/perry.shafran/pr654test/EVS/dev/drivers/scripts/prep/global_ens/jevs_global_ens_wave_grid2obs_prep.o177550710 |
👍 No problems in the log files and all prep files are accounted for. |
global_ens wave stats is complete: .o file: /lfs/h2/emc/vpppg/noscrub/perry.shafran/pr654test/EVS/dev/drivers/scripts/stats/global_ens/jevs_global_ens_wave_grid2obs_stats.o177551835 |
global_ens wave plots is finished: .o file: /lfs/h2/emc/vpppg/noscrub/perry.shafran/pr654test/EVS/dev/drivers/scripts/plots/global_ens/jevs_global_ens_wave_grid2obs_plots.o177552529 |
global_ens stats and plots for wave are both good! Only WARNING messages were is in the plots log files but that is due to missing final stat files from the WCOSS2 outages. |
Great! Working on the narre stuff now. |
narre stats: .o file: /lfs/h2/emc/vpppg/noscrub/perry.shafran/pr654test/EVS/dev/drivers/scripts/stats/narre/jevs_narre_stats.o177553640 narre plots: .o file: /lfs/h2/emc/vpppg/noscrub/perry.shafran/pr654test/EVS/dev/drivers/scripts/plots/narre/jevs_narre_last31days_plots.o177554611 |
narre stats and plots are good! |
OK great! Let me look at the code changes and then I'll merge. |
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.
Code works as expected. Approved for merge.
Note to developers: You must use this PR template!
Description of Changes
This addresses the item in the general (code manager) section of the Fixes and Additions document: "Define $NET prior to $HOMEevs; apply this change across all J-jobs".
For JEVS_GLOBAL_ENS_WAVE_GRID2OBS_*, the NET simply needed to be moved prior to HOMEevs.
For JEVS_CAM_PLOTS, JEVS_CAM_PREP, JEVS_CAM_STATS, JEVS_NARRE_PLOTS, JEVS_NARRE_STATS, they did not have NET defined in at all, so it was added along with other key variables. All dev driver and ecf scripts had these variables defined in them.
Developer Questions and Checklist
${USER}
where necessary throughout the code.HOMEevs
are removed from the code.dev/drivers/scripts
ordev/modulefiles
have been made in the correspondingecf/scripts
andecf/defs/evs-nco.def
?Testing Instructions
Set-up
ln -sf /lfs/h2/emc/vpppg/noscrub/emc.vpppg/verification/EVS_fix fix
cd sorc
;./build
For everything below, be sure to set
HOMEevs
to the location of the clone andCOMIN
to /lfs/h2/emc/vpppg/noscrub/emc.vpppg/$NET/$evs_ver_2.✔️ cam prep
cd dev/drivers/scripts/prep/cam
jevs_cam_severe_prep.sh
jevs_cam_hrrr_severe_prep.sh
✔️ cam stats
cd dev/drivers/scripts/stats/cam
jevs_cam_href_grid2obs_stats.sh
jevs_cam_hrrr_severe_stats.sh
✔️ cam plots
cd dev/drivers/scripts/plots/cam
jevs_cam_nam_firewxnest_grid2obs_plots.sh
✔️ global_ens prep - wave
cd dev/drivers/scripts/prep/global_ens
jevs_global_ens_wave_grid2obs_prep.sh
✔️ global_ens stats - wave
cd dev/drivers/scripts/stats/global_ens
jevs_global_ens_wave_grid2obs_stats.sh
✔️ global_ens plots - wave
cd dev/drivers/scripts/plots/global_ens
jevs_global_ens_wave_grid2obs_plots.sh
✔️ narre stats
cd dev/drivers/scripts/stats/narre
jevs_narre_stats.sh
✔️ narre plots
cd dev/drivers/scripts/plots/narre
jevs_narre_last31days_plots.sh