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

Ignore:
Timestamp:
2015-02-09T14:39:07+01:00 (9 years ago)
Author:
clem
Message:

LIM3 cosmetic changes

File:
1 edited

Legend:

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

    r5067 r5070  
    156156      hicol(:,:) = rn_hnewice 
    157157 
    158       IF( nn_frazil == 1 ) THEN 
     158      IF( ln_frazil ) THEN 
    159159 
    160160         !-------------------- 
     
    221221                  iterate_frazil = .true. 
    222222 
    223                   DO WHILE ( iter .LT. 100 .AND. iterate_frazil )  
     223                  DO WHILE ( iter < 100 .AND. iterate_frazil )  
    224224                     zf = ( hicol(ji,jj) - zhicrit ) * ( hicol(ji,jj)**2 - zhicrit**2 ) & 
    225225                        - hicol(ji,jj) * zhicrit * ztwogp * zvrel2 
     
    321321            zh_newice(ji) = rn_hnewice 
    322322         END DO 
    323          IF( nn_frazil == 1 ) zh_newice(1:nbpac) = hicol_1d(1:nbpac) 
     323         IF( ln_frazil ) zh_newice(1:nbpac) = hicol_1d(1:nbpac) 
    324324 
    325325         !---------------------- 
Note: See TracChangeset for help on using the changeset viewer.