bcgov / climr

An R package for downscaling monthly climate data for North America
https://bcgov.github.io/climr/
16 stars 6 forks source link

Provide observational data for multiple normal periods #164

Open cmahony opened 9 months ago

cmahony commented 9 months ago

currently, we only have 1961-1990 and 2001-2020. ideally, we would have the option of other 30-year, 20-year, and 10-year periods. @cmahony will create the anomaly surfaces (north america) from CRU (temperature) and GPCC (precipitation).

cmahony commented 9 months ago

towards this goal, i wrote a script to calculate anomaly surfaces for north america. TransferAnomalies_calculate.R it calculates anomalies for 10, 20, and 30 year periods starting in 1951, relative to a 1981-2010 reference period. this is in prep for when we have a composite climatology for 1981-2010. I output the surfaces in a folder in devl called TransferAnomalies.

cmahony commented 9 months ago

i created a set of anomaly surfaces relative to 1961-1990 and moved all anomaly surfaces to object storage (\objectstore2.nrs.bcgov\ffec\TransferAnomalies) (these anomalies are using the CRU TS v4.05 for temperature and GPCC v2020 for precipitation).

cmahony commented 1 month ago

see related issue https://github.com/bcgov/climr/issues/303