Skip to content

combine: combining more than two dataset (3,4,....n-data) prior to estimating EOF #274

@Mohsen-cph

Description

@Mohsen-cph

Hi,

I'm using esd package to perform CommonEOFs for multiple soil moisture SM datasets from different sources. The goal is to compare different SM grid datasets in terms of variability in space and time.

For combining two dataset, it is working (i.e., it takes the anomalies and regrid the second data to the first one). However, I would like to combine >2 datasets; but the following ''combine function'' only takes the first two datasets into account, and ignores the rest of the input data, for example:

SM_combined <- combine(SM_ERA5L,SM_CFSNCEP, SM_ESACCI, SM_EnsembleMean)
ceof <- EOF(SM_combined)
plot(ceof)

Any suggestions please?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions