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

Refactor fv3 runtime modules and image construction #185

Merged
merged 14 commits into from
Mar 21, 2020
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/master' into refactor/fv3net-onl…
…ine-modules
  • Loading branch information
nbren12 committed Mar 21, 2020
commit 3c9190291662c379974d5e7440716bff83802f79
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
#################################################################################
# GLOBALS #
#################################################################################
VERSION = 0.1.0
VERSION = v0.1.0
ENVIRONMENT_SCRIPTS = .environment-scripts
PROJECT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
BUCKET = [OPTIONAL] your-bucket-for-syncing-data (do not include 's3://')
2 changes: 1 addition & 1 deletion external/fv3config
10 changes: 10 additions & 0 deletions workflows/end_to_end/full-workflow-config.yaml
Original file line number Diff line number Diff line change
@@ -75,3 +75,13 @@ experiment:
from: one_step_run
ic_timestep: "20160801.001500"
docker_image: us.gcr.io/vcm-ml/prognostic_run:v0.1.0
--model_url:
from: train_sklearn_model
--prog_config_yml: workflows/prognostic_c48_run/prognostic_config.yml


diags_prognostic_run:
command: bash workflows/prognostic_run_diags/run_all.sh
args:
fv3_output:
from: prognostic_run
You are viewing a condensed version of this merge commit. You can view the full changes here.