Skip to content

Commit

Permalink
updated CMEMS bcg multiyear dataset id (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer authored Jul 4, 2024
1 parent 03cabed commit 1235e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dfm_tools/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def copernicusmarine_get_dataset_id(varkey, date_min, date_max):
elif varkey in ['chl','phyc']:
dataset_id = 'cmems_mod_glo_bgc-pft_anfc_0.25deg_P1D-m'
else: #https://data.marine.copernicus.eu/product/GLOBAL_MULTIYEAR_BGC_001_029/description
dataset_id = 'cmems_mod_glo_bgc_my_0.25_P1D-m'
dataset_id = 'cmems_mod_glo_bgc_my_0.25deg_P1D-m'
else:
raise KeyError(f"unknown varkey for cmems: {varkey}")
return dataset_id
Expand Down

0 comments on commit 1235e64

Please sign in to comment.