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 3294 for trunk/NEMOGCM/NEMO/LIM_SRC_2/iceini_2.F90 – NEMO

Ignore:
Timestamp:
2012-01-28T17:44:18+01:00 (12 years ago)
Author:
rblod
Message:

Merge of 3.4beta into the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/LIM_SRC_2/iceini_2.F90

    r2855 r3294  
    2323   USE par_ice_2        ! LIM2 parameters 
    2424   USE thd_ice_2        ! LIM2 thermodynamical variables 
    25    USE limrhg           ! LIM2 EVP rheology 
    26    USE limrhg_2         ! LIM2  VP rheology (requires "key_lim2_vp") 
    2725   USE ice_2            ! LIM2 ice variable 
    2826   USE limmsh_2         ! LIM2 mesh 
     
    6462      ierr = ierr + sbc_ice_alloc  ()       ! surface forcing 
    6563      ierr = ierr + thd_ice_alloc_2()       ! thermodynamics 
    66 #if ! defined key_lim2_vp 
    67       ierr = ierr + lim_rhg_alloc  () 
    68 #else 
    69       ierr = ierr + lim_rhg_alloc_2  () 
    70 #endif 
     64 
    7165      IF( lk_mpp    )   CALL mpp_sum( ierr ) 
    7266      IF( ierr /= 0 )   CALL ctl_stop( 'STOP', 'ice_init_2 : unable to allocate ice arrays' ) 
Note: See TracChangeset for help on using the changeset viewer.