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 1470 for trunk/NEMO/LIM_SRC_2/limistate_2.F90 – NEMO

Ignore:
Timestamp:
2009-06-11T15:01:25+02:00 (15 years ago)
Author:
smasson
Message:

[uv]i_ice and [uv]i_oce renamed [uv]_ice and [uv]_oce, see ticket:453

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC_2/limistate_2.F90

    r1465 r1470  
    102102      fsbbq (:,:)   = 0.e0 
    103103      qstoif(:,:)   = 0.e0 
    104       ui_ice(:,:)   = 0.e0 
    105       vi_ice(:,:)   = 0.e0 
     104      u_ice (:,:)   = 0.e0 
     105      v_ice (:,:)   = 0.e0 
    106106# if defined key_coupled 
    107107      albege(:,:)   = 0.8 * tms(:,:) 
Note: See TracChangeset for help on using the changeset viewer.