Skip to content

revise SST climate forecasts: mean(sst_sd) annual, monthly (observed) vs annual (forecast) #1

@bbest

Description

@bbest
  • 1. fix standard deviation calculation:
    # TODO: summarizing monthly to yearly; invalid to take mean of sd
    sst_mean = mean(sst_mean),
    sst_sd = mean(sst_sd))
  • 2. get ranges to match with similar time steps for comparison; since not matching with switch from monthly (observed) and annual (forecast)
    image
  • 3. consider different temporal extents, eg since 1970 (not 1850), and either limit available data or zoom to this extent by default.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions