From 958b9d1eb40965ea276b5e456c8775b85cf7e07a Mon Sep 17 00:00:00 2001 From: peterdudfield Date: Thu, 22 Feb 2024 17:09:05 +0000 Subject: [PATCH] update nwp file --- forecast-inference/aws_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forecast-inference/aws_config.yaml b/forecast-inference/aws_config.yaml index e016a6a..e782e4c 100644 --- a/forecast-inference/aws_config.yaml +++ b/forecast-inference/aws_config.yaml @@ -4,7 +4,7 @@ model_path: s3://uk-site-forecaster-models-${OCF_ENVIRONMENT}/models/model-0.3.0 nwp: cls: psp.data_sources.nwp.NwpDataSource args: - - s3://nowcasting-nwp-${OCF_ENVIRONMENT}/data/latest.zarr + - ${NWP_ZARR_PATH} kwargs: time_dim_name: init_time value_name: UKV