Opened 9 years ago
Last modified 6 years ago
#138 accepted Defect
FLEXPART.f90 should not call readpaths with an argument
Reported by: | adingwell | Owned by: | pesei |
---|---|---|---|
Priority: | trivial | Milestone: | FLEXPART 9.2 |
Component: | FP coding/compilation | Version: | FLEXPART 9.0.2 |
Keywords: | Cc: |
Description
readpaths() no longer accept an argument since pathfile now resides in com_mod.f90.
However, FLEXPART.f90 still attempt to make the call with pathfile as argument; this results in an error when using more strict compiler options.
(This also applies to FLEXPART10)
Change History (2)
comment:1 Changed 9 years ago by pesei
- Milestone set to FLEXPART 9.2
- Owner set to pesei
- Status changed from new to accepted
comment:2 Changed 6 years ago by pesei
Note: See
TracTickets for help on using
tickets.
Interestingly, this is ok in fp v9.0.x but not in 9.2 or 10!!