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 3517 for branches/2012/dev_r3385_NOCS04_HAMF/NEMOGCM/NEMO/LIM_SRC_3/iceini.F90 – NEMO

Ignore:
Timestamp:
2012-10-26T12:13:21+02:00 (11 years ago)
Author:
gm
Message:

gm: Branch: dev_r3385_NOCS04_HAMF; #665. update sbccpl ; change LIM3 from equivalent salt flux to salt flux and mass flux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3385_NOCS04_HAMF/NEMOGCM/NEMO/LIM_SRC_3/iceini.F90

    r3294 r3517  
    7979      CALL lim_thd_sal_init            ! set ice salinity parameters 
    8080      ! 
    81       rdt_ice = nn_fsbc * rdttra(1)    ! sea-ice timestep 
     81      rdt_ice   = nn_fsbc * rdttra(1)  ! sea-ice timestep 
     82      r1_rdtice = 1._wp / rdt_ice      ! sea-ice timestep inverse 
    8283      ! 
    8384      CALL lim_msh                     ! ice mesh initialization 
Note: See TracChangeset for help on using the changeset viewer.