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_3/iceini.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_3/iceini.F90

    r2715 r3294  
    2323   USE thd_ice          ! LIM thermodynamical variables 
    2424   USE limitd_me        ! LIM ice thickness distribution 
    25    USE limrhg           ! LIM dynamics 
    2625   USE limmsh           ! LIM mesh 
    2726   USE limistate        ! LIM initial state 
     
    5655 
    5756      !                                ! Allocate the ice arrays 
    58       ierr =        ice_alloc       ()       ! ice variables 
    59       ierr = ierr + dom_ice_alloc   ()       ! domain 
    60       ierr = ierr + sbc_ice_alloc   ()       ! surface forcing 
    61       ierr = ierr + thd_ice_alloc   ()       ! thermodynamics 
    62       ierr = ierr + lim_itd_me_alloc()       ! ice thickness distribution - mechanics 
    63       ierr = ierr + lim_rhg_alloc   ()       ! dynamics 
     57      ierr =        ice_alloc        ()      ! ice variables 
     58      ierr = ierr + dom_ice_alloc    ()      ! domain 
     59      ierr = ierr + sbc_ice_alloc    ()      ! surface forcing 
     60      ierr = ierr + thd_ice_alloc    ()      ! thermodynamics 
     61      ierr = ierr + lim_itd_me_alloc ()      ! ice thickness distribution - mechanics 
    6462      ! 
    6563      IF( lk_mpp    )   CALL mpp_sum( ierr ) 
Note: See TracChangeset for help on using the changeset viewer.