Changes between Version 7 and Version 8 of PortingToPDAF3
- Timestamp:
- Jun 16, 2025, 8:04:57 AM (39 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PortingToPDAF3
v7 v8 11 11 To use existing assimilation code, we recommend the following steps. This relates to Fortran code. 12 12 13 * Include[[BR]] `USE PDAF`[[BR]] in all routines that call PDAF routines (e.g. in `init_pdaf` and `assimilate_pdaf`). 13 * Include[[BR]] `USE PDAF`[[BR]] in all routines that call PDAF routines (e.g. in `init_pdaf` and `assimilate_pdaf`). 14 14 * If you used `USE PDAF_interfaces_module` in your code, replace this with `USE PDAF`. 15 * In the observation modules you can replace `USE PDAFomi` by `USE PDAF`. 15 16 * You might need to adapt the Makefile of your program to include[[BR]]`-IPDAF_BASEDIR/include`,[[BR]] where `PDAF_BASEDIR` is the root directory of your PDAF installation. The compiler needs to find the PDAF module files which are placed in `include/`. If you use the Makefile from the template or tutorials, you can use `-I{BASEDIR}/include`. 16 17 * **Particular cases**: