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 719 for trunk/NEMO/LIM_SRC/iceini.F90 – NEMO

Ignore:
Timestamp:
2007-10-16T16:59:56+02:00 (17 years ago)
Author:
ctlod
Message:

get back to the nemo_v2_3 version for trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC/iceini.F90

    • Property svn:keywords changed from Id to Author Date Id Revision
    r717 r719  
    1717   USE dom_oce 
    1818   USE dom_ice 
     19   USE in_out_manager 
    1920   USE ice_oce         ! ice variables 
    20    USE sbc_oce         ! surface boundary condition: ocean 
    21    USE sbc_ice         ! surface boundary condition: ice 
     21   USE flx_oce 
    2222   USE phycst          ! Define parameters for the routines 
    2323   USE ocfzpt 
     
    2727   USE limrst    
    2828   USE ini1d           ! initialization of the 1D configuration 
    29    USE in_out_manager 
    3029       
    3130   IMPLICIT NONE 
     
    4140   !!---------------------------------------------------------------------- 
    4241   !!   LIM 2.0,  UCL-LOCEAN-IPSL (2005)  
    43    !! $Id$ 
     42   !! $Header$  
    4443   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    4544   !!---------------------------------------------------------------------- 
     
    6362                  
    6463      ! Louvain la Neuve Ice model 
    65       dtsd2   = nn_fsbc * rdttra(1) * 0.5 
    66       rdt_ice = nn_fsbc * rdttra(1) 
     64      IF( nacc == 1 ) THEN 
     65          dtsd2   = nfice * rdtmin * 0.5 
     66          rdt_ice = nfice * rdtmin 
     67      ELSE 
     68          dtsd2   = nfice * rdt * 0.5 
     69          rdt_ice = nfice * rdt 
     70      ENDIF 
    6771 
    6872      CALL lim_msh                    ! ice mesh initialization 
Note: See TracChangeset for help on using the changeset viewer.