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.
#1869 (NESTING TOOLS AGRIF create restart files larger than 2GB (64bit_offset)) – NEMO

Opened 7 years ago

Closed 5 years ago

#1869 closed Enhancement (fixed)

NESTING TOOLS AGRIF create restart files larger than 2GB (64bit_offset)

Reported by: jharlass Owned by: sciliberti
Priority: low Milestone:
Component: AGRIF Version: v3.6
Severity: minor Keywords: AGRIF Tools nesting
Cc: sciliberti

Description

Context

Current NESTING TOOL version (rev. 7752) does not support NetCDF restart files larger than 2GB (64bit_offset) created with agrif_create_restart.exe.

Changes

Add 64 bit offset In: agrif_create_restart.f90

  • Version

     
    113113  !        
    114114  CALL set_child_name(parent_coordinate_file,Childcoordinates)    
    115115  CALL set_child_name(parent_meshmask_file,Childbathy)  
    116116  CALL set_child_name(parent_bathy_meter,Childbathymeter)    
    117117 
    118118  ! create this file 
    119119  ! 
    120120  IF( .NOT. dimg ) THEN            
    121121     CALL set_child_name(restart_file,Child_file) 
    122      status = nf90_create(Child_file,NF90_WRITE,ncid) 
     122     status = nf90_create(Child_file,cmode=or(NF90_WRITE,NF90_64BIT_OFFSET),ncid=ncid) 
    123123     status = nf90_close(ncid) 
    124124     WRITE(*,*) 'Child grid restart file name = ',TRIM(Child_file)       
    125125     WRITE(*,*) '' 

Commit History (0)

(No commits)

Change History (6)

comment:1 Changed 7 years ago by nemo

  • Keywords nesting added; NESTING removed

comment:2 Changed 7 years ago by nemo

  • Keywords tools added; TOOLS removed

comment:3 Changed 7 years ago by clevy

  • Owner changed from nemo to jchanut

comment:4 Changed 7 years ago by clevy

  • Cc sciliberti added
  • Owner changed from jchanut to sciliberti
  • Status changed from new to assigned

comment:5 Changed 6 years ago by nemo

  • Keywords Tools added; tools removed

comment:6 Changed 5 years ago by jchanut

  • Resolution set to fixed
  • Severity set to minor
  • Status changed from assigned to closed

Use the very last NESTING tool version (no correction made to the one provided with NEMO 3.6_STABLE)

Note: See TracTickets for help on using tickets.