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 6404 for branches/2015/dev_r5803_UKMO_AGRIF_Vert_interp/NEMOGCM/NEMO/NST_SRC/agrif_top_interp.F90 – NEMO

Ignore:
Timestamp:
2016-03-29T11:24:48+02:00 (8 years ago)
Author:
timgraham
Message:

First attempt at upgrading branch to the head of the trunk. This should include all of the simplification branch from the merge in Dec 2015.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5803_UKMO_AGRIF_Vert_interp/NEMOGCM/NEMO/NST_SRC/agrif_top_interp.F90

    r6401 r6404  
    44   USE oce 
    55   USE dom_oce       
    6    USE sol_oce 
    76   USE agrif_oce 
    87   USE agrif_top_sponge 
     
    1716   PUBLIC Agrif_trc, interptrn 
    1817 
    19 #  include "domzgr_substitute.h90"   
    2018#  include "vectopt_loop_substitute.h90" 
    2119  !!---------------------------------------------------------------------- 
     
    2422   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
    2523   !!---------------------------------------------------------------------- 
    26  
    27    CONTAINS 
     24CONTAINS 
    2825 
    2926   SUBROUTINE Agrif_trc 
     
    4138      ! 
    4239   END SUBROUTINE Agrif_trc 
     40 
    4341 
    4442   SUBROUTINE interptrn(ptab,i1,i2,j1,j2,k1,k2,n1,n2,before,nb,ndir) 
Note: See TracChangeset for help on using the changeset viewer.