Changes between Version 49 and Version 50 of InitPdaf
- Timestamp:
- Feb 21, 2023, 4:11:42 PM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InitPdaf
v49 v50 140 140 The PDAF initialization can be tested by compiling the program and executing it. The Makefile of the model has to be extended to include the additional files. The core part of PDAF can be compiled separately as a library and can then simply be linked to the model code. This is the strategy followed in the PDAF-package. 141 141 142 '''Remark:''' For the compilation with a real MPI library, one has to ensure that the header file (`mpif.h`) of the MPI-library is used for both the model and PDAF. (Thus in the include file for make in `make.arch`, one might have set `MPI_INC` to the directory holding the header file.) The include directory `dummympi` specified in some of the include files for compiling a serial program, will not be compatible with all MPI implementations.142 '''Remark:''' For the compilation with a real MPI library, one has to ensure that MPI-module (`USE MPI`) of the MPI-library is USED for both the model and PDAF. (Thus in the include file for make in `make.arch`, one might have set `MPI_INC` to the directory holding the module.) 143 143 144 144 At this stage it will not be meaningful to perform an actual model time stepping. However, one can test whether the initialization in PDAF_init is successful and whether the ensemble array is correctly initialized. … … 151 151 PDAF +++ Parallel Data Assimilation Framework +++ 152 152 PDAF +++ +++ 153 PDAF +++ Version 1.16+++153 PDAF +++ Version 2.1 +++ 154 154 PDAF +++ +++ 155 PDAF +++ Please cite Nerger and Hiller (2013) when +++ 156 PDAF +++ publishing work resulting from using PDAF +++ 155 PDAF +++ Please cite +++ 156 PDAF +++ L. Nerger and W. Hiller, Computers and +++ 157 PDAF +++ Geosciences, 2013, 55, 110-118, +++ 158 PDAF +++ doi:10.1016/j.cageo.2012.03.026 +++ 159 PDAF +++ when publishing work resulting from using PDAF +++ 157 160 PDAF ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 161 158 162 159 163 PDAF: Initialize filter … … 173 177 PDAF --> Transform ensemble with deterministic Omega 174 178 PDAF --> Use fixed forgetting factor: 1.00 175 PDAF --> ensemble size: 280179 PDAF --> ensemble size: 50 176 180 177 181 PDAF: Initialize Parallelization … … 183 187 PDAF Task 1 184 188 PDAF #PEs 1 185 PDAF N 280189 PDAF N 50 186 190 }}} 187 191