fldgen object from constituent partsfldgen_object_TP.RdNormally this code will be called internally, but it is available for external use, so that data created using the old interface can be converted.
fldgen_object_TP( griddataT, griddataP, tgav, meanfldT, meanfldP, tfuns, pfuns, reof, fxmag, fxphase, infiles )
| griddataT | An object returned from |
|---|---|
| griddataP | An object returned from |
| tgav | Global mean temperature for the grids in griddata. |
| meanfldT | Object returned from whatever mean field analysis is done,
currently |
| meanfldP | Object returned from whatever mean field analysis is done,
currently |
| tfuns | The empirical cdf and empirical quantile functions for each grid cell, characterizing the distribution of residuals resulting from meanfldT. |
| pfuns | The empirical cdf and empirical quantile functions for each grid cell, characterizing the distribution of residuals resulting from meanfldP. |
| reof | Object returned from |
| fxmag | The magnitude of the Fourier transform of the EOF projection
coefficients. This should be a matrix [Ntime x NEOF]. If using
|
| fxphase | List of matrices [Ntime x NEOF] of phases of the Fourier transform. There should be one element in the list for each input ESM run. |
| infiles | Names of input files used to construct the data. |
If there is only a single ESM run in the input data set, then fxphase
can be passed as a matrix of phases (instead of a list of matrices). It will
be converted into a list automatically.