Skip to content

Commit

Permalink
fix satellite-sea-ice-concentration request
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed May 16, 2024
1 parent 9bd6f66 commit b0d1e66
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions notebooks/wp4/cmip6_sea_ice_diagnostics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,9 @@
" download.update_request_date(\n",
" {\n",
" \"cdr_type\": \"cdr\",\n",
" \"origin\": \"eumetsat_osi_saf\",\n",
" \"origin\": \"EUMETSAT OSI SAF\",\n",
" \"sensor\": \"ssmis\",\n",
" \"temporal_aggregation\": \"daily\",\n",
" \"variable\": \"all\",\n",
" \"version\": \"v2\",\n",
" },\n",
Expand All @@ -344,7 +346,9 @@
" download.update_request_date(\n",
" {\n",
" \"cdr_type\": \"cdr\",\n",
" \"origin\": \"esa_cci\",\n",
" \"origin\": \"ESA CCI\",\n",
" \"sensor\": \"amsr\",\n",
" \"temporal_aggregation\": \"daily\",\n",
" \"variable\": \"all\",\n",
" \"version\": \"v2\",\n",
" },\n",
Expand Down Expand Up @@ -486,7 +490,9 @@
" \"version\": \"v2\",\n",
" \"variable\": \"all\",\n",
" \"format\": \"zip\",\n",
" \"origin\": \"esa_cci\",\n",
" \"origin\": \"ESA CCI\",\n",
" \"sensor\": \"amsr\",\n",
" \"temporal_aggregation\": \"daily\",\n",
" \"cdr_type\": \"cdr\",\n",
" \"year\": \"2002\",\n",
" \"month\": \"06\",\n",
Expand Down

0 comments on commit b0d1e66

Please sign in to comment.