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.
#2736 (vertical scale facors not recalculated when ssh/=0) – NEMO

Opened 3 years ago

Last modified 2 years ago

#2736 assigned Bug

vertical scale facors not recalculated when ssh/=0

Reported by: clem Owned by: systeam
Priority: low Milestone:
Component: DOM Version: v4.0.*
Severity: minor Keywords:
Cc:

Description

I think there is a problem with vertical scale factors in istate.F90 when ssh/=0 and linssh=false (either with wetting and drying or with user defined ssh). Gurvan wrote a comment in the code also.
Vertical scale factors must be recalculated in these cases and they are not.

Solution:
simply call dom_vvl_zgr

I am not sure it applies to the trunk because I do not know where ssh is initialized wrt vertical scale factors

Commit History (1)

ChangesetAuthorTimeChangeLog
15458clem2021-10-28T17:12:05+02:00

4.0-HEAD: recalculate vertical scale factors in istate.F90 for wetting and drying and user defined configurations (related to change of ssh). Should solve ticket #2736 for 4.0. Not sure we also need to change the trunk?

Change History (3)

comment:1 Changed 2 years ago by jchanut

You could get inspiration from the changes made to domvvl.F90 in the VORTEX test case (MY_SRC).

comment:2 Changed 2 years ago by clem

In 15458:

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

comment:3 Changed 2 years ago by nemo

  • Owner set to systeam
  • Status changed from new to assigned
Note: See TracTickets for help on using tickets.