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.
#1227 (Issues with vvl initialization) – NEMO

Opened 10 years ago

Closed 10 years ago

#1227 closed Bug (fixed)

Issues with vvl initialization

Reported by: jchanut Owned by: nemo
Priority: normal Milestone:
Component: OCE Version: v3.6
Severity: Keywords:
Cc:

Description

I found several bugs that make impossible the correct initialization of the vertical grid with key_vvl. These are more or less related to what is done in domvvl module. They make restartability impossible with key_vvl, hence in AMM12.

  1. sshn should be read in the dom_vvl_rst routine since fsde3w_n depends on ssh
  2. in domain.F90, shortcuts such as e12t(:,:) arrays are defined after the call to dom_vvl_init. Yet dom_vvl_interpol called in dom_vvl_init need these arrays.
  3. dom_vvl_rst makes use of neuler (initialized to zero) but it as not been initialized at this time. neuler=0 is thus assumed all the time. Setting neuler in the namelist (ticket #1225) should fix this.

Commit History (2)

ChangesetAuthorTimeChangeLog
4370jchanut2014-01-23T18:13:16+01:00

Time split cleaning / AMM12 restart / BDY and Agrif. See tickets #1228, #1227, #1225 and #1133

4366jchanut2014-01-22T15:57:03+01:00

correct vvl initialization, ticket #1227

Change History (2)

comment:1 Changed 10 years ago by jchanut

https://forge.ipsl.jussieu.fr/nemo/changeset/4366/branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/OPA_SRC

comment:2 Changed 10 years ago by jchanut

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