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 5053 for branches/2015/dev_r5044_CNRS_LIM3CLEAN/NEMOGCM/NEMO/LIM_SRC_3/limdyn.F90 – NEMO

Ignore:
Timestamp:
2015-02-03T18:11:02+01:00 (9 years ago)
Author:
clem
Message:

LIM3 cleaning continues. No change in the physics besides the introduction of the monocategory sea ice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5044_CNRS_LIM3CLEAN/NEMOGCM/NEMO/LIM_SRC_3/limdyn.F90

    r5047 r5053  
    3131   USE timing          ! Timing 
    3232   USE limcons        ! conservation tests 
     33   USE limvar 
    3334 
    3435   IMPLICIT NONE 
     
    7576      CALL wrk_alloc( jpi, jpj, zu_io, zv_io ) 
    7677      CALL wrk_alloc( jpj, zswitch, zmsk ) 
     78 
     79      CALL lim_var_agg(1)             ! aggregate ice categories 
    7780 
    7881      IF( kt == nit000 )   CALL lim_dyn_init   ! Initialization (first time-step only) 
     
    241244      !!------------------------------------------------------------------- 
    242245      INTEGER  ::   ios                 ! Local integer output status for namelist read 
    243       NAMELIST/namicedyn/ cw, pstar,   & 
    244          &                c_rhg, creepl, ecc, ahi0,     & 
    245          &                nevp, relast, hminrhg 
     246      NAMELIST/namicedyn/ cw, pstar, c_rhg, creepl, ecc, ahi0, nevp, relast 
    246247      !!------------------------------------------------------------------- 
    247248 
     
    267268         WRITE(numout,*) '   number of iterations for subcycling              nevp   = ', nevp 
    268269         WRITE(numout,*) '   ratio of elastic timescale over ice time step    relast = ', relast 
    269          WRITE(numout,*) '   min ice thickness for rheology calculations     hminrhg = ', hminrhg 
    270270      ENDIF 
    271271      ! 
Note: See TracChangeset for help on using the changeset viewer.