Changes between Version 4 and Version 5 of PDAF_sampleens
- Timestamp:
- Feb 22, 2023, 1:56:46 PM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_sampleens
v4 v5 31 31 The routine can be conveniently used in combination with the routine [wiki:PDAF_eofcovar PDAF_eofcovar]. This routine computes the EOF modes and coefficients from a model trajectory. It is usually used in a separate program to preprate the EOF information. The EOFs are then stored in a file and read by the ensemble initialization routine ([wiki:init_ens_pdaf init_ens_pdaf]). 32 32 33 The use of this ensemble generation is demonstrated in the Lorenz-96 model example (see testsuite/src/lorenz96/init_ens_eof.F90). It is also used in the simple 1D test case (see testsuite/src/dummymodel_1D/init_seik_pdaf.F90).33 The use of this ensemble generation is demonstrated in the Lorenz-96 model example (see models/lorenz96/init_ens_eof.F90).