Skip to content

Commit

Permalink
add mo global to forecast app (#688)
Browse files Browse the repository at this point in the history
Co-authored-by: devsjc <[email protected]>
  • Loading branch information
peterdudfield and devsjc authored Nov 20, 2024
1 parent d7ed8ee commit e03a580
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/india/development/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ module "forecast-ad" {
{ "name" : "LOGLEVEL", "value" : "DEBUG" },
{ "name" : "NWP_ECMWF_ZARR_PATH", "value": "s3://${module.s3-nwp-bucket.bucket_id}/ecmwf/data/latest.zarr" },
{ "name" : "NWP_GFS_ZARR_PATH", "value": "s3://${module.s3-nwp-bucket.bucket_id}/gfs/data/latest.zarr" },
{ "name" : "NWP_MO_GLOBAL_ZARR_PATH", "value": "s3://${module.s3-nwp-bucket.bucket_id}/metoffice/data/latest.zarr" },
{ "name" : "SATELLITE_ZARR_PATH", "value": "s3://${module.s3-satellite-bucket.bucket_id}/data/latest/iodc_latest.zarr.zip" },
{ "name" : "SENTRY_DSN", "value": var.sentry_dsn},
{ "name" : "USE_SATELLITE", "value": "True"},
Expand Down

0 comments on commit e03a580

Please sign in to comment.