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 7421 for branches/2016/dev_merge_2016/NEMOGCM/NEMO/NST_SRC/agrif_ice.F90 – NEMO

Ignore:
Timestamp:
2016-12-01T18:10:41+01:00 (8 years ago)
Author:
flavoni
Message:

#1811 merge dev_CNRS_MERATOR_2016 with dev_merge_2016 branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_merge_2016/NEMOGCM/NEMO/NST_SRC/agrif_ice.F90

    r3680 r7421  
    55   !!---------------------------------------------------------------------- 
    66   !! History :  3.4  ! 2012-08  (R. Benshila)  Original code 
     7   !!            3.6  ! 2016-05  (C. Rousset)   Add LIM3 compatibility 
    78   !!---------------------------------------------------------------------- 
    89#if defined key_agrif && defined key_lim2 
     
    5960   END FUNCTION agrif_ice_alloc 
    6061 
     62#elif defined key_agrif && defined key_lim3 
     63   !!---------------------------------------------------------------------- 
     64   !!   'key_agrif'                                              AGRIF zoom 
     65   !!----------------------------------------------------------------------    
     66   IMPLICIT NONE 
     67   PRIVATE  
     68 
     69   INTEGER, PUBLIC ::  u_ice_id, v_ice_id, tra_ice_id 
     70   INTEGER, PUBLIC ::  lim_nbstep = 0    ! child time position in sea-ice model 
     71 
     72   !!---------------------------------------------------------------------- 
     73   !! NEMO/NST 3.6 , NEMO Consortium (2016) 
     74   !! $Id$ 
     75   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     76   !!---------------------------------------------------------------------- 
     77 
    6178#endif 
    6279   !!====================================================================== 
Note: See TracChangeset for help on using the changeset viewer.