Custom Query (964 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (85 - 87 of 964)

Ticket Owner Reporter Resolution Summary
#231 arango arango Fixed Bug in wpoints.F
Description

There is a bug in wpoints.F when READ_WATER or WRITE_WATER are activated in serial or shared-memory configurations. It is trying to compute IJwater which is only needed for distributed-memory applications in routines mp_gather and mp_scatter.

The cpp directives were restructured in wpoints.F to fix this problem. Many thanks to Mathieu Dutour for bringing this to my attention.

#239 arango kate Fixed float track indices
Description

In mod_param.F, NFV is dimensioned by 10+NT or 12+NT, depending. Later, in step_floats.F, the two optional values are overwritten by tracers, plus it is assumed in wrt_floats.F that the tracers are after position 10. It seems to me you need to get that 10/12 thing to propagate into step_floats.F so that the vertical mixing can be output if desired.

#244 arango jcwarner Fixed suspload ifdef missing for bedload only simulation in sed_bed.F
Description

ROMS/Nonlinear/sed_bed.F needs the ifdef SUSPLOAD around the ero_flux and settling_flux pointers for argument list, such as:

# ifdef SUSPLOAD
     &                   OCEAN(ng) % ero_flux,                          &
     &                   OCEAN(ng) % settling_flux,                     &
# endif

(this is needed at 4 places at the top of the file, in the argument list).

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