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.
#1705 (Missing restarting functionality for stochastic parametrization parameters) – NEMO

Opened 8 years ago

Closed 8 years ago

#1705 closed Bug (fixed)

Missing restarting functionality for stochastic parametrization parameters

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

Description

Currently, there is no way to restart a run with the same stochastic parameters than a previous one.

One solution is to add in step.F90:

      IF( ln_sto_eos       )   CALL sto_rst_write( kstp )

just after:

      IF( lrst_oce         )   CALL rst_write( kstp )       

This will lead to write a restart file for the stochastic parameters.

Commit History (2)

ChangesetAuthorTimeChangeLog
6464pabouttier2016-04-11T13:09:42+02:00

Add restarting functionality for stochastic parametrization parameters; See ticket #1705

6405pabouttier2016-03-29T13:54:37+02:00

Add restarting functionality for stochastic parametrization parameters; See ticket #1705

Change History (1)

comment:1 Changed 8 years ago by pabouttier

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in the revision 6405.

Note: See TracTickets for help on using tickets.