calc_daily_climatologies: Vectorized Daily OISST 30-Year Climatology Means

View source: R/oisst_data_funs.R

calc_daily_climatologiesR Documentation

Vectorized Daily OISST 30-Year Climatology Means

Description

Generate Daily 30-year climatologies for a given area.

This function takes a raster stack of OISST data (usually with a clipped extent for memory). Default climatology ranges from 1982-01-01 to 2011-12-31, as such the input stack must extend beyond those dates estimate the climatology correctly.

Returns a raster stack with mean SST for every day in the year over the desired time window.

Usage

calc_daily_climatologies(stack_in, projection_crs = 26919, anom_period = NULL)

Arguments

stack_in

Raster stack of daily SST Measurements from OISST dataset

projection_crs

The coordinate reference system number/proj4string for the desired output

anom_period

Character vector indicating start and end years to calculate climatology for. NULL defaults to 1982-2011.

Value

Climatology raster stack with daily climate averages for reference period


gulfofmaine/gmRi documentation built on Jan. 26, 2025, 5:12 a.m.