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

Ignore:
Timestamp:
2017-09-06T19:02:43+02:00 (7 years ago)
Author:
clem
Message:

changes in style - part5 - start changing init routines

File:
1 edited

Legend:

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

    r8504 r8505  
    117117      !---------- 
    118118      SELECT CASE ( nn_limadv ) 
    119       CASE ( 0 )                    !--  Ultimate-MACHO scheme 
     119      CASE ( 0 )                    !-- ULTIMATE-MACHO scheme 
    120120         CALL ice_adv_umx( kt, u_ice, v_ice,  & 
    121121            &              ato_i, v_i, v_s, smv_i, oa_i, a_i, a_ip, v_ip, e_s, e_i ) 
    122122          
    123       CASE ( -1 )                   !-- Prather scheme 
     123      CASE ( -1 )                   !-- PRATHER scheme 
    124124         CALL ice_adv_prather( kt, u_ice, v_ice,  & 
    125125            &                  ato_i, v_i, v_s, smv_i, oa_i, a_i, a_ip, v_ip, e_s, e_i ) 
Note: See TracChangeset for help on using the changeset viewer.