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

Update vrfy/metp jobs to use jobid in their DATAROOT folders #414

Merged

Commits on Aug 17, 2021

  1. Update vrfy/metp jobs to use jobid in their respective DATAROOT folde…

    …r names
    
    - add pid and jobid variable settings to metp.sh and vrfy.sh (as other jobs do)
    - update DATAROOT setting for both jobs to use jobid variable in folder name
    - this update stops the vrfy and metp* jobs from all using a generic "vrfy" subfolder under $DATA for $DATAROOT
    - the metp* jobs now also use distinct DATAROOTs to avoid race conditions between them
    - further DATA/DATAROOT work will happen in issue NOAA-EMC#413
    - tested successfully on WCOSS-Dell with vrfy/metp jobs running in parallel
    
    Refs: NOAA-EMC#401
    KateFriedman-NOAA committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    365b686 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4df2336 View commit details
    Browse the repository at this point in the history
  3. Revert recent change to config.post concerning SENDCOM

    - recent commit to develop changed SENDCOM setting in config.post to use prior setting of variable
    - when config.base sets SENDCOM=NO then config.post also sets SENDCOM=NO
    - the gdaspost job needs SENDCOM=YES to produce all expected files; in particular the idx sflux files
    - setting SENDCOM=YES; will review further in future work
    
    Refs: NOAA-EMC#401
    KateFriedman-NOAA committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    90f2eb1 View commit details
    Browse the repository at this point in the history