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

Ignore:
Timestamp:
2008-05-30T18:21:28+02:00 (16 years ago)
Author:
ctlod
Message:

trunk: replace freeze(:,:) variable with fr_i(:,:), use the tfreez function defined in eosbn2.F90 and remove the useless ocfzpt.F90 module, see ticket: #177

File:
1 edited

Legend:

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

    r921 r1037  
    1616   USE sbc_ice         ! Surface boundary condition: ice fields 
    1717   USE phycst          ! Define parameters for the routines 
    18    USE ocfzpt 
    1918   USE ice 
    2019   USE limmsh 
     
    9392      ENDIF 
    9493 
    95       freeze(:,:) = at_i(:,:)   ! initialisation of sea/ice cover     
     94      fr_i(:,:) = at_i(:,:)           ! initialisation of sea-ice fraction 
    9695# if defined key_coupled 
    9796      Must be adpated to LIM3  
Note: See TracChangeset for help on using the changeset viewer.