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 6736 for branches/NERC/dev_r3874_FASTNEt/NEMOGCM/NEMO/LIM_SRC_2/limtrp_2.F90 – NEMO

Ignore:
Timestamp:
2016-06-24T09:50:27+02:00 (8 years ago)
Author:
jamesharle
Message:

FASTNEt code modifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r3874_FASTNEt/NEMOGCM/NEMO/LIM_SRC_2/limtrp_2.F90

    r3764 r6736  
    2828   USE lib_mpp         ! MPP library 
    2929   USE wrk_nemo        ! work arrays 
    30 # if defined key_agrif 
    31    USE agrif_lim2_interp ! nesting 
    32 # endif 
    3330   USE lib_fortran     ! Fortran utilities (allows no signed zero when 'key_nosignedzero' defined) 
    3431 
     
    8481 
    8582      IF( kt == nit000  )   CALL lim_trp_init_2      ! Initialization (first time-step only) 
    86  
    87 # if defined key_agrif 
    88       CALL agrif_trp_lim2_load      ! First interpolation 
    89 # endif 
    9083 
    9184      zsm(:,:) = area(:,:) 
     
    277270      ENDIF 
    278271      ! 
    279 # if defined key_agrif 
    280       CALL agrif_trp_lim2      ! Fill boundaries of the fine grid 
    281 # endif 
    282       !  
    283272      CALL wrk_dealloc( jpi, jpj, zui_u , zvi_v , zsm, zs0ice, zs0sn , zs0a, zs0c0 , zs0c1 , zs0c2 , zs0st ) 
    284273      ! 
Note: See TracChangeset for help on using the changeset viewer.