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 11610 for NEMO/branches/2019/dev_r11233_AGRIF-05_jchanut_vert_coord_interp/src/NST/agrif_top_update.F90 – NEMO

Ignore:
Timestamp:
2019-09-27T14:08:17+02:00 (5 years ago)
Author:
jchanut
Message:

#2222, fixes to enable compiling AGRIF with TOP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11233_AGRIF-05_jchanut_vert_coord_interp/src/NST/agrif_top_update.F90

    r11607 r11610  
    1919   USE par_trc 
    2020   USE trc 
     21   USE vremap 
    2122 
    2223   IMPLICIT NONE 
     
    6465      !! 
    6566      INTEGER :: ji,jj,jk,jn 
    66       REAL(wp), DIMENSION(i1:i2,j1:j2,1:jpk,n1:n2) :: tabres_child 
     67      REAL(wp) :: ztb, ztnu, ztno 
    6768      REAL(wp) :: h_in(k1:k2) 
    6869      REAL(wp) :: h_out(1:jpk) 
    6970      INTEGER  :: N_in, N_out 
    7071      REAL(wp) :: h_diff 
    71       REAL(wp) :: zrho_xy 
    7272      REAL(wp) :: tabin(k1:k2,n1:n2) 
     73      REAL(wp), DIMENSION(i1:i2,j1:j2,1:jpk,1:jptra) :: tabres_child 
    7374      !!--------------------------------------------- 
    7475      ! 
    7576      IF (before) THEN 
    7677         AGRIF_SpecialValue = -999._wp 
    77          zrho_xy = Agrif_rhox() * Agrif_rhoy()  
    7878         DO jn = n1,n2-1 
    7979            DO jk=k1,k2 
Note: See TracChangeset for help on using the changeset viewer.