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 10399 for NEMO/branches/2018/dev_r9947_SI3_advection/src/ICE/ice.F90 – NEMO

Ignore:
Timestamp:
2018-12-17T12:25:09+01:00 (5 years ago)
Author:
clem
Message:

improve ice advection (toward an acceptable solution)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r9947_SI3_advection/src/ICE/ice.F90

    r10312 r10399  
    145145   INTEGER , PUBLIC ::   nn_nevp          !: number of iterations for subcycling 
    146146   REAL(wp), PUBLIC ::   rn_relast        !: ratio => telast/rdt_ice (1/3 or 1/9 depending on nb of subcycling nevp)  
     147   ! 
     148   !                                     !!** ice-advection namelist (namdyn_adv) ** 
     149   LOGICAL , PUBLIC ::   ln_adv_Pra       !: Prather        advection scheme 
     150   LOGICAL , PUBLIC ::   ln_adv_UMx       !: Ultimate-Macho advection scheme 
    147151   ! 
    148152   !                                     !!** ice-surface forcing namelist (namforcing) ** 
Note: See TracChangeset for help on using the changeset viewer.