Custom Query (986 matches)
Results (340 - 342 of 986)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#438 | Done | Update ROMS plotting package | ||
Description |
|
|||
#439 | Done | Update all Readme files in 4D-Var Test Cases | ||
Description |
I added information about error covariance standard deviation and normalization coefficients in all Readme files for the 4D-Var Test Cases in the test/WC13 repository. |
|||
#440 | Fixed | Declaration error in set_avg.F | ||
Description |
In set_avg.F, subroutine set_avg_tile, line 103, there is a USE mod_grid statement inside an #ifdef SOLVE3D block. But later, beginning at line 150, there is a call to vorticity_tile in which several components of GRID(ng) are passed, some not inside an #ifdef SOLVE3D block. So compilation of this module fails when SOLVE3D is not defined. The solution: move USE mod_grid outside the #ifdef SOLVE3D block. |
Note:
See TracQuery
for help on using queries.