Changes between Version 1 and Version 2 of PortingToPDAF3
- Timestamp:
- Apr 2, 2025, 11:09:59 AM (27 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PortingToPDAF3
v1 v2 11 11 * If you used the offline mode by specifying **subtype=5**: change `subtype` to 0 and add a call to the routine `PDAF_set_offline_mode` in `init_pdaf`. (see, e.g. the file `tutorial/offline_2D_serial/init_pdaf_offline.F90` where the call to `PDAF_set_offline_mode` is at the very end of the routine; see also [wiki:OfflineInitPdaf]). 12 12 * If your code calls **PDAF_assimilate_lnetf** or **PDAF_put_state_lnetf**: There was an argument added for `init_obs_pdaf`. the code has to be adapted for this additional arguments. (see [wiki:PDAF_assimilate_lnetf] or [wiki:PDAF_put_state_lnetf]) 13 * Of your code used the SEEK filter: This filter was deprecated for a longer time and is no longer available with PDAF V3.0. Any call to e.g. PDAF_assimilate_seek has to be removed.13 * Of your code used the **SEEK filter**: This filter was deprecated for a longer time and is no longer available with PDAF V3.0. Any call to e.g. PDAF_assimilate_seek has to be removed. 14 14 15 15 With these adaptions, the compiling the program should be possible.