New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
#2594 (Misplaced boundary conditions on avm with AGRIF) – NEMO

Opened 4 years ago

Closed 3 years ago

#2594 closed Bug (fixed)

Misplaced boundary conditions on avm with AGRIF

Reported by: jchanut Owned by: systeam
Priority: low Milestone:
Component: AGRIF Version: trunk
Severity: minor Keywords:
Cc:

Description

Context

AGRIF boundary condition on avm (with tke or gls schemes)

Analysis

The boundary condition on vertical viscosity (needed with schemes that do use vertical shear) is applied on avm_k, after avm has been updated by avm_k. Hence it does really overwrite the current value of avm as seen in outputs. However, this has no impact on the results.

Fix

Call Agrif_avm before setting avm=avm_k so that correct boundary value is found in outputs

...

Commit History (2)

ChangesetAuthorTimeChangeLog
15565jchanut2021-12-01T18:10:11+01:00

#2594, move AGRIF boundary conditions on avm_k (cosmetic)

15553jchanut2021-11-29T12:36:23+01:00

#2594: move agrif bdy update on avm_k at the right place

Change History (3)

comment:1 Changed 3 years ago by jchanut

In 15553:

Error: Failed to load processor CommitTicketReference
No macro or processor named 'CommitTicketReference' found

comment:2 Changed 3 years ago by jchanut

In 15565:

Error: Failed to load processor CommitTicketReference
No macro or processor named 'CommitTicketReference' found

comment:3 Changed 3 years ago by jchanut

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.