Opened 4 years ago
Last modified 4 years ago
#282 new Enhancement
Eliminate code duplications
Reported by: | pesei | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Long-term tasks |
Component: | FP other | Version: | FLEXPART 10.4 |
Keywords: | Cc: |
Description
There are several instances of duplicated code (e.g. ECWMF and GFS subroutines, mother and nested grid subroutines). If it is affordable performance-wise, such pieces of code should be de-duplicated by moving them into a new function or subroutine (or maybe include file in case it is a performance issue - compiler can be tasked to inline functions as well).
Note: See
TracTickets for help on using
tickets.
verttransform
see #203. There will be more parts of the code common to the two (ECWMF, GFS) or three (+nest) versions.