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 10093 for utils/tools/NESTING/src/agrif_create_restart.f90 – NEMO

Ignore:
Timestamp:
2018-09-06T12:35:27+02:00 (6 years ago)
Author:
clem
Message:

just cosmetics for a better understanding of the namelist parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools/NESTING/src/agrif_create_restart.f90

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