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 662 for trunk/AGRIF/AGRIF_FILES/modlinktomodel.F – NEMO

Ignore:
Timestamp:
2007-05-25T17:58:52+02:00 (17 years ago)
Author:
opalod
Message:

RB: update Agrif internal routines with a new update scheme and performance improvment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AGRIF/AGRIF_FILES/modlinktomodel.F

    r396 r662  
    1919C 
    2020C 
    21 C 
    2221      Module Agrif_link 
    2322C 
     
    3130c        external Agrif_detect 
    3231C 
    33       IMPLICIT NONE         
    3432        external Agrif_probdim_modtype_def 
    3533        external Agrif_clustering_def 
     
    4038         TYPE(Agrif_Grid), Pointer :: Agrif_Gr   ! Pointer on the current grid   
    4139         End Subroutine Agrif_Set_numberofcells 
    42          
     40      End interface 
     41      Interface 
    4342         Subroutine Agrif_Get_numberofcells(Agrif_Gr) 
    4443         Use Agrif_Types, Only : Agrif_grid 
    4544         TYPE(Agrif_Grid), Pointer :: Agrif_Gr   ! Pointer on the current grid   
    4645         End Subroutine Agrif_Get_numberofcells 
    47           
     46      End interface 
     47      Interface 
    4848         Subroutine Agrif_Allocationcalls(Agrif_Gr) 
    4949         Use Agrif_Types, Only : Agrif_grid 
     
    5151         End Subroutine Agrif_Allocationcalls 
    5252      End interface 
    53     
     53C    
    5454      End Module Agrif_link 
    5555C     ************************************************************************** 
Note: See TracChangeset for help on using the changeset viewer.