Skip to content

Commit

Permalink
new models
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Feb 22, 2024
1 parent 6511dd0 commit 2379d25
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions notebooks/wp4/extreme_temperature_indices.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -118,19 +118,26 @@
"outputs": [],
"source": [
"models_cordex = [\n",
" \"clmcom_clm_cclm4_8_17\",\n",
" \"clmcom_eth_cosmo_crclim\",\n",
" \"cnrm_aladin63\",\n",
" \"dmi_hirham5\",\n",
" \"knmi_racmo22e\",\n",
" \"mohc_hadrem3_ga7_05\",\n",
" \"mpi_csc_remo2009\",\n",
" \"smhi_rca4\",\n",
" \"uhoh_wrf361h\",\n",
"]\n",
"\n",
"models_cmip6 = [\n",
" \"EC-Earth3-CC\",\n",
" \"mpi_esm1_2_lr\",\n",
" \"access_cm2\",\n",
" \"awi_esm_1_1_lr\",\n",
" \"cnrm_cm6_1\",\n",
" \"awi_cm_1_1_mr\",\n",
" \"canesm5\",\n",
" \"cmcc_esm2\",\n",
" \"cnrm_cm6_1_hr\",\n",
" \"ec_earth3_cc\",\n",
" \"gfdl_esm4\",\n",
" \"miroc6\" \"mpi_esm1_2_lr\",\n",
"]"
]
},
Expand Down

0 comments on commit 2379d25

Please sign in to comment.