Changes between Version 18 and Version 19 of SoftwarePackage


Ignore:
Timestamp:
Jul 18, 2017, 11:08:04 AM (7 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoftwarePackage

    v18 v19  
    100100
    101101 * '''Note''': There are make targets for the compilation of the model itself without data assimilation as well as those for the compilation of the assimilation program. In order to obtain a working assimilation program, one has to define `USE_PDAF` in the preprocessor definition variable `CPP_DEFS` has to be set in the include file from `make.arch`. For example, for most compilers one would use `CPP_DEFS = -DUSE_PDAF`. When `USE_PDAF` is not set, the calls to the PDAF routines is not included in the compiled program.
     102
     103For the tutorial implementations, the compilation procedure is also described in the [wiki:PdafTutorial tutorials].