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 8515 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/iceitd.F90 – NEMO

Ignore:
Timestamp:
2017-09-08T18:19:17+02:00 (7 years ago)
Author:
clem
Message:

changes in style - part5 - very nearly finished

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/iceitd.F90

    r8514 r8515  
    650650      REAL(wp) ::   zhmax, znum, zden, zalpha   !   -      - 
    651651      !! 
    652       NAMELIST/namice_itd/ rn_himean 
     652      NAMELIST/namice_itd/ rn_himean, rn_himin 
    653653      !!------------------------------------------------------------------ 
    654654      ! 
     
    668668         WRITE(numout,*) '   Namelist namice_itd : ' 
    669669         WRITE(numout,*) '      mean ice thickness in the domain               rn_himean = ', rn_himean 
     670         WRITE(numout,*) '      minimum ice thickness                          rn_himin  = ', rn_himin  
    670671      ENDIF 
    671672      ! 
Note: See TracChangeset for help on using the changeset viewer.