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 6746 for branches/2016/dev_v3_6_STABLE_r6506_AGRIF_LIM3/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_lim.F90 – NEMO

Ignore:
Timestamp:
2016-06-27T19:20:57+02:00 (8 years ago)
Author:
clem
Message:

landfast ice parameterization + update from trunk + removing useless dom_ice.F90 and limmsh.F90 and limwri_dimg.h90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_v3_6_STABLE_r6506_AGRIF_LIM3/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_lim.F90

    r6584 r6746  
    2424   USE ice             ! LIM-3: ice variables 
    2525   USE thd_ice         ! LIM-3: thermodynamical variables 
    26    USE dom_ice         ! LIM-3: ice domain 
    2726 
    2827   USE sbc_oce         ! Surface boundary condition: ocean fields 
     
    4847   USE limvar          ! Ice variables switch 
    4948 
    50    USE limmsh          ! LIM mesh 
    5149   USE limistate       ! LIM initial state 
    5250   USE limthd_sal      ! LIM ice thermodynamics: salinity 
     
    310308      !                                ! Allocate the ice arrays 
    311309      ierr =        ice_alloc        ()      ! ice variables 
    312       ierr = ierr + dom_ice_alloc    ()      ! domain 
    313310      ierr = ierr + sbc_ice_alloc    ()      ! surface forcing 
    314311      ierr = ierr + thd_ice_alloc    ()      ! thermodynamics 
     
    331328      ! 
    332329      CALL lim_thd_sal_init            ! set ice salinity parameters 
    333       ! 
    334       CALL lim_msh                     ! ice mesh initialization 
    335330      ! 
    336331      IF( ln_limdyn )   CALL lim_itd_me_init             ! ice thickness distribution initialization for mecanical deformation 
     
    661656      diag_heat(:,:) = 0._wp ;   diag_smvi(:,:) = 0._wp ; 
    662657      diag_vice(:,:) = 0._wp ;   diag_vsnw(:,:) = 0._wp ; 
     658 
     659      tau_icebfr(:,:) = 0._wp; ! landfast ice param only (clem: important to keep the init here) 
    663660       
    664661   END SUBROUTINE sbc_lim_diag0 
Note: See TracChangeset for help on using the changeset viewer.