Skip to contents

Function to calculate climatology from datasets

See vignette for further details outputs:

  • output$sst

  • output$anomalies

  • output$mm

  • output$mmm

  • output$dailyclimatology

  • output$hs

  • output$dhw

Usage

create_climatology(sst_file, window = 84, quiet = FALSE, baa = FALSE)

Arguments

sst_file

input

window

number of days for the DHW sum (12 weeks = 84 days default)

quiet

verbose - update with messages?

baa

return baa? TRUE/FALSE

Value

output list (see above for details)

Examples

if (FALSE) { # \dontrun{
output <- create_climatology("crw.nc")
} # }