mikejohnson51 / climateR

An R 📦 for getting point and gridded climate data by AOI
https://mikejohnson51.github.io/climateR/
MIT License
165 stars 40 forks source link

Two models unavailable out of the total 32 for LOCA #60

Closed sienna-templeman closed 1 year ago

sienna-templeman commented 2 years ago

bcc-csm1-1 and inmcm4 are not available in LOCA documentation in the following line:

model_meta$loca

and do not work with the code for grabbing loca data using getLOCA().

mikejohnson51 commented 1 year ago

Hi @sienna-templeman,

Thanks for finding this. With the current updates, it looks like we still only find 30 models on the USGS-CIDA server. For now, this is the best we can do and the models we have are listed below.

Thanks!

> climater_filter(id = "loca") %>% 
+   group_by(model) %>% 
+   slice(1) %>% 
+   pull(model)
 [1] "ACCESS1-0"      "ACCESS1-3"      "CCSM4"          "CESM1-BGC"      "CESM1-CAM5"     "CMCC-CM"       
 [7] "CMCC-CMS"       "CNRM-CM5"       "CSIRO-Mk3-6-0"  "CanESM2"        "EC-EARTH"       "FGOALS-g2"     
[13] "GFDL-CM3"       "GFDL-ESM2G"     "GFDL-ESM2M"     "GISS-E2-H"      "GISS-E2-R"      "HadGEM2-AO"    
[19] "HadGEM2-CC"     "HadGEM2-ES"     "IPSL-CM5A-LR"   "IPSL-CM5A-MR"   "MIROC-ESM"      "MIROC-ESM-CHEM"
[25] "MIROC5"         "MPI-ESM-LR"     "MPI-ESM-MR"     "MRI-CGCM3"      "NorESM1-M"      "bcc-csm1-1-m"