Custom Query (964 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (124 - 126 of 964)

Ticket Owner Reporter Resolution Summary
#177 arango arango Fixed Type in gls_corstep.F and ana_srflux
Description

There is a typo in gls_corstep.F at line 922. There is an additional parenthesis in variable Wave_dissip (see forum message).

I also corrected User/Functionals/ana_srflux.h at line 264. There are additional arguments to the mp_exchange2d call (see forum message).

Many thanks to Nobuhito Mori for reporting both bugs.

#178 arango kate Fixed tile bug in ini_fields
Description

When running with multiple tiles in serial mode, Zt_avg1 gets set on one tile, set_depth_tile gets called and Hz is recomputed internal to that tile. Then, Hz is used (including one ghost cell) to compute the vertical sums of u and v for resetting ubar, vbar. The ghost cells aren't up to date and that one edge of ubar, vbar is not quite the same as it should be.

#180 arango jcwarner Done sediment.F restructuring
Description

It has been decided to restructure the routine sediment.F. That routine was becoming very lengthy and difficult to manage. The restructuring consists of distributing the components of sediment.F into several new routines and adding new routines. This will allow the different components to be more easily updated and to more easily allow future contributions.

Routines that were modified/created:

M      ROMS/External/ocean_shoreface.in
M      ROMS/External/coupling_inlet_test.in
M      ROMS/External/varinfo.dat
M      ROMS/Nonlinear/sediment.F
M      ROMS/Nonlinear/bedbiodiff.F
A      ROMS/Nonlinear/bed_cohesive.F
A  +   ROMS/Nonlinear/bottom.F
M      ROMS/Nonlinear/bedload.F
M      ROMS/Nonlinear/bed.F
A  +   ROMS/Nonlinear/dep_ero.F
M      ROMS/Nonlinear/settling.F
M      ROMS/Utility/inp_par.F
M      ROMS/Modules/mod_sediment.F
M      ROMS/Modules/mod_ncparam.F
M      ROMS/Modules/mod_ocean.F

These files are in my branch. Please review for inclusion to distributed code.

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