Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #1852 update script command
Browse files Browse the repository at this point in the history
bikegeek committed Oct 16, 2022

Verified

This commit was signed with the committer’s verified signature.
1 parent f2775ec commit 3dc5e46
Showing 1 changed file with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ PROCESS_LIST = UserScript

LOOP_BY = REALTIME
VALID_TIME_FMT = %Y
VALID_BEG = 2014
VALID_BEG = 2019

USER_SCRIPT_RUNTIME_FREQ = RUN_ONCE

@@ -37,8 +37,7 @@ USER_SCRIPT_RUNTIME_FREQ = RUN_ONCE
# https://metplus.readthedocs.io/en/latest/Users_Guide/wrappers.html#userscript
###

USER_SCRIPT_COMMAND = {PARM_BASE}/use_cases/model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_Planview/planview_plot.py

USER_SCRIPT_COMMAND = {PARM_BASE}/use_cases/model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_Planview/planview_plot.py {PARM_BASE}/use_cases/model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_Planview/physics_tendency_planview.yaml {INPUT_BASE}/model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_Planview/fv3_history.nc {INPUT_BASE}/model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_Planview/grid_spec.nc tmp pbl -p 500 -t 1 -v 20190504T14 -o {OUTPUT_BASE}/plots/physics_tendency_planview.png --nofineprint

[user_env_vars]

@@ -48,9 +47,7 @@ LOG_FILE = "planview.log"

LOG_LEVEL = "INFO"

YAML_CONFIG_NAME = {PARM_BASE}/use_cases/model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_Planview/planview.yaml

INPUT_PHYSICS_TENDENCY = {INPUT_BASE/model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_Planview/fv3_history.nc
INPUT_GRID_SPEC = {INPUT_BASE/model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_Planview/grid_spec.nc
YAML_CONFIG_NAME = {PARM_BASE}/use_cases/model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_Planview/physics_tendency_planview.yaml

OUTPUT_DIR = {OUTPUT_BASE}/plots
INPUT_PHYSICS_TENDENCY = {INPUT_BASE}/model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_Planview/fv3_history.nc
INPUT_GRID_SPEC = {INPUT_BASE}/model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_Planview/grid_spec.nc

0 comments on commit 3dc5e46

Please sign in to comment.