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 4689 for trunk/NEMOGCM/NEMO/OPA_SRC/BDY/bdyini.F90 – NEMO

Ignore:
Timestamp:
2014-06-25T01:40:18+02:00 (10 years ago)
Author:
clem
Message:

new version of LIM3 with perfect conservation of heat, see ticket #1352

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/BDY/bdyini.F90

    r4624 r4689  
    102102#if ( defined key_lim2 || defined key_lim3 ) 
    103103         &             cn_ice_lim, nn_ice_lim_dta,                           & 
     104#endif 
     105#if defined key_lim3 
     106         &             rn_ice_tem, rn_ice_sal, rn_ice_age,                 & 
    104107#endif 
    105108         &             ln_vol, nn_volctl, nn_rimwidth 
     
    359362        ENDIF 
    360363        IF(lwp) WRITE(numout,*) 
     364        IF(lwp) WRITE(numout,*) '      tem of bdy sea-ice = ', rn_ice_tem(ib_bdy)          
     365        IF(lwp) WRITE(numout,*) '      sal of bdy sea-ice = ', rn_ice_sal(ib_bdy)          
     366        IF(lwp) WRITE(numout,*) '      age of bdy sea-ice = ', rn_ice_age(ib_bdy)          
    361367#endif 
    362368 
Note: See TracChangeset for help on using the changeset viewer.