Changes between Version 7 and Version 8 of PortingToPDAF3


Ignore:
Timestamp:
Jun 16, 2025, 8:04:57 AM (39 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PortingToPDAF3

    v7 v8  
    1111To use existing assimilation code, we recommend the following steps. This relates to Fortran code.
    1212
    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`).
    1414* 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`.
    1516* 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`.
    1617* **Particular cases**: