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

Add workflow to run model with supplied nudging tendency #215

Merged
merged 56 commits into from
Apr 9, 2020

Commits on Mar 30, 2020

  1. Add workflow runfile, configs, Makefile

    Oliver Watt-Meyer committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    0f24ba7 View commit details
    Browse the repository at this point in the history
  2. Update runtime module

    Oliver Watt-Meyer committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    0aa3632 View commit details
    Browse the repository at this point in the history
  3. Fix fv3net runtime __init__

    Oliver Watt-Meyer committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    79f4be0 View commit details
    Browse the repository at this point in the history
  4. Pin pandas in prognostic run to 1.0.1

    Oliver Watt-Meyer committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    f7e5ab0 View commit details
    Browse the repository at this point in the history
  5. Update runfile and Makefile

    Oliver Watt-Meyer committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    4dea1a2 View commit details
    Browse the repository at this point in the history
  6. Update experiment names in configs

    Oliver Watt-Meyer committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    fd0dc49 View commit details
    Browse the repository at this point in the history
  7. Update Makefile

    Oliver Watt-Meyer committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    59569fa View commit details
    Browse the repository at this point in the history
  8. Remove workflow submit_job.py

    Oliver Watt-Meyer committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    eedede2 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Refactor nudge file handling to kube_jobs

    Oliver Watt-Meyer committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    a8f1e5b View commit details
    Browse the repository at this point in the history
  2. Add tests for nudge file handling

    Oliver Watt-Meyer committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    aeb0b4f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Merge branch 'master' into feature/apply-mean-nudging

    Oliver Watt-Meyer committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    d6f7023 View commit details
    Browse the repository at this point in the history
  2. Use common transfer_local_to_remote function

    Oliver Watt-Meyer committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    8655c93 View commit details
    Browse the repository at this point in the history
  3. Add type hints to nudge_to_obs.py

    Oliver Watt-Meyer committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    1a0fecc View commit details
    Browse the repository at this point in the history
  4. Lint

    Oliver Watt-Meyer committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    23c5556 View commit details
    Browse the repository at this point in the history
  5. Update configurations and Makefile to enable remote runs

    Oliver Watt-Meyer committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    e0abddb View commit details
    Browse the repository at this point in the history
  6. Remove leftover debugging logging statement

    Oliver Watt-Meyer committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    59425c3 View commit details
    Browse the repository at this point in the history
  7. Use common unique_tag() function

    Oliver Watt-Meyer committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    48808d2 View commit details
    Browse the repository at this point in the history
  8. Change outdirs in Makefile

    Oliver Watt-Meyer committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    c838bee View commit details
    Browse the repository at this point in the history
  9. Update rule name in Makefile

    Oliver Watt-Meyer committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    6b25cab View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Change run length to 91 days

    Oliver Watt-Meyer committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    635fcf8 View commit details
    Browse the repository at this point in the history
  2. Make layout 2,2 for nudge_mean_T

    Oliver Watt-Meyer committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    b73f138 View commit details
    Browse the repository at this point in the history
  3. Make runfile work for multiple procs per tile

    Oliver Watt-Meyer committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    0fe68de View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Add prepare_config.py script to simplify submission

    Oliver Watt-Meyer committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    ad2a02d View commit details
    Browse the repository at this point in the history
  2. Add get_fs and get_protocol to vcm.cloud.__init__.py

    Oliver Watt-Meyer committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    2834bc4 View commit details
    Browse the repository at this point in the history
  3. Fix Makefile

    Oliver Watt-Meyer committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    1eccf2b View commit details
    Browse the repository at this point in the history
  4. Make sure absolute paths are used for config_url

    Oliver Watt-Meyer committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    7d23241 View commit details
    Browse the repository at this point in the history
  5. Update runfile for n_proc>6

    Oliver Watt-Meyer committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    85ec55b View commit details
    Browse the repository at this point in the history
  6. Set layout=2,2 in config

    Oliver Watt-Meyer committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    aa83013 View commit details
    Browse the repository at this point in the history
  7. Rename dimensions as well

    Oliver Watt-Meyer committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    d3b87bb View commit details
    Browse the repository at this point in the history
  8. Load all timesteps of nudging data

    Oliver Watt-Meyer committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    843dd91 View commit details
    Browse the repository at this point in the history
  9. Add submit_to_kubernetes script

    Oliver Watt-Meyer committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    70aa817 View commit details
    Browse the repository at this point in the history
  10. Refactor runfile

    Oliver Watt-Meyer committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    d1d86e0 View commit details
    Browse the repository at this point in the history
  11. Update scripts to allow local and remote runs

    Oliver Watt-Meyer committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    e168b4a View commit details
    Browse the repository at this point in the history
  12. Make run length 91 days

    Oliver Watt-Meyer committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    f019461 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. Make flush_nc_files=True in namelist

    Oliver Watt-Meyer committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    3a8e49a View commit details
    Browse the repository at this point in the history
  2. Change nudging tendency year to model year instead of reverse

    Oliver Watt-Meyer committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    ccd81f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Update diagnostic to zarr pipeline

    Oliver Watt-Meyer committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    a65d64e View commit details
    Browse the repository at this point in the history
  2. Add post-processing script

    Oliver Watt-Meyer committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    ca82095 View commit details
    Browse the repository at this point in the history
  3. Lint

    Oliver Watt-Meyer committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    afe78be View commit details
    Browse the repository at this point in the history
  4. Add GFS analysis data to catalog.yml

    Oliver Watt-Meyer committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    afc2b46 View commit details
    Browse the repository at this point in the history
  5. Add back runtime get_runfile_config function

    Oliver Watt-Meyer committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    9da7352 View commit details
    Browse the repository at this point in the history
  6. Add docstring

    Oliver Watt-Meyer committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    5a94309 View commit details
    Browse the repository at this point in the history
  7. Add README.md

    Oliver Watt-Meyer committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    e70bc05 View commit details
    Browse the repository at this point in the history
  8. Add get_runfile_config back to runtime __init__

    Oliver Watt-Meyer committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    7202e37 View commit details
    Browse the repository at this point in the history
  9. Update postprocessing script

    Oliver Watt-Meyer committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    7653ed3 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'master' into feature/apply-mean-nudging

    Oliver Watt-Meyer committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    d29fa53 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Address Jeremy PR comments

    Oliver Watt-Meyer committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    5b74697 View commit details
    Browse the repository at this point in the history
  2. Rename nudging_tendency to mean_nudging_tendency

    Oliver Watt-Meyer committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    4b81cfe View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Update fv3config submdule to v0.3.1

    Oliver Watt-Meyer committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    da3ec8f View commit details
    Browse the repository at this point in the history
  2. Use fv3config get_timestep and config_from_yaml

    Oliver Watt-Meyer committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    0661967 View commit details
    Browse the repository at this point in the history
  3. Address Noah PR comments

    Oliver Watt-Meyer committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    ba80117 View commit details
    Browse the repository at this point in the history
  4. Update HISTORY.rst and workflow readme

    Oliver Watt-Meyer committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    f2fbdfd View commit details
    Browse the repository at this point in the history
  5. Fix typo

    Oliver Watt-Meyer committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    919bb39 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into feature/apply-mean-nudging

    Oliver Watt-Meyer committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    608fc72 View commit details
    Browse the repository at this point in the history
  7. Add quotes to filename_pattern in nudge config yamls

    Oliver Watt-Meyer committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    4a007f4 View commit details
    Browse the repository at this point in the history
  8. Update length of runs

    Oliver Watt-Meyer committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    417d19d View commit details
    Browse the repository at this point in the history