Small typos in BBL routines (develop branch)

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
stlaur
Posts: 39
Joined: Sun Jun 27, 2010 8:45 pm
Location: Old Dominion University

Small typos in BBL routines (develop branch)

#1 Unread post by stlaur »

Little typos in the newly updated BBL routines ("develop" branch).

In ROMS/Nonlinear/BBL/mb_bbl.h, line 312,

Code: Select all

# ifdef MB_BBL_CALC_UB
(should be "MB_CALC_UB" instead).

In ROMS/Nonlinear/BBL/mb_bbl.h, line 662,

Code: Select all

      CALL bc_u2d_tile (ng, tile,                                       &
should be "bc_r2d" instead (bustrcwmax is defined at the rho points).

In ROMS/Nonlinear/BBL/sg_bbl.h, line 634,

Code: Select all

      CALL bc_u2d_tile (ng, tile,                                       &
should be "bc_r2d" instead (bustrcwmax is defined at the rho points).

Pierre

User avatar
arango
Site Admin
Posts: 1385
Joined: Wed Feb 26, 2003 4:41 pm
Location: DMCS, Rutgers University
Contact:

Re: Small typos in BBL routines (develop branch)

#2 Unread post by arango »

Thanks, Pierre. Good catch. Yes, the stress components due to waves and currents are computed at RHO-points. We also need to correct the metadata for those variables in varinfo.yaml. I will include that correction in a branch I am working on for the ECB model. By the way, excellent work implementing that model. I needed to review several papers available for this model, as it is my policy to thoroughly examine the literature for every algorithm included in ROMS. It is advisable to do so in community models.

Post Reply