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 10527 for NEMO/trunk/src/ICE – NEMO

Changeset 10527 for NEMO/trunk/src/ICE


Ignore:
Timestamp:
2019-01-16T11:15:42+01:00 (5 years ago)
Author:
clem
Message:

should solve ticket #2134

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/ICE/iceistate.F90

    r10425 r10527  
    482482      u_ice_b(:,:)     = u_ice(:,:) 
    483483      v_ice_b(:,:)     = v_ice(:,:) 
     484      ! total concentration is needed for Lupkes parameterizations 
     485      at_i_b (:,:)     = at_i (:,:)  
    484486 
    485487!!clem: output of initial state should be written here but it is impossible because 
Note: See TracChangeset for help on using the changeset viewer.