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 2077 for branches/devmercator2010/NEMO/LIM_SRC_2/iceini_2.F90 – NEMO

Ignore:
Timestamp:
2010-09-09T10:43:51+02:00 (14 years ago)
Author:
cbricaud
Message:

commit change from DEV_r1784_3DF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/devmercator2010/NEMO/LIM_SRC_2/iceini_2.F90

    r2076 r2077  
    66   !! History :   1.0  !  02-08  (G. Madec)  F90: Free form and modules 
    77   !!             2.0  !  03-08  (C. Ethe)  add ice_run 
    8    !!             3.3  !  09-05  (G.Garric) addition of the lim2_evp case 
    98   !!---------------------------------------------------------------------- 
    109#if defined key_lim2 
     
    3130 
    3231   PUBLIC   ice_init_2               ! called by sbcice_lim_2.F90 
    33  
    34    INTEGER , PUBLIC  ::     numit                  !: iteration number 
    35  
    3632 
    3733   !!---------------------------------------------------------------------- 
     
    6662      ENDIF 
    6763       
    68       tn_ice(:,:,1) = sist(:,:)       ! initialisation of ice temperature    
     64      tn_ice(:,:,1) = sist(:,:)         ! initialisation of ice temperature    
    6965      fr_i  (:,:) = 1.0 - frld(:,:)   ! initialisation of sea-ice fraction     
    70       ! 
    71       numit = nit000 - 1              !initialisation ice time-step 
    72  
    7366      ! 
    7467   END SUBROUTINE ice_init_2 
Note: See TracChangeset for help on using the changeset viewer.