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.
#1863 (Restartabilty issues with ISF in coupled mode) – NEMO

Opened 7 years ago

Closed 7 years ago

#1863 closed Bug (fixed)

Restartabilty issues with ISF in coupled mode

Reported by: cetlod Owned by: cetlod
Priority: low Milestone:
Component: OCE Version: v3.6
Severity: Keywords:
Cc: frrh

Description

In coupled mode, the ISF initialisation is done after receiving fields from atmosphere, and thus after reading fields from restart file. Which breaks restartability.

One solution could be to do what have been done for sbcrnf.F90 which means : 

  • move the initialisation part of ISF from subroutine sbc_isf( kt)  to a new routine sbc_isf_init 
  • in sbcmod/sbc_init, do a CALL of sbc_isf_init if needed ( nn_isf ne 0 )

Commit History (2)

ChangesetAuthorTimeChangeLog
7784cetlod2017-03-10T17:12:32+01:00

Bugfix on NEMO restartability in coupled mode when using ISF, see ticket #1863

7783mathiot2017-03-09T17:34:01+01:00

Create a branch to fix ticket #1863 about ISF restartibility in cpl mode

Change History (5)

comment:1 Changed 7 years ago by cetlod

A mistake in the first sentence. Read this instead : 

In coupled mode the ISF initialisation,  and thus the reading of restart fields, is done after receiving fields from atmosphere. Which breaks restarttability

comment:2 Changed 7 years ago by frrh

  • Cc frrh added

comment:3 Changed 7 years ago by clevy

  • Owner changed from nemo to mathiot

comment:4 Changed 7 years ago by clevy

  • Owner changed from mathiot to cetlod

comment:5 Changed 7 years ago by cetlod

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