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 5051 for branches/2015/dev_r5044_CNRS_LIM3CLEAN/NEMOGCM/NEMO/LIM_SRC_3/limupdate1.F90 – NEMO

Ignore:
Timestamp:
2015-02-02T18:31:34+01:00 (9 years ago)
Author:
clem
Message:

LIM3 initialization is now called at the same time as other sbc fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5044_CNRS_LIM3CLEAN/NEMOGCM/NEMO/LIM_SRC_3/limupdate1.F90

    r4990 r5051  
    8383      ! zap small values 
    8484      !----------------- 
    85       CALL lim_itd_me_zapsmall 
     85      CALL lim_var_zapsmall 
    8686 
    8787      CALL lim_var_glo2eqv 
     
    124124      ! zap small values 
    125125      !----------------- 
    126       CALL lim_itd_me_zapsmall 
     126      CALL lim_var_zapsmall 
    127127 
    128128      !--------------------- 
     
    148148      ! Diagnostics 
    149149      ! ------------------------------------------------- 
     150      DO jl  = 1, jpl 
     151         afx_dyn(:,:) = afx_dyn(:,:) + ( a_i(:,:,jl) - a_i_b(:,:,jl) ) * r1_rdtice 
     152      END DO 
     153 
    150154      d_u_ice_dyn(:,:)     = u_ice(:,:)     - u_ice_b(:,:) 
    151155      d_v_ice_dyn(:,:)     = v_ice(:,:)     - v_ice_b(:,:) 
Note: See TracChangeset for help on using the changeset viewer.