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.
#2712 (Creation of huge restart files with AGRIF Nesting tools) – NEMO

Opened 3 years ago

Closed 3 years ago

#2712 closed Defect (fixed)

Creation of huge restart files with AGRIF Nesting tools

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

Description

Context

Robinson Hordoir reported trouble to create big restart files (i.e. > 2Gb) with AGRIF Nesting tools.
See https://nemo-ocean.discourse.group/t/agrif-creating-restart-files/104

Analysis

Explicitly setting Netcdf 4 file creation does circumvent the problem.

Recommendation

Replace in tools/NESTING/src/agrif_create_restart.f90:

status = nf90_create(Child_file,NF90_WRITE,ncid)

by

status = nf90_create(Child_file,NF90_NETCDF4,ncid)

Commit History (1)

ChangesetAuthorTimeChangeLog
15142jchanut2021-07-26T10:40:54+02:00

#2712, Robinson's fix for creating AGRIF big restart files

Change History (2)

comment:1 Changed 3 years ago by jchanut

In 15142:

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

comment:2 Changed 3 years ago by jchanut

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