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 8885 for branches/2017/dev_CNRS_2017/NEMOGCM/NEMO/LIM_SRC_3/iceistate.F90 – NEMO

Ignore:
Timestamp:
2017-12-04T10:41:40+01:00 (6 years ago)
Author:
clem
Message:

remove useless references to clem's comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_CNRS_2017/NEMOGCM/NEMO/LIM_SRC_3/iceistate.F90

    r8882 r8885  
    226226                        zh_i_ini(ji,jj,i_fill) = ( zvt_i_ini(ji,jj) - zV ) / MAX( za_i_ini(ji,jj,i_fill), epsi10 )  
    227227 
    228                         ! clem: correction if concentration of upper cat is greater than lower cat 
    229                         !       (it should be a gaussian around jl0 but sometimes it is not) 
     228                        ! correction if concentration of upper cat is greater than lower cat 
     229                        !   (it should be a gaussian around jl0 but sometimes it is not) 
    230230                        IF ( jl0 /= jpl ) THEN 
    231231                           DO jl = jpl, jl0+1, -1 
     
    471471      v_ice_b(:,:)     = v_ice(:,:) 
    472472 
    473 !!!clem 
    474 !!      ! Output the initial state and forcings 
     473!!clem: output of initial state should be written here but it is impossible because 
     474!!      the ocean and ice are in the same file 
    475475!!      CALL dia_wri_state( 'output.init', nit000 ) 
    476 !!!       
    477476      ! 
    478477   END SUBROUTINE ice_istate 
Note: See TracChangeset for help on using the changeset viewer.