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

[develop] Make get_obs tasks day-dependent in workflow; other improvements and bug fixes #1137

Merged
merged 219 commits into from
Nov 18, 2024

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    e97a46c View commit details
    Browse the repository at this point in the history
  2. Bug fix to the bug fix!

    gsketefian committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    815c941 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Bug fix from Michelle H. for prepbufr files: "On May 22, the name of …

    …the tar file where the prepbufr files live changed"
    gsketefian committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    bc85480 View commit details
    Browse the repository at this point in the history
  2. Bug fix for removing phantom 00-hour tasks from workflow. Bug found b…

    …y Michelle Harrold, solution by Michael Kavulich.
    gsketefian committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    81d61b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Bug fix: Append cycle date to names of deterministic GridStat and Poi…

    …ntStat tasks' METplus log files.
    gsketefian committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    35530ab View commit details
    Browse the repository at this point in the history
  2. Version of ex-script for pulling obs that works for multiple overlapp…

    …ing cycles for CCPA and MRMS but not yet for NDAS or NOHRSC.
    gsketefian committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    6c548ce View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Changes to make get_obs_mrms tasks to work for mulitple cycles and wi…

    …thout performing unnecessary repeated pulls.
    gsketefian committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    307f92e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    be54216 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    af2ab4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85c3d58 View commit details
    Browse the repository at this point in the history
  3. Changes for MRMS.

    gsketefian committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    b7c6f00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bc8ed1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Configuration menu
    Copy the full SHA
    1845342 View commit details
    Browse the repository at this point in the history
  2. Change names of raw directories for CCPA and MRMS to indicate whether…

    … they're per-cycle or per-day.
    gsketefian committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    8c38c19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f53187 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Second set of NDAS changes so that there are no repeat pulls of NDAS …

    …files from HPSS (and works with multiple cycles).
    gsketefian committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    7926705 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    f8c3ec6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df07f82 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Add debugging statement to clarify the current working directory wher…

    …e cleanup is happening.
    gsketefian committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    bc276fe View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Add code to cause the script to wait until all the (processed) obs fi…

    …les, that are expected to be created once the task is finished actually get created. This is needed because it is possible that for some forecast hours for which there is overlap between cycles, the files are being retrieved and processed by the get_obs_... task for another cycle.
    gsketefian committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    fe50a5d View commit details
    Browse the repository at this point in the history
  2. Fix the workflow task dependencies and ex-script for the GenEnsProd a…

    …nd EnsembleStat tasks such that GenEnsProd does not depend on the completion of get_obs_... tasks (because it doesn't need observations) but only forecast output while EnsembleStat does.
    gsketefian committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    dc4971d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13aba39 View commit details
    Browse the repository at this point in the history
  4. Bugfix to dependencies of ensemble vx tasks that come after GenEnsPro…

    …d due to changes to dependencies of GenEnsProd tasks in previous commit(s).
    gsketefian committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    860f62e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    e54ec16 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Increase default wallclock time for get_obs_ccpa tasks since they're …

    …tending to time out for 48-hour forecasts.
    gsketefian committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    8e8a1c1 View commit details
    Browse the repository at this point in the history
  2. For each cycle except the last one, in the PcpCombine_obs tasks make …

    …sure PcpCombine operates only on those hours unique to the cycle, i.e. for those times starting from the initial time of the cycle to just before the initial time of the next cycle. For the PcpCombine_obs task for the last cycle, allow it to operate on all hours of that cycle's forecast. This ensures that the PcpCombine tasks for the various cycles do not clobber each other's output. Accordingly, change the dependencies of downstream tasks that depend on PcpCombine obs output to make sure they include all PcpCombine_obs tasks that cover the forecast period of the that downstream task's cycle.
    gsketefian committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    a34d993 View commit details
    Browse the repository at this point in the history
  3. Bug fix in yaml.

    gsketefian committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    5550a41 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Fix still-existing problem of file clobbering with get_obs_mrms and p…

    …ossibly also get_obs_ndas by putting in sleep commands.
    gsketefian committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c76ed1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f1dea1 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Bug fix.

    gsketefian committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    53dd688 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Minor typo fix.

    gsketefian committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    f9af954 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f81cd1c View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    01e87b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Add new files.

    gsketefian committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    21f7b69 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    e14b1b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    609b4e9 View commit details
    Browse the repository at this point in the history
  3. Move most of the code for getting obs files out of the ex-script exre…

    …gional_get_verif_obs.sh since those are now in the ush/get_obs_[ccpa|mrms|ndas|nohrsc].sh scripts.
    gsketefian committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ed6b677 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ee3a46 View commit details
    Browse the repository at this point in the history
  5. Changes to reflect the fact that the output of PcpCombine_obs tasks n…

    …ow goes into a cycle-based subdirectory (under the experiment directory), as opposed to a obs day based subdirectory.
    gsketefian committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d60f651 View commit details
    Browse the repository at this point in the history
  6. Simplify names of some variables; add variable for where workflow tas…

    …k flag files should be placed; fix template for output files from pcpcombine_obs tasks.
    gsketefian committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    009666f View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    1622c0e View commit details
    Browse the repository at this point in the history
  2. Modifications to exregional_run_met_pb2nc_obs.sh so that the correspo…

    …nding task is day-based (i.e. it is run for each day for which obs are needed). The script now also creates a flag file indicating it completed successfully (needed for the workflow to work properly).
    gsketefian committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    9a26289 View commit details
    Browse the repository at this point in the history
  3. Move sections of WE2E yaml files around to be consistent with the ord…

    …er in config_defaults.yaml.
    gsketefian committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e8a6f7d View commit details
    Browse the repository at this point in the history
  4. Changes to workflow yaml files for vx portion of the workflow in orde…

    …r to have cycledefs for obs-day-based tasks that include only the obs days for which obs are actually needed but not on any days (inbetween the first and last obs days over all cycles) for which obs are not needed.
    gsketefian committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a3c8c4d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Add code to be able to generate forecast output times and obs days, b…

    …oth for instantaneous and cumulative fields, and pass this info to the ROCOTO xml generation system.
    gsketefian committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c774e40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bb8b1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef6aafe View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    99246f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1d2c29 View commit details
    Browse the repository at this point in the history
  3. Comment out "set -x".

    gsketefian committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    5945b02 View commit details
    Browse the repository at this point in the history
  4. Add WE2E test configuration files for getting obs, doing vx pre-proce…

    …ssing, and deterministic vx.
    gsketefian committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    b20f2c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Rename files.

    gsketefian committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e3b1f6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    616aa00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2725832 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c38e981 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Bug fix to remove crontab line once experiment is complete (regardles…

    …s of whether it succeeded or failed).
    gsketefian committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d8cb3a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7b77fd View commit details
    Browse the repository at this point in the history
  3. Make script more compact.

    gsketefian committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6425b82 View commit details
    Browse the repository at this point in the history
  4. Bug fixes.

    gsketefian committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    24c8c59 View commit details
    Browse the repository at this point in the history
  5. Get REMOVE_RAW_OBS... variables directly from var_defns.yaml file ins…

    …tead of setting it as an enviroment variable in the rocoto xml. This makes it possible to change their settings by chaning the values in var_defns.yaml and rerunning the get_obs_... tasks.
    gsketefian committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    2622f8b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    2a37998 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Fix typos.

    gsketefian committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5160d3c View commit details
    Browse the repository at this point in the history
  2. Fix more typos.

    gsketefian committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f910f6f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Fix up comments.

    gsketefian committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    aa7188b View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    3c794f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef1cbbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d75113 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Add check in setup.py to make sure that the accumulation periods of a…

    …ccumlated vx fields are less than or equal to the forecast length. This check is also made in the workflow yaml files, but if all the accumulation periods happen to be greater than the forecast length, then the field must be completely removed from verification (i.e. its vx tasks must be removed from the workflow), and that can only be done via this check in setup.py; it can't be done in the workflow task yaml files.
    gsketefian committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    830a635 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Fix typo.

    gsketefian committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    407c51b View commit details
    Browse the repository at this point in the history
  2. Fix typo.

    gsketefian committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e3de6e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Changes to allow NOHRSC obs and ASNOW to be accumulated by PcpCombine…

    … and verified in GridStat.
    gsketefian committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    fc7e257 View commit details
    Browse the repository at this point in the history
  2. Changes to get_obs/vx WE2E tests to get them working with staged fore…

    …cast output at new location.
    gsketefian committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7532544 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    877bf05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4495813 View commit details
    Browse the repository at this point in the history
  5. Add new variables specifying the time intervals at which different ty…

    …pes of obs are available on NOAA HPSS. Use these new variables in file name templates.
    gsketefian committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    80f2a12 View commit details
    Browse the repository at this point in the history
  6. Rearrange the settings for the forecast file templates in config_defa…

    …ult.sh so that they're more readable.
    gsketefian committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a0a938c View commit details
    Browse the repository at this point in the history
  7. Allow verification of 12 and 18-hourly accumulated snowfall since the…

    …se are now obtained by adding 6-hourly in the obs (as opposed to before, where we just got the 6 or 24 hourly obs without the option to add the 6-hourly to get 12 and 18).
    gsketefian committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    6922555 View commit details
    Browse the repository at this point in the history
  8. In Pb2NC tasks, use the arrays in var_defns.py that specify the times…

    … on a given day at which a given types of obs should be retrieved.
    gsketefian committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    cae50b5 View commit details
    Browse the repository at this point in the history
  9. In the get_obs tasks, use the arrays in var_defns.py that specify the…

    … times on a given day at which a given types of obs should be retrieved. Remove the arrays that specify the combined forecast output times for all cycles.
    gsketefian committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    fffdbd3 View commit details
    Browse the repository at this point in the history
  10. Add file (exregional_run_met_pb2nc_obs.sh) that should have been part…

    … of commit hash cae50b5, and remove file (exregional_run_met_pcpcombine.sh) that should NOT have been.
    gsketefian committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    31a529c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f77d314 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Refactor the way the vx lead hours (i.e. the hours for which vx will …

    …be run) are calculated (and corresponding files checked for), including renaming of the file set_vx_fhr_list.sh to set_leadhrs.sh.
    gsketefian committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    99a87f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da81dbb View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    fb3e7f4 View commit details
    Browse the repository at this point in the history
  2. Changes that allow checks on the verification parameters and generati…

    …on of new vx config parameters to allow the workflow to have obs-day-based as well as cycle-based tasks.
    gsketefian committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8f043fc View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Bug fixes.

    gsketefian committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    ab1332d View commit details
    Browse the repository at this point in the history
  2. Change name of cycledefs for obs days as was done in other files (pyt…

    …hon scripts) in previous commits.
    gsketefian committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    d50b4a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b5e71f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2abd9df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97f0a9c View commit details
    Browse the repository at this point in the history
  6. Modify metatask and task names for clarity; fix paths; add pcpcombine…

    … task for NOHRSC; fix task dependencies.
    gsketefian committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    1c20ad4 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Make adjustments to ASNOW settings to account for the fact that for A…

    …SNOW obs, it's the netcdf files that come out of PcpCombine_obs tasks that are used for verification.
    gsketefian committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    057ba70 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    abf2014 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8937a8c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Ensure that the observation file name templates specified in the SRW …

    …App configuration file are used when running the Pb2nc task (as opposed to hard-coding file names).
    gsketefian committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    841e141 View commit details
    Browse the repository at this point in the history
  2. Add argument to mrms_pull_topofhour.py that specifies whether a subdi…

    …rectory having the name of the valid day (of the form "YYYYMMDD") should be assumed to exist under the specified source directory, and whether such a subdirectory should be created under the specified output directory. Previously, such a subdirectory was always assumed to exist/created; now, it is an option.
    gsketefian committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2e6299f View commit details
    Browse the repository at this point in the history
  3. When retrieving files from different data stores (e.g. NOAA's HPSS), …

    …make sure that the get_obs tasks place the files (and name them) according to the file name templates specified for each obs type in the SRW App configuration file. Also, remove the variable basedir_proc since it is redundant.
    gsketefian committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8eed4a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    2357cd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f36a866 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Bug fix.

    gsketefian committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    6ba2596 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3a05bf View commit details
    Browse the repository at this point in the history
  3. Use new python script to get any of the allowed kinds of obs instead …

    …of the four separate shell scripts.
    gsketefian committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    84c54ba View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Clean up and clarify comments; calculate list of processed obs file p…

    …aths only once and save for later use; other minor code improvements.
    gsketefian committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    7d68405 View commit details
    Browse the repository at this point in the history
  2. Minor cleanup.

    gsketefian committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2b4c956 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a35f240 View commit details
    Browse the repository at this point in the history
  4. Move the two sets of variables [CCPA|NOHRSC|MRMS|NDAS]_OBS_DIR and RE…

    …MOVE_RAW_OBS_[CCPA|NOHRSC|MRMS|NDAS] in the default app configuration file from the "platform" section to the "verification" section so that they are closer to the METplus file name template variables OBS_[...]_FN_TEMPLATE that they are closely coupled with.
    gsketefian committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9d7c047 View commit details
    Browse the repository at this point in the history
  5. Fixes to WE2E test config files to reflect moving of variables from "…

    …platform" section to "verification" section in config_defaults.yaml.
    gsketefian committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9ac85a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    55dca0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09f8531 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b43a9d2 View commit details
    Browse the repository at this point in the history
  4. Bug fix.

    gsketefian committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    50729f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6012843 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c924a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9435f7f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2218ca4 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Fix typo.

    gsketefian committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ee5566b View commit details
    Browse the repository at this point in the history
  2. Fix typo.

    gsketefian committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    befe769 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Modify old test for set_cycle_dates to fit new version of this functi…

    …on. This includes adding a new test for the case in which the output should be a list of datetime objects (the default is for the output to be a list of strings).
    gsketefian committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    6dd8e20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03d2ab6 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Bug fix.

    gsketefian committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    c0a841e View commit details
    Browse the repository at this point in the history
  2. Fix up comments.

    gsketefian committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d348572 View commit details
    Browse the repository at this point in the history
  3. In config.community.yaml, move [CCPA|MRMS|NDAS]_OBS_DIR variables fro…

    …m the "platform" to the "verification" section to be consistent with the changes in config_defaults.yaml.
    gsketefian committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2814069 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Bug fix: the get_obs_nohrsc tasks need to be based on obs days for cu…

    …mulative fields, not obs days for instantaneous fields (which is the default cycledef in verify_pre.yaml).
    gsketefian committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    52ebd99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42c3d6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a6da53 View commit details
    Browse the repository at this point in the history
  4. Add new parameter VX_FCST_OUTPUT_INTVL_HRS into config_defaults.yaml …

    …and use it as the forecast output interval when performing vx.
    gsketefian committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    7dc7db3 View commit details
    Browse the repository at this point in the history
  5. Change arguments so the cycle start times don't need to be called mul…

    …tiple times by different functions.
    gsketefian committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    57fcbc6 View commit details
    Browse the repository at this point in the history
  6. Further changes to avoid calling the function that calculates the cyc…

    …le start times multiple times.
    gsketefian committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    a3a7996 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2685e37 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dbcbcaf View commit details
    Browse the repository at this point in the history
  9. In order for the temporal consistency checks on various vx parameters…

    … and corresponding adjustments to them to be effective (i.e. in order for any necessary adjustments to make it into the rocoto xml file), move the call to the function that performs these checks and adjustments to a place BEFORE the call to extend_yaml() that "freezes" (hard-codes) the accumulations for which the PcpCombine and other tasks are run (this freezing should happen AFTER any adjustments are made to the list of user-specified accumulations).
    gsketefian committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    7545d25 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    21374ca View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Drop the "_NDAS" and "_ndas" suffixes from pb2nc tasks since prepbufr…

    … files can come from sources other than NDAS (e.g. GDAS).
    gsketefian committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    5401569 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    88e48e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    eb06d42 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    4f6bdda View commit details
    Browse the repository at this point in the history
  2. Change name of App variable VX_FIELDS to VX_FIELD_GROUPS to more corr…

    …ectly represent its contents since it contains a list of field groups (not just fields) to verify; fix comments and output messages related to this issue; rename some local variables related to this issue.
    gsketefian committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    105d1d8 View commit details
    Browse the repository at this point in the history
  3. Rename and reformat the App variables containing METplus templates fo…

    …r obs files so that they are lists of strings (rather than just string scalars) that mimic python dictionaries, with pairs of elements specifying the field group(s) and corresponding file name template, respectively; fix comments accordingly; rename some local variables for clarity.
    gsketefian committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    3817033 View commit details
    Browse the repository at this point in the history
  4. Fix comments.

    gsketefian committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    c1bfb8f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95a372c View commit details
    Browse the repository at this point in the history
  6. (1) Reorganize verification section in config_defaults.yaml so that p…

    …arameters are grouped together in a way that is more natural; (2) update and improve description of variables in the verification section of config_defaults.yaml; (3) update documentation in ConfigWorkflow.rst to reflect the updates in config_defaults.yaml.
    gsketefian committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    e47cfe6 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Refactor some bash to python, import filename templating directly fro…

    …m METplus (#3)
    
    * Replace call to custom templating script with direct invocation of metplus templating routines in get_obs.py
    
    * Replace set_leadhrs.sh with set_leadhrs.py
    
    * Fixes from pylint
    
    * Convert eval_METplus_timestr_tmpl.sh to python, redistribute some logic from set_leadhrs.py to this new script for efficiency; also fix some problems in set_leadhrs.py found by pylint
    
    * Refactor mrms_pull_topofhour.py to make it easily importable, call that function directly from get_obs.py
    
    * Remove the deprecated shell scripts
    
    * time_lag needs to be passed as an integer to set_leadhrs.py
    
    * Fixes to refactored mrms_pull_topofhour.py
    
    * Suggested test names
    mkavulich authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    fd635cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53cdfd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b84a902 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3d21bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a76e154 View commit details
    Browse the repository at this point in the history
  6. Bug fixes to the merge.

    gsketefian committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    879fd98 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. First shot at modifications to enable variable forecast output interv…

    …al in the verification.
    gsketefian committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    476eb15 View commit details
    Browse the repository at this point in the history
  2. Introduce flag that specifies whether or not vx tasks are being run i…

    …n the workflow; run checks on and/or adjustments to vx parameters only if this flag is true.
    gsketefian committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    fcc7b1b View commit details
    Browse the repository at this point in the history
  3. Add WE2E tests for AI/ML models (FourCastNet, GraphCast, and PanguWea…

    …ther) and GFS that all use a forecast output interval other than 1 hour (all use 6 hours) and use GDAS (instead of NDAS) as the obs in the verification.
    gsketefian committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    2213e93 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Move vx configuration files, both the defaults and the custom ones us…

    …ed for some WE2E tests, to parm/metplus/vx_configs.
    gsketefian committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    51972ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36b647f View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Rename vx tasks, metatasks, and variables and update documentation. D…

    …etails below.
    
    * Since the vx tasks under the deterministic and ensemble vx metatasks are grouped by verification field group, rename the metatasks (in verify_det.yaml and veriify_ens.yaml and elsewhere as necessary) so that they refer to the vx field groups they apply to instead of the obs types.  For example:
      * Change "metatask_GridStat_NOHRSC_all_accums_all_mems" to "metatask_GridStat_ASNOW_all_accums_all_mems".
      * Change "metatask_GenEnsProd_EnsembleStat_CCPA" to "metatask_GenEnsProd_EnsembleStat_APCP_all_accums" (add the "_all_accums" at the end to be consistent with the way other metatask names for cumulative field groups are named).
      * Change "metatask_GridStat_MRMS_ensprob" to "metatask_GridStat_ensprob_REFC_RETOP".
    
    * Replace the "ADPSFC" and "ADPUPA" field groups with "SFC" and "UPA", respectively, since the "ADP" part is specific to NDAS obs, and we want the verification field groups to have general names that are not connected to the obs type.
    
    * Move "_obs" and "_fcst" substrings in the names of several pre-vx tasks/metatasks (in verify_pre.yaml) towards the end for clarity/consistency.
    
    * For clarity, change the environment variable "VAR" in the vx tasks (where it is set to the name of the field group to be verified) to "FIELD_GROUP".  Make corresponding necessary changes elsewhere (e.g. in the ex-scripts for the vx tasks).
    
    * Expand jinja2 code in verify_pre.yaml from a one-liner to multiple lines to make it easier to understand.
    
    * Make corresponding modifications in documentation.
    gsketefian committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    f426302 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Configuration menu
    Copy the full SHA
    522c573 View commit details
    Browse the repository at this point in the history
  2. Move the 4 new WE2E vx tests that were recently added to coverage.jet…

    … to the set of coverage tests for Hera since there is no data staged on Jet yet.
    gsketefian committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    2c8b015 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f139889 View commit details
    Browse the repository at this point in the history
  4. Bug fixes.

    gsketefian committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    3ef4e81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1fce827 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a5ae15 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22cdd37 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Bug fix in METplus conf templates to account for the field group name…

    …s 'ADPSFC' and 'ADPUPA' being changed to 'SFC' and 'UPA'.
    gsketefian committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    cc7dcdd View commit details
    Browse the repository at this point in the history
  2. Bug fix in vx configuration files to account for the field group name…

    …s 'ADPSFC' and 'ADPUPA' being changed to 'SFC' and 'UPA'.
    gsketefian committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    dc91a69 View commit details
    Browse the repository at this point in the history
  3. Fix typo.

    gsketefian committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    8eb38f2 View commit details
    Browse the repository at this point in the history
  4. Bug fix in ex-script and an auxiliary bash script to account for the …

    …field group names 'ADPSFC' and 'ADPUPA' being changed to 'SFC' and 'UPA'.
    gsketefian committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    8caae0a View commit details
    Browse the repository at this point in the history
  5. Fix typo.

    gsketefian committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f0ccb78 View commit details
    Browse the repository at this point in the history
  6. Bug fix: For ensemble vx tasks, add omitted cycle dates to the end of…

    … the names of the METplus log files.
    gsketefian committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f1bd90a View commit details
    Browse the repository at this point in the history
  7. Modify ensemble vx task and metatask names to match those for determi…

    …nistic vx. Make corresponding changes in the docs.
    gsketefian committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    ddf1a55 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9dcec55 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    81bd5b3 View commit details
    Browse the repository at this point in the history
  10. Updates to docs.

    gsketefian committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    46af6f7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ed42f48 View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'refs/remotes/origin/feature/daily_obs_t…

    …asks' into feature/daily_obs_tasks
    gsketefian committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1b5d35a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4484bc0 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    3ddc95c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    9a61ca3 View commit details
    Browse the repository at this point in the history
  2. Change locations of staged forecast and obs files in the new vx WE2E …

    …test to use the "TEST_" variables from the machine files. This makes it easier to get the tests to run from EPIC directories.
    gsketefian committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    94bf72e View commit details
    Browse the repository at this point in the history
  3. Set the locations of the staging directories for WE2E testing to pers…

    …onal directories; add new testing directory for GDAS.
    gsketefian committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    6c4d679 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Change forecast and obs staging locations for WE2E tests to EPIC's di…

    …rectories since the files for the new tests in PR ufs-community#1137 are staged now.
    gsketefian committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    74738af View commit details
    Browse the repository at this point in the history
  2. Bug fixes to get the AI/ML and GFS tests to work with data staged at …

    …EPIC locations on Hera.
    gsketefian committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    858b43d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7b7f161 View commit details
    Browse the repository at this point in the history
  2. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c0726d6 View commit details
    Browse the repository at this point in the history
  3. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ca93bba View commit details
    Browse the repository at this point in the history
  4. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    708f96d View commit details
    Browse the repository at this point in the history
  5. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3fa1fb8 View commit details
    Browse the repository at this point in the history
  6. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f6962f7 View commit details
    Browse the repository at this point in the history
  7. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    678b23e View commit details
    Browse the repository at this point in the history
  8. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ed72caa View commit details
    Browse the repository at this point in the history
  9. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ef6d729 View commit details
    Browse the repository at this point in the history
  10. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3f5d16c View commit details
    Browse the repository at this point in the history
  11. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4b84cbc View commit details
    Browse the repository at this point in the history
  12. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    91367a2 View commit details
    Browse the repository at this point in the history
  13. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f140a77 View commit details
    Browse the repository at this point in the history
  14. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2504e05 View commit details
    Browse the repository at this point in the history
  15. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8de3a05 View commit details
    Browse the repository at this point in the history
  16. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5ccf454 View commit details
    Browse the repository at this point in the history
  17. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    75d2520 View commit details
    Browse the repository at this point in the history
  18. Change wallclock time for GenEnsProd task for SFC and UPA field group…

    …s from 02:30:00 to 04:15:00 to account for unexpected increase in time needed to complete GenEnsProd for UPA fields in the WE2E test "MET_ensemble_verification_only_vx_time_lag".
    gsketefian committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1647133 View commit details
    Browse the repository at this point in the history
  19. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    62dad3a View commit details
    Browse the repository at this point in the history
  20. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    06c1405 View commit details
    Browse the repository at this point in the history
  21. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0724a01 View commit details
    Browse the repository at this point in the history
  22. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    cd6d762 View commit details
    Browse the repository at this point in the history
  23. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    790434c View commit details
    Browse the repository at this point in the history
  24. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c1d02d5 View commit details
    Browse the repository at this point in the history
  25. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c459215 View commit details
    Browse the repository at this point in the history
  26. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b0772f9 View commit details
    Browse the repository at this point in the history
  27. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0309c68 View commit details
    Browse the repository at this point in the history
  28. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6b88fff View commit details
    Browse the repository at this point in the history
  29. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9bff39b View commit details
    Browse the repository at this point in the history
  30. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d2f31cb View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d878ecd View commit details
    Browse the repository at this point in the history
  32. Merge remote-tracking branch 'refs/remotes/origin/feature/daily_obs_t…

    …asks' into feature/daily_obs_tasks
    gsketefian committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9c6f914 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Add new terms to glossary.

    gsketefian committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    f715f44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b1cef9 View commit details
    Browse the repository at this point in the history
  3. Update list of modules to be included in the tech docs (the rst file …

    …for each new module was added in a previous commit).
    gsketefian committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    8a3545b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c092798 View commit details
    Browse the repository at this point in the history
  5. Fix indentation for argument and return value lists in the docstrings…

    … of new python functions; add type for each argument and return value; use latex-style math formatting for equations; other minor formatting adjustments.
    gsketefian committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    3d0bd5c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b8bc8d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Include "metplus" in autodoc_mock_imports list in the configuration f…

    …ile for sphinx (conf.py) (this will give sphinx access to METplus); remove definition of METPLUS_ROOT as an environment variable from the Makefile for the docs and instead define it in conf.py (as just a null string since it isn't actually used to load METplus).
    gsketefian committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3ca5387 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Update doc/UsersGuide/BuildingRunningTesting/RunSRW.rst

    Co-authored-by: Gillian Petro <96886803+gspetro-NOAA@users.noreply.github.com>
    gsketefian and gspetro-NOAA authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    72de59d View commit details
    Browse the repository at this point in the history