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 6989 for branches/2016/dev_v3_6_STABLE_r6506_AGRIF_LIM3/NEMOGCM/NEMO/LIM_SRC_3/ice.F90 – NEMO

Ignore:
Timestamp:
2016-10-05T09:43:42+02:00 (8 years ago)
Author:
clem
Message:

use a namelist parameter to choose between the different advection schemes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_v3_6_STABLE_r6506_AGRIF_LIM3/NEMOGCM/NEMO/LIM_SRC_3/ice.F90

    r6796 r6989  
    200200 
    201201   !                                     !!** ice-dynamics namelist (namicedyn) ** 
     202                                          ! -- limtrp & limadv -- ! 
     203   INTEGER , PUBLIC ::   nn_limadv        !: choose the advection scheme (-1=Prather ; 0=Ultimate-Macho) 
     204   INTEGER , PUBLIC ::   nn_limadv_ord    !: choose the order of the advection scheme (if Ultimate-Macho)    
    202205                                          ! -- limitd_me -- ! 
    203206   INTEGER , PUBLIC ::   nn_icestr        !: ice strength parameterization (0=Hibler79 1=Rothrock75) 
     
    281284   REAL(wp), PUBLIC ::   rdt_ice          !: ice time step 
    282285   REAL(wp), PUBLIC ::   r1_rdtice        !: = 1. / rdt_ice 
    283    REAL(wp), PUBLIC ::   usecc2           !:  = 1.0 / ( rn_ecc * rn_ecc ) 
    284    REAL(wp), PUBLIC ::   rhoco            !: = rau0 * cio 
    285286   REAL(wp), PUBLIC ::   r1_nlay_i        !: 1 / nlay_i 
    286287   REAL(wp), PUBLIC ::   r1_nlay_s        !: 1 / nlay_s  
Note: See TracChangeset for help on using the changeset viewer.