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

Fix ocean file locations in archive job #1716

Merged

Commits on Jun 28, 2023

  1. Fix daily file location in archive job

    During the COM refactor, a location for the ocn/ice daily files was
    defined within the products directory. However, the daily files are
    output directly by the model and land in the history directory. The
    archive job was looking in the otherwise unused daily product
    directory for the files and not finding them. This update now:
    - Removes the COM variable for the daily files
    - Updates the archive job to pull the daily files from history
    
    Fixes NOAA-EMC#1709
    WalterKolczynski-NOAA committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    8e25dc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e71080 View commit details
    Browse the repository at this point in the history