Skip to content

Commit

Permalink
New consumer ecmwf india (#730)
Browse files Browse the repository at this point in the history
* use latest nwp consumer ecmwf india

* fix

* tidy
  • Loading branch information
peterdudfield authored Jan 9, 2025
1 parent eb6a222 commit f9c6428
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions terraform/india/development/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,7 @@ module "nwp_consumer_ecmwf_live_ecs_task" {
{ "name" : "AWS_S3_BUCKET", "value" : module.s3-nwp-bucket.bucket_id },
{ "name" : "ECMWF_AWS_REGION", "value" : "eu-west-1" },
{ "name" : "ECMWF_AWS_S3_BUCKET", "value" : "ocf-ecmwf-production" },
{ "name" : "LOGLEVEL", "value" : "DEBUG" },
{ "name" : "ECMWF_AREA", "value" : "india" },
{ "name" : "SENTRY_DSN", "value" : var.sentry_dsn },
{ "name" : "ENVIRONMENT", "value" : local.environment },
]
container-secret_vars = [
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/services/airflow/dags/india/nwp-dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
task_id="determine_latest_zarr_ecmwf",
)(bucket=f'india-nwp-{env}', prefix='ecmwf/data')

latest_only >> rename_zarr_ecmwf >> nwp_consumer_ecmwf
latest_only >> nwp_consumer_ecmwf >> rename_zarr_ecmwf
latest_only >> nwp_consumer_gfs
latest_only >> nwp_consumer_metoffice >> rename_zarr_metoffice

0 comments on commit f9c6428

Please sign in to comment.