Custom Query (986 matches)
Results (184 - 186 of 986)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#256 | Done | Customized Biology/Ecosystem models | ||
Description |
Several files were modified to allow customization of biology/ecosystem model header files (ecosim.h, fasham.h, nemuro.h, npzd_Franks.h, and npzd_Powell.h). Now it is possible to shadow released version of these header files with a user-customized version. This is similar to the analytical functionals in ROMS/Functionals. For more information, please check the following forum posting.
|
|||
#257 | Fixed | Parallel bug in ana_nudgcoef.h | ||
Description |
There is distributed-memory bug in routine ana_nudgcoef.h when setting the passive/active coefficient used in the nudging terms for open boundary conditions. We need to use mp_collect instead mp_bcastf. This is a global reduction opearation instead a broadcast communication. See the following forum post for more details. Many thanks to Francesco Nencioli for reporting this problem. |
|||
#258 | Done | W4DPSAS revisited | ||
Description |
The W4DPSAS weak-constraint data assimilation algorithm was redesigned to follow closely Courtier's (1997) dual formulation paper. This upgrade includes:
Now both weak-constraint data assimilation driver are working very nicely. Many thanks to Andy Moore for his help coding and testing these algorithms. |