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 8518 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/icedyn.F90 – NEMO

Ignore:
Timestamp:
2017-09-13T18:46:56+02:00 (7 years ago)
Author:
clem
Message:

changes in style - part6 - commits of the day

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/icedyn.F90

    r8517 r8518  
    4242   ! 
    4343   ! ** namelist (namdyn) ** 
    44    REAL(wp) ::   rn_uice          ! prescribed u-vel (case np_dynADV) 
    45    REAL(wp) ::   rn_vice          ! prescribed v-vel (case np_dynADV) 
     44   LOGICAL  ::   ln_dynFULL       ! full ice dynamics               (rheology + advection + ridging/rafting + correction) 
     45   LOGICAL  ::   ln_dynRHGADV     ! no ridge/raft & no corrections  (rheology + advection) 
     46   LOGICAL  ::   ln_dynADV        ! only advection w prescribed vel.(rn_uvice + advection) 
     47   REAL(wp) ::   rn_uice          !    prescribed u-vel (case np_dynADV) 
     48   REAL(wp) ::   rn_vice          !    prescribed v-vel (case np_dynADV) 
    4649    
    4750   !! * Substitutions 
Note: See TracChangeset for help on using the changeset viewer.