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

REFS CAPE setting update and T/Td unit conversion #614

Open
wants to merge 19 commits into
base: feature/rrfs_refs_v1
Choose a base branch
from

Conversation

BinbinZhou-NOAA
Copy link
Contributor

Note to developers: You must use this PR template!

Description of Changes

Following updates are included in this PR:
1.. Update CAPE settings in the conf files
2. Update plotting scripts for T and Td unit conversion
3. Change subprocess.Popen to subprocess.run in EVS v2.0 (if they are used at all).
This change also requires ps.communicated()[0] to be changed to ps.stdout to work correctly
4. Define $NET prior to $HOMEevs in dev scripts
5. Match settings (walltime, place, cpu, etc) in dev and ecf scripts
6. Update the graphic file name to follow required format
7. Tested in Metplus-beta5

Please include a summary of the changes and the related GitHub issue(s). Please also include relevant motivation and context.

Developer Questions and Checklist

  • Is this a high priority PR? If so, why and is there a date it needs to be merged by?
    Yes, Maat's RRFS and REFS development runs will be temporally stopped around Dec. 2 or 3 until at least next spring
    in order to save the resources for the RRFS/REFS retrospective runs for the RRFS/REFS field evaluation. So it is better to test the stat jobs before Dec. 3.
  • Do you have any planned upcoming annual leave/PTO?
    No
  • Are there any changes needed for when the jobs are supposed to run?
    No
  • [ y] The code changes follow NCO's EE2 Standards.
  • [y ] Developer's name is removed throughout the code and have used ${USER} where necessary throughout the code.
  • [y ] References the feature branch for HOMEevs are removed from the code.
  • [y ] J-Job environment variables, COMIN and COMOUT directories, and output follow what has been defined for EVS.
  • [ y] Jobs over 15 minutes in runtime have restart capability.
  • [y ] If applicable, changes in the dev/drivers/scripts or dev/modulefiles have been made in the corresponding ecf/scripts and ecf/defs/evs-nco.def?
  • [y ] Jobs contain the appropriate file checking and don't run METplus for any missing data.
  • [y ] Code is using METplus wrappers structure and not calling MET executables directly.
  • [y ] Log is free of any ERRORs or WARNINGs.
    Note: there are some WARINGs that could not be removed until the METplus-beta6 is implemented

Testing Instructions

Please include testing instructions for the PR assignee. Include all relevant input datasets needed to run the tests.
Since the REFS is still run by Matt Pyle, in the testing, the COMINrefs in all of the stat driver scripts should be set to the REFS output directory:
export COMINrefs=/lfs/h2/emc/ptmp/emc.lam/para/com/refs/v1.0

Note: If the testing is on a personal account, the following line should be added to the spcoutlook stat driver script:
export EVSINspcotlk=/lfs/h2/emc/vpppg/noscrub/emc.vpppg/evs/v2.0/prep/cam
or
export EVSINspcotlk=/lfs/h1/ops/prod/com/evs/v1.0/prep/cam

Test procedures:

Part 1. For the stats generation jobs

There are 3 independent stats jobs:
jevs_cam_refs_grid2obs_stats.sh
jevs_cam_refs_precip_stats.sh
jevs_cam_refs_spcoutlook_stats.sh

Just submit them at same time or at different times

Part 2 For the plot generation jobs

Note: since REFS is a new component for EVS, there are no REFS stat files in vpppg diectory
/lfs/h2/emc/vpppg/noscrub/emc.vpppg/evs/v2.0/stats/cam
So please set COMIN in the plot driver scripts to be /lfs/h2/emc/vpppg/noscrub/binbin.zhou/evs/v2.0/stats/cam

There are 15 independent graphics generation jobs:
7 jobs for 31-day score plots, 7 jobs for 90-day score plots and 1 job for precip spatial map:
All of those 15 jobs are pretty faster, most of them are less than 15i min, but still have restart capability except for spatial map job.

jevs_cam_refs_grid2obs_cape_past31days_plots.sh
jevs_cam_refs_grid2obs_cape_past90days_plots.sh
jevs_cam_refs_grid2obs_ctc_past31days_plots.sh
jevs_cam_refs_grid2obs_ctc_past90days_plots.sh
jevs_cam_refs_precip_past31days_plots.sh
jevs_cam_refs_precip_past90days_plots.sh
jevs_cam_refs_profile_past31days_plots.sh
jevs_cam_refs_profile_past90days_plots.sh
jevs_cam_refs_grid2obs_ecnt_past31days_plots.sh
jevs_cam_refs_grid2obs_ecnt_past90days_plots.sh
jevs_cam_refs_snowfall_past31days_plots.sh
jevs_cam_refs_snowfall_past90days_plots.sh
jevs_cam_refs_spcoutlook_past31days_plots.sh
jevs_cam_refs_spcoutlook_past90days_plots.sh
jevs_cam_refs_precip_spatial_plots.sh

Submit them at same time or at different times.

@AliciaBentley-NOAA
Copy link
Contributor

Thanks, Binbin, for putting this together!

@malloryprow - Should this REFS PR from @BinbinZhou-NOAA actually be submitted to the RRFS/REFS branch and not to the develop branch? CC @AndrewBenjamin-NOAA

https://github.com/NOAA-EMC/EVS/tree/feature/rrfs_refs_v1

@malloryprow
Copy link
Contributor

It should!

@BinbinZhou-NOAA The branch should have been made off of feature/rrfs_refs_v1 as well.

@BinbinZhou-NOAA
Copy link
Contributor Author

@malloryprow I remember that I built this branch off the https://github.com/NOAA-EMC/EVS/tree/feature/rrfs_refs_v1
After I submitted the PR, the base seems still to be develop. So I'd like to know if the base can be changed in the
#614 instead of closing it.

Thanks!

Binbin

@malloryprow
Copy link
Contributor

At the top of this PR, there is an "Edit" button, which should allow you to change the branch it will be merged into. Select base:feature/rrfs_refs_v1 and then save.

I have never done this but we can see how it goes.

@BinbinZhou-NOAA BinbinZhou-NOAA changed the base branch from develop to feature/rrfs_refs_v1 December 3, 2024 20:40
@BinbinZhou-NOAA
Copy link
Contributor Author

BinbinZhou-NOAA commented Dec 3, 2024 via email

@malloryprow
Copy link
Contributor

Great news! Thank you I'll get to reviewing it today.

@malloryprow malloryprow self-assigned this Dec 4, 2024
@malloryprow malloryprow added the enhancement New feature or request label Dec 4, 2024
@malloryprow malloryprow added this to the EVS v2.0.x milestone Dec 4, 2024
@BinbinZhou-NOAA
Copy link
Contributor Author

BinbinZhou-NOAA commented Dec 4, 2024 via email

@BinbinZhou-NOAA
Copy link
Contributor Author

BinbinZhou-NOAA commented Dec 4, 2024 via email

@BinbinZhou-NOAA
Copy link
Contributor Author

BinbinZhou-NOAA commented Dec 4, 2024 via email

@malloryprow
Copy link
Contributor

Mallory, 2 types of the snowfall plots: evs.refs.ctc.weasd_06h(or 24h).last31days.perfdiag_valid00z12z.buk_conus.png evs.refs.ets.weasd_06h(or 24h).last31days.threshmean_valid00z12z.buk_conus.png "valid00z12z" means the scores are for both 00z and 12z. Not sure this is the correct way. Binbin

On Wed, Dec 4, 2024 at 8:07 AM Mallory Row @.> wrote: @.* commented on this pull request. ------------------------------ In scripts/plots/cam/exevs_refs_snowfall_plots.sh <#614 (comment)>: > @@ -275,14 +275,15 @@ for var in weasd ; do for domain in conus conus_east conus_west conus_south conus_central ; do if [ -s ${score_type}regional${domain}${valid}${level}${var}${lead}.png ] ; then - mv ${score_type}regional${domain}${valid}${level}${var}${lead}.png evs.refs.ctc.${var}${level}.last${last_days}days.${scoretype}valid_all_times.buk${domain}.png + mv ${score_type}regional${domain}${valid}${level}${var}${lead}.png evs.refs.ctc.${var}${level}.last${last_days}days.${scoretype}valid00z12z.buk${domain}.png What type of plot is this renaming for? — Reply to this email directly, view it on GitHub <#614 (review)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQBMPFIPXPKMEQVE5AQSLJ32D35B5AVCNFSM6AAAAABSXQHEH6VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDINZYGU2DANZUG4 . You are receiving this because you were mentioned.Message ID: @.>
-- Binbin Zhou Physical Scientist Lynker at NOAA/NWS/NCEP/EMC 5830 University Research Ct. College Park, MD 20740 @.
301-683-3683

So snowfall stats are being combined for 00z and 12z? I would think we would want separate plots for the two valid hours.

@AliciaBentley-NOAA @AndrewBenjamin-NOAA @PerryShafran-NOAA, thoughts?

@BinbinZhou-NOAA
Copy link
Contributor Author

BinbinZhou-NOAA commented Dec 5, 2024 via email

@BinbinZhou-NOAA
Copy link
Contributor Author

BinbinZhou-NOAA commented Dec 5, 2024 via email

@malloryprow
Copy link
Contributor

Noted. Moving on to plots.

@malloryprow
Copy link
Contributor

malloryprow commented Dec 5, 2024

plots

COMIN is pointing to COMIN=/lfs/h2/emc/vpppg/noscrub/binbin.zhou/evs/v2.0. COMOUT is /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/evs/v2.0/plots/cam/atmos.20241203.

1. jevs_cam_refs_grid2obs_cape_last31days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_grid2obs_cape_last31days_plots.o208389931
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_grid2obs_cape_last31days_plots.208389931.dbqs01

2. jevs_cam_refs_grid2obs_cape_last90days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_grid2obs_cape_last90days_plots.o208389933
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_grid2obs_cape_last90days_plots.208389933.dbqs01

3. jevs_cam_refs_grid2obs_ctc_last31days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_grid2obs_ctc_last31days_plots.o208390097
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_grid2obs_ctc_last31days_plots.208390097.dbqs01

4. jevs_cam_refs_grid2obs_ctc_last90days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_grid2obs_ctc_last90days_plots.o208390101
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_grid2obs_ctc_last90days_plots.208390101.dbqs01

5. jevs_cam_refs_grid2obs_ecnt_last31days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_grid2obs_ecnt_last31days_plots.o208390129
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_grid2obs_ecnt_last31days_plots.208390129.dbqs01

6. jevs_cam_refs_grid2obs_ecnt_last90days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_grid2obs_ecnt_last90days_plots.o208390131
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_grid2obs_ecnt_last90days_plots.208390131.dbqs01

7. jevs_cam_refs_precip_last31days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_precip_last31days_plots.o208390164
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_precip_last31days_plots.208390164.dbqs01

8. jevs_cam_refs_precip_last90days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_precip_last90days_plots.o208390165
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_precip_last90days_plots.208390165.dbqs01

9. jevs_cam_refs_precip_spatial_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_precip_spatial_plots.o208390177
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_precip_spatial_plots.208390177.dbqs01

10. jevs_cam_refs_profile_last31days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_profile_last31days_plots.o208390379
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_profile_last31days_plots.208390379.dbqs01

11. jevs_cam_refs_profile_last90days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_profile_last90days_plots.o208390402
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_profile_last90days_plots.208390402.dbqs01

12. jevs_cam_refs_snowfall_last31days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_snowfall_last31days_plots.o208390544
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_snowfall_last31days_plots.208390544.dbqs01

13. jevs_cam_refs_snowfall_last90days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_snowfall_last90days_plots.o208390545
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_snowfall_last90days_plots.208390545.dbqs01

14. jevs_cam_refs_spcoutlook_last31days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_spcoutlook_last31days_plots.o208390567
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_spcoutlook_last31days_plots.208390567.dbqs01

15. jevs_cam_refs_spcoutlook_last90days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_spcoutlook_last90days_plots.o208390568
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_spcoutlook_last90days_plots.208390568.dbqs01

@BinbinZhou-NOAA
Copy link
Contributor Author

BinbinZhou-NOAA commented Dec 5, 2024 via email

@malloryprow
Copy link
Contributor

Great! One thing I noticed is it seems a few of the jobs are asking for more resources than they are using. These are jevs_cam_refs_grid2obs_cape_last[31][90]days_plots.sh, jevs_cam_refs_grid2obs_ctc_last[31][90]days_plots.sh, jevs_cam_refs_grid2obs_ecnt_last[31][90]days_plots.sh, jevs_cam_refs_precip_last[31][90]days_plots.sh.

jevs_cam_refs_grid2obs_cape_last31days_plots.sh 820 cpus (select=10:ncpus=82). It runs the commands for all the parallel jobs as mpiexec -np 820 -ppn 82 --cpu-bind verbose,depth cfp /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_grid2obs_ctc_last31days_plots.20839009 7.dbqs01/run_all_poe.sh. In run_all_poe.sh, only 512 jobs are list, so that is 308 cpus not being used. You can see this looking in the log for TOTAL RANK RUN TIME: 0.0 sec.

Can we get the resources correctly so the jobs are asking for what they need or less (both in dev drivers and ecf scripts)?

I also see in /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_snowfall_last31days_plots.o208390544, 'cp: cannot create regular file '/lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/evs/v2.0/plots/cam/atmos.20241203/restart/31/refs_snowfall_plots/threshold_average_regional_conus_east_valid_12z_24h_weasd_ets_f24-30-36-42-48.png': File exists'

@BinbinZhou-NOAA
Copy link
Contributor Author

BinbinZhou-NOAA commented Dec 5, 2024 via email

@BinbinZhou-NOAA
Copy link
Contributor Author

BinbinZhou-NOAA commented Dec 6, 2024 via email

@malloryprow
Copy link
Contributor

@BinbinZhou-NOAA I missed your comment that the cape, ctc ecnt, and snowfall jobs are ready. Will there be update ncpus for the precip jobs as well?

@BinbinZhou-NOAA
Copy link
Contributor Author

BinbinZhou-NOAA commented Dec 10, 2024 via email

@BinbinZhou-NOAA
Copy link
Contributor Author

BinbinZhou-NOAA commented Dec 10, 2024 via email

@malloryprow
Copy link
Contributor

Will there be update ncpus for the precip jobs as well? I have that written down as requesting too many resources but I don't think I see those changes.

@BinbinZhou-NOAA
Copy link
Contributor Author

BinbinZhou-NOAA commented Dec 10, 2024 via email

@malloryprow
Copy link
Contributor

plots

COMIN is pointing to COMIN=/lfs/h2/emc/vpppg/noscrub/binbin.zhou/evs/v2.0. COMOUT is /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/evs/v2.0/plots/cam/atmos.20241208.

1. jevs_cam_refs_grid2obs_cape_last31days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_grid2obs_cape_last31days_plots.o208832862
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_grid2obs_cape_last31days_plots.208832862.dbqs01

2. jevs_cam_refs_grid2obs_cape_last90days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_grid2obs_cape_last90days_plots.o208832876
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_grid2obs_cape_last90days_plots.208832876.dbqs01

3. jevs_cam_refs_grid2obs_ctc_last31days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_grid2obs_ctc_last31days_plots.o208832883
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_grid2obs_ctc_last31days_plots.208832883.dbqs01

4. jevs_cam_refs_grid2obs_ctc_last90days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_grid2obs_ctc_last90days_plots.o208832896
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_grid2obs_ctc_last90days_plots.208832896.dbqs01

5. jevs_cam_refs_grid2obs_ecnt_last31days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_grid2obs_ecnt_last31days_plots.o208832902
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_grid2obs_ecnt_last31days_plots.208832902.dbqs01

6. jevs_cam_refs_grid2obs_ecnt_last90days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_grid2obs_ecnt_last90days_plots.o208832903
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_grid2obs_ecnt_last90days_plots.208832903.dbqs01

7. jevs_cam_refs_precip_last31days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_precip_last31days_plots.o208833716
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_precip_last31days_plots.208833716.dbqs01

8. jevs_cam_refs_precip_last90days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_precip_last90days_plots.o208833718
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_precip_last90days_plots.208833718.dbqs01

9. jevs_cam_refs_snowfall_last31days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_snowfall_last31days_plots.o208832907
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_snowfall_last31days_plots.208832907.dbqs01

10. jevs_cam_refs_snowfall_last90days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_snowfall_last90days_plots.o208832908
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_snowfall_last90days_plots.208832908.dbqs01

@BinbinZhou-NOAA
Copy link
Contributor Author

BinbinZhou-NOAA commented Dec 10, 2024 via email

@malloryprow
Copy link
Contributor

Running with the memory changes!

COMIN is pointing to COMIN=/lfs/h2/emc/vpppg/noscrub/binbin.zhou/evs/v2.0. COMOUT is /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/evs/v2.0/plots/cam/atmos.20241209.

1. jevs_cam_refs_grid2obs_cape_last31days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_grid2obs_cape_last31days_plots.o208900124
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_grid2obs_cape_last31days_plots.208900124.dbqs01

2. jevs_cam_refs_grid2obs_cape_last90days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_grid2obs_cape_last90days_plots.o208900133
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_grid2obs_cape_last90days_plots.208900133.dbqs01

3. jevs_cam_refs_grid2obs_ctc_last31days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_grid2obs_ctc_last31days_plots.o208900137
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_grid2obs_ctc_last31days_plots.208900137.dbqs01

4 jevs_cam_refs_grid2obs_ctc_last90days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_grid2obs_ctc_last90days_plots.o208900138
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_grid2obs_ctc_last90days_plots.208900138.dbqs01

5. jevs_cam_refs_grid2obs_ecnt_last31days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_grid2obs_ecnt_last31days_plots.o208900139
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_grid2obs_ecnt_last31days_plots.208900139.dbqs01

6. jevs_cam_refs_grid2obs_ecnt_last90days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_grid2obs_ecnt_last90days_plots.o208900140
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_grid2obs_ecnt_last90days_plots.208900140.dbqs01

7. jevs_cam_refs_profile_last31days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_profile_last31days_plots.o208900143
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_profile_last31days_plots.208900143.dbqs01

8. jevs_cam_refs_profile_last90days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_profile_last90days_plots.o208900145
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_profile_last90days_plots.208900145.dbqs01

9. jevs_cam_refs_snowfall_last31days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_snowfall_last31days_plots.o208900161
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_snowfall_last31days_plots.208900161.dbqs01

10. jevs_cam_refs_snowfall_last90days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_snowfall_last90days_plots.o208900165
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_snowfall_last90days_plots.208900165.dbqs01

11. jevs_cam_refs_spcoutlook_last31days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_spcoutlook_last31days_plots.o208900167
DATA: =/lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_spcoutlook_last31days_plots.208900167.dbqs01

12. jevs_cam_refs_spcoutlook_last90days_plots.sh

Log File: /lfs/h2/emc/vpppg/noscrub/mallory.row/verification/EVS_PRs/pr614/EVS/dev/drivers/scripts/plots/cam/jevs_cam_refs_spcoutlook_last90days_plots.o208900169
DATA: /lfs/h2/emc/stmp/mallory.row/evs_test/prod/tmp/jevs_cam_refs_spcoutlook_last90days_plots.208900169.dbqs01

Copy link
Contributor

@malloryprow malloryprow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes are good and testing successful!

Thanks for your work @BinbinZhou-NOAA!

@BinbinZhou-NOAA
Copy link
Contributor Author

BinbinZhou-NOAA commented Dec 11, 2024 via email

@BinbinZhou-NOAA
Copy link
Contributor Author

BinbinZhou-NOAA commented Dec 11, 2024 via email

@malloryprow
Copy link
Contributor

@BinbinZhou-NOAA Please do not sync anything to your branch.

@BinbinZhou-NOAA
Copy link
Contributor Author

BinbinZhou-NOAA commented Dec 11, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants