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 4205 for branches/2013/dev_LOCEAN_2013/NEMOGCM/NEMO/LIM_SRC_3/iceini.F90 – NEMO

Ignore:
Timestamp:
2013-11-14T18:02:06+01:00 (10 years ago)
Author:
clem
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_LOCEAN_2013/NEMOGCM/NEMO/LIM_SRC_3/iceini.F90

    r4161 r4205  
    8989      CALL lim_itd_ini                 ! ice thickness distribution initialization 
    9090      ! 
    91       CALL lim_sbc_init                ! ice surface boundary condition    
    92  
    93  
    9491      !                                ! Initial sea-ice state 
    9592      IF( .NOT.ln_rstart ) THEN              ! start from rest 
     
    106103      ENDIF 
    107104      ! 
     105      CALL lim_sbc_init                ! ice surface boundary condition    
     106      ! 
    108107      fr_i(:,:) = at_i(:,:)           ! initialisation of sea-ice fraction 
     108      tn_ice(:,:,:) = t_su(:,:,:) 
    109109      ! 
    110110      nstart = numit  + nn_fsbc       
     
    248248      END DO 
    249249      ! 
    250       tn_ice(:,:,:) = t_su(:,:,:) 
    251250      ! 
    252251   END SUBROUTINE lim_itd_ini 
Note: See TracChangeset for help on using the changeset viewer.