Changes between Version 2 and Version 3 of SoftwarePackage
- Timestamp:
- Aug 10, 2011, 5:25:44 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoftwarePackage
v2 v3 75 75 3. Execute a make operation like `make dummymodel` (This will build the forward model of the case `dummymodel_1D`). 76 76 77 * '''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 gfortranone 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.77 * '''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.