Custom Query (964 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (379 - 381 of 964)

Ticket Owner Reporter Resolution Summary
#314 arango jcwarner Fixed wet_dry v2dbc
Description

1) ROMS/Nonlinear/v2dbc_im.F has a RETURN (line 787) that prevents execution of the WET_DRY algorithm on the boundaries. Please move the location of the RETURN statement to be located at the end of the routine (line 874).

2) ROMS/Nonlinear/set_data.F suggest that the WET_DRY catches for BOUNDARY(ng)%zeta_* be moved (from lines 868-909) to line 721. This would place the catches immediately after the zeta_* fields are set, and thus before the zeta_* fields may be used in ana_m2obc or any other place.

#315 arango arango Fixed Wrong CPP directive in congrad.F
Description

Corrected CPP directive in congrad.F when W4DPSAS is activated. We need to have:

# if defined W4DPSAS             || defined TL_W4DPSAS || \
     defined W4DPSAS_SENSITIVITY

instead of

# if defined TL_W4DPSAS          || defined TL_W4DPSAS || \
     defined W4DPSAS_SENSITIVITY

Many thanks to Andy Moore for reporting this bug.

I also corrected the reporting of ADJUST_BOUNDARY, ADJUST_STFLUX, and ADJUST_WSTRESS when running other adjoint-based algorithms.

#316 arango arango Fixed Upated matlab scripts to compute ROMS vertical coorditnates
Description

Removed the restriction that hc, the critical thickness controlling the vertical transformation, needs to be less or equal than the minimum depth (hmin) of a particular application when using Vtransform=2. Actually, hc can be any positive value and the tranformation works in both cases when hc < hmin and hc > 0. This is one of the main advantages of the new transformation.

This restriction only applies for the old transformation Vtransform=1.

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