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.
Changeset 2455 for branches/nemo_v3_3_beta/NEMOGCM/TOOLS/NESTING/src/agrif_create_restart.f90 – NEMO

Ignore:
Timestamp:
2010-12-06T12:55:53+01:00 (13 years ago)
Author:
smasson
Message:

v3_3_bet: bugfix in nesting tools, see #773

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/TOOLS/NESTING/src/agrif_create_restart.f90

    r2143 r2455  
    113113  !        
    114114  CALL set_child_name(parent_coordinate_file,Childcoordinates)    
    115   CALL set_child_name(parent_bathy_level,Childbathy)  
     115  CALL set_child_name(parent_meshmask_file,Childbathy)  
    116116  CALL set_child_name(parent_bathy_meter,Childbathymeter)    
    117117  ! 
     
    165165  ENDIF 
    166166  ! 
    167   CALL Init_mask(parent_bathy_level,G0,x,y) 
     167  CALL Init_mask(parent_meshmask_file,G0,x,y) 
    168168  CALL Init_mask(childbathy,G1,1,1) 
    169169 
Note: See TracChangeset for help on using the changeset viewer.