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

    r10025 r10093  
    560560    CALL set_child_name(filename,Child_file)  
    561561    CALL set_child_name(parent_coordinate_file,Childcoordinates) 
    562     CALL set_child_name(parent_meshmask_file,childbathy) 
     562    CALL set_child_name(parent_bathy_file,childbathy) 
    563563    WRITE(*,*) 'Child grid file name = ',TRIM(Child_file) 
    564564    ! 
     
    602602       ALLOCATE(mask(numlon,numlat,N)) 
    603603       CALL Init_mask(childbathy,G1,1,1) 
    604        CALL Init_mask(parent_meshmask_file,G0,1,1) 
     604       CALL Init_mask(parent_bathy_file,G0,1,1) 
    605605       ! 
    606606    ENDIF 
Note: See TracChangeset for help on using the changeset viewer.