Custom Query (986 matches)
Results (457 - 459 of 986)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#566 | Fixed | MPI bug in momentum climatology nudging | ||
Description |
The fields M2nudgcof and M3nudgcof are set on each tile, but not communicated with other tiles. This wouldn't matter except that they are set at rho points and averaged to u/v points when used. The averaging brings in a zero from the neighboring tile for one row/column at the edge of a tile. |
|||
#567 | Fixed | LMD_MIXING and PERFECT_RESTART | ||
Description |
There are problems with LMD_MIXING and PERFECT_RESTART. I've fixed it for BENCHMARK at least with the attached patch. Things that needed changing: How Hsbl and Hbbl are stored in the restart file, saving Ghats in the restart file, reading all of the above, and not recomputing the vertical mixing on restart. |
|||
#568 | Fixed | warning in wrt_info | ||
Description |
Trying the Cray compiler: ioerror=status ftn-7212 crayftn: WARNING WRT_INFO, File = wrt_info.f90, Line = 384 Variable "status" is used before it is defined. It's true that if a variable is not found, status does not get set, though it does get used. ioerror should get set to a "not found" value instead of to status. |