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

    r2143 r2455  
    2222  ! module containing subroutine used for :           * 
    2323  !   - Forcing data interpolation              * 
    24   !   - Parent to Child coordinates interpolation           * 
     24  !   - Parent to Child coordinates interpolation        * 
    2525  !                           * 
    2626  !************************************************************************ 
     
    3333  !   subroutine agrif_interp             * 
    3434  !                        * 
    35   ! subroutine to interpolate coordinates          * 
     35  ! subroutine to interpolate coordinates       * 
    3636  !                        * 
    3737  ! - input :                    * 
    38   !     tabin : coarse grid coordinate variable          * 
     38  !     tabin : coarse grid coordinate variable       * 
    3939  !   typevar : position of interpolated variable on cells  * 
    4040  !                        * 
     
    499499    CALL set_child_name(filename,Child_file)  
    500500    CALL set_child_name(parent_coordinate_file,Childcoordinates) 
    501     CALL set_child_name(parent_bathy_level,childbathy) 
     501    CALL set_child_name(parent_meshmask_file,childbathy) 
    502502    WRITE(*,*) 'Child grid file name = ',TRIM(Child_file) 
    503503    ! 
     
    541541       ALLOCATE(mask(numlon,numlat,N)) 
    542542       CALL Init_mask(childbathy,G1,1,1) 
    543        CALL Init_mask(parent_bathy_level,G0,1,1) 
     543       CALL Init_mask(parent_meshmask_file,G0,1,1) 
    544544       ! 
    545545    ENDIF 
Note: See TracChangeset for help on using the changeset viewer.