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 13370 for vendors/AGRIF/dev_r12970_AGRIF_CMEMS/AGRIF_FILES/modinterp.F90 – NEMO

Ignore:
Timestamp:
2020-07-31T11:00:33+02:00 (4 years ago)
Author:
jchanut
Message:

#2222, changes to allow less vertical levels over child grid than parent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendors/AGRIF/dev_r12970_AGRIF_CMEMS/AGRIF_FILES/modinterp.F90

    r13144 r13370  
    199199    if (.not.find_list_interp) then 
    200200! 
    201         call Agrif_get_var_bounds_array(child, lowerbound, upperbound, nbdim) 
     201        call Agrif_get_var_bounds_array(child, lowerbound, upperbound, nbdim, parent) 
    202202        call Agrif_Childbounds(nbdim, lowerbound, upperbound,               & 
    203203                               pttab, petab, Agrif_Procrank, coords,        & 
     
    968968            end select 
    969969! 
    970             call Agrif_get_var_bounds_array(child,lowerbound,upperbound,nbdim) 
     970            call Agrif_get_var_bounds_array(child,lowerbound,upperbound,nbdim,parent) 
    971971 
    972972#if defined AGRIF_MPI 
Note: See TracChangeset for help on using the changeset viewer.