Custom Query (986 matches)
Results (232 - 234 of 986)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#316 | 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. |
|||
#318 | Done | Updated 4DVAR adjustment of open boundaries | ||
Description |
This is a big update to the 4DVAR adjustment of open boundaries, ADJUST_BOUNDARY. Several bugs were corrected. Also, the adjustment of 2D momentum at the open boundaries was revisited. This adjustment is now computed by integrating the 3D momentum increments. This is consistent with other adjoint-based algorithms. Many thanks to Andy Moore for his great help in debugging and testing this algorithm. The following changes were coded:
I also corrected couple of bugs reported by Gregoire Broquet and Jerome Fiechter. |
|||
#320 | Fixed | More corrections to the 4DVAR adjustment of open boundaries | ||
Description |
Additional changes were made to the 4DVAR adjustment of open boundaries, ADJUST_BOUNDARY. We need to separate the adjustment of 2D momentum in 3D applications. The modules tl_obc_adjust.F, rp_obc_adjust.F, and ad_obc_adjust.F now have an additional routine to compute the vertical integral of 3D momentum increments used in the 2D momentum adjustments. These are now computed in tl_obc2d_adjust, rp_obc2d_adjust, and ad_obc2d_adjust, respectively. Also corrected rp_set_depth_bry. This routine is special and now is equivalent to tl_set_depth_bry. The additional terms that are added during the representer (finite amplitude tangent linear) model transformation are not needed here because of the way that the adjustments to the boundary are computed. As always, many thanks to Andy Moore for his help in debugging and testing this algorithm. |