Opened 10 months ago
Last modified 9 months ago
#269 accepted Defect
Compilation without netCDF not properly implemented, grib_api -> eccodes
Reported by: | pesei | Owned by: | pesei |
---|---|---|---|
Priority: | major | Milestone: | FLEXPART 10 |
Component: | FP coding/compilation | Version: | FLEXPART 10.4 |
Keywords: | Cc: |
Description
The makefile distributed with FLEXPART 10.4 contains netcdf-related objects without enclosing them in a proper if block. Therefore, it is not possible to compile the code using this makefile on a machine where netcdf is not available (or not available in the expected place / version).
Change History (3)
comment:1 Changed 9 months ago by pesei
- Summary changed from Compilation without netCDF not properly implemented to Compilation without netCDF not properly implemented, grib_api -> eccodes
comment:2 Changed 9 months ago by pesei
Please close the ticket when this has been merged into master!
comment:3 Changed 9 months ago by pesei
- Status changed from new to accepted
Note: See
TracTickets for help on using
tickets.
Makefile is fixed in changeset:5cbd51b/flexpart.git, also some code cosmetics on verttransform_ecmwf.f90
In changeset:fe118c0/flexpart.git, grib_api has been updated to eccodes in the makefile.