Custom Query (964 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (481 - 483 of 964)

Ticket Owner Reporter Resolution Summary
#591 arango arango Fixed IMPORTANT: Corrected index bug in new boundary conditions
Description

Removed the declaration of Co used in the new Shchepetkin boundary condition for 2D momentum in routines u2dbc_im.F and v2dbc_im.F. Intrinsic functions in declaration statements is not part of the standard and supported in some compilers.

Also, I fixed and J-index error. We need Jstr and Jend instead of Istr and Iend.

#592 arango arango Fixed IMPORTANT: index error in nesting.F
Description

In few places in nesting.F we need to have the incorrect assigment for j and Jc:

             i=contact(cr)%Idg(m)
             j=contact(cr)%Jdg(m)
             Ic=contact(cr)%Irg(m)
             Jc=contact(cr)%Jrg(m)

instead of

             i=contact(cr)%Idg(m)
             j=contact(cr)%Idg(m)
             Ic=contact(cr)%Irg(m)
             Jc=contact(cr)%Irg(m)

Many thanks to Tianran Liu for reporting this problem.

#593 arango arango Done Corrected Matlab script contact.m
Description

Couple of bugs were reported in the matlab/grid/contact.m used to compute all the contact regions and contact points data for nesting.

This ticked was re-opened again because there were still couple of errors when setting mask_v. We need to have:

     C.mask_v   = G(rg).mask_v(IN);

instead of

     C.mask_v   = G(rg).mask_u(IN);

Many thanks to Chris Edwards for reporting this problem.

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