combineAhccdAndClimateSummary: Combine ahccd and climate summary data

View source: R/monthlyClimate.R

combineAhccdAndClimateSummaryR Documentation

Combine ahccd and climate summary data

Description

This function combines ahccd and climate summary data together into the same list.

Usage

combineAhccdAndClimateSummary(ahccd, climateSummary)

Arguments

ahccd

a list that has been read in using read.ahccd

climateSummary

a list that has been converted to the ahccd format using climateSummary2ahccd

Details

There is some additional data that is read in and retained for the climate summary data, but here only meanTemperature is retained. The climate summary metadata has climateSummary appended to the name in the event that a comparisson is required. Ahccd data takes precedence, so when comparing the year and month, the ahccd data is kept over the climate summary data.

Value

a list in the same form as read.ahccd, but all metadata has been preserved. Any metadata from the climateSummary data has climate added in front of it's name.

Author(s)

Chantelle Layton


clayton33/csasMarPhys documentation built on June 8, 2025, 3:10 a.m.