Custom Query (986 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (457 - 459 of 986)

Ticket Owner Reporter Resolution Summary
#566 arango kate 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 arango kate 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 arango kate 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.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.