Skip to content

Commit

Permalink
fix concentration form
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed May 22, 2024
1 parent 908cfaa commit a8e67ac
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions notebooks/wp4/cmip6_sea_ice_evaluation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,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 Expand Up @@ -386,13 +388,23 @@
" }\n",
" satellite_requests = {\n",
" \"ESA-CCI\": download.update_request_date(\n",
" common_request | {\"origin\": \"esa_cci\"},\n",
" common_request\n",
" | {\n",
" \"origin\": \"ESA CCI\",\n",
" \"sensor\": \"amsr\",\n",
" \"temporal_aggregation\": \"daily\",\n",
" },\n",
" start=f\"{max(year_start, 2002)}-01\",\n",
" stop=f\"{min(year_stop, 2017)}-12\",\n",
" stringify_dates=True,\n",
" ),\n",
" \"EUMETSAT-OSI-SAF\": download.update_request_date(\n",
" common_request | {\"origin\": \"eumetsat_osi_saf\"},\n",
" common_request\n",
" | {\n",
" \"origin\": \"EUMETSAT OSI SAF\",\n",
" \"sensor\": \"ssmis\",\n",
" \"temporal_aggregation\": \"daily\",\n",
" },\n",
" start=f\"{max(year_start, 1979)}-01\",\n",
" stop=f\"{min(year_stop, 2015)}-12\",\n",
" stringify_dates=True,\n",
Expand Down Expand Up @@ -516,7 +528,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 Expand Up @@ -699,7 +713,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
"version": "3.11.9"
}
},
"nbformat": 4,
Expand Down

0 comments on commit a8e67ac

Please sign in to comment.