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

Ignore:
Timestamp:
2018-12-11T21:00:08+01:00 (5 years ago)
Author:
clem
Message:

attempt to correct several bugs in the NESTING tools. With this version, domcfg.nc file should be written correctly and the partial steps should be taken into account.

File:
1 edited

Legend:

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

    r10093 r10381  
    560560    CALL set_child_name(filename,Child_file)  
    561561    CALL set_child_name(parent_coordinate_file,Childcoordinates) 
    562     CALL set_child_name(parent_bathy_file,childbathy) 
     562    CALL set_child_name(parent_bathy_level,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_bathy_file,G0,1,1) 
     604       CALL Init_mask(parent_bathy_level,G0,1,1) 
    605605       ! 
    606606    ENDIF 
Note: See TracChangeset for help on using the changeset viewer.