#11 closed Defect (fixed)
readpartpositions.f90 seems to have a flawed value check
Reported by: | donaldjmorton | Owned by: | ignacio |
---|---|---|---|
Priority: | minor | Milestone: | FLEXPART 9.2 |
Component: | FP coding/compilation | Version: | FLEXPART 9.0.2 |
Keywords: | Cc: | ip@… |
Description
In readpartpositions.f90, line 79 (from version 9.0.2), there is a check for numpointin being equal to numpoint, and the program exits if this is not the case. In our case, with ongoing wildfire smoke modeling, we want to read in the particles from a previous run, but the previous run may have more or less emissions points than the current run (new fires, or extinguished fires). So, in our case I have to comment out that statement in order for the program to progress correctly.
Change History (4)
comment:1 Changed 11 years ago by ignacio
- Cc ip@… added
- Owner changed from somebody to ignacio
- Status changed from new to accepted
comment:2 Changed 11 years ago by pesei
I suggest to remove the STOP and just issue a warning to standard output.
comment:3 Changed 11 years ago by ignacio
- Resolution set to fixed
- Status changed from accepted to closed
comment:4 Changed 11 years ago by pesei
- Milestone set to milestone1
Note: See
TracTickets for help on using
tickets.
I will have a look on this and add it to the changes for the new version. Ignacio