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_trc.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_trc.f90

    r2455 r10093  
    100100  !        
    101101  CALL set_child_name(parent_coordinate_file,Childcoordinates)    
    102   CALL set_child_name(parent_meshmask_file,Childbathy)  
     102  CALL set_child_name(parent_bathy_file,Childbathy)  
    103103  CALL set_child_name(parent_bathy_meter,Childbathymeter)    
    104104  ! 
     
    142142  ENDIF 
    143143  ! 
    144   CALL Init_tmask(parent_meshmask_file,G0,x,y) 
     144  CALL Init_tmask(parent_bathy_file,G0,x,y) 
    145145  CALL Init_tmask(childbathy,G1,nxfin,nyfin) 
    146146   
Note: See TracChangeset for help on using the changeset viewer.