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.
#948 (Uncorrect REBUILD for restart file with only ocean subdomains) – NEMO

Opened 12 years ago

Closed 9 years ago

Last modified 2 years ago

#948 closed Bug (fixed)

Uncorrect REBUILD for restart file with only ocean subdomains

Reported by: lovato Owned by: nemo
Priority: high Milestone:
Component: OCE Version: v3.4
Severity: Keywords: OPA rebuild v3.4
Cc:

Description

The restart file produced by the REBUILD TOOL do not account for the filling with some value of the neglected land subdomains, when the simulation is carried out only for the ocean subdomains (inimpp2).

In this case the rebuilt restart file presents NaNs? in all land areas, which are obviously not accounted in the loop over the single output files.

In turns out that using a single restart file produced by the rebuild to initialize NEMO with a different number of processors the set up of halos is not correct. This causes the failure of the model, e.g., in the schemes for computing the ssh.

A possible solution is to initialize to zero all the values in the ouput netcdf file, or a more refined one, which accounts for the domain decomposition in the rebuild tool and fill with zero only the land domain for which no output files are generated.

Commit History (2)

ChangesetAuthorTimeChangeLog
6415lovato2016-04-01T10:06:28+02:00

Update rebuild_nemo: include error exit code 9 (#1460) and zero fill of output arrays (#948)

6414lovato2016-04-01T10:06:07+02:00

Update rebuild_nemo: include error exit code 9 (#1460) and zero fill of output arrays (#948)

Change History (6)

comment:1 Changed 9 years ago by clevy

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

comment:2 Changed 8 years ago by nicolasmartin

  • Keywords rebuild added; REBUILD removed

comment:3 Changed 8 years ago by nicolasmartin

  • Keywords nemo_v3_4* added

comment:4 Changed 6 years ago by nemo

  • Keywords release-3.4* added; nemo_v3_4* removed

comment:5 Changed 6 years ago by nemo

  • Keywords release-3.4* removed

comment:6 Changed 2 years ago by nemo

  • Keywords OPA v3.4 added
Note: See TracTickets for help on using tickets.