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 3954 for branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/OPA_SRC/ICB/icb_oce.F90 – NEMO

Ignore:
Timestamp:
2013-07-03T16:20:05+02:00 (11 years ago)
Author:
clevy
Message:

Configuration setting/Step2, additions, see ticket:#1074

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/OPA_SRC/ICB/icb_oce.F90

    r3901 r3954  
    4444   PUBLIC   icb_alloc   ! routine called by icb_init in icbini.F90 module 
    4545 
    46    INTEGER, PUBLIC, PARAMETER ::   nclasses = 10   !: Number of ice bergs classes 
     46INTEGER, PUBLIC, PARAMETER ::   nclasses = 10   !: Number of icebergs classes    
     47!!INTEGER, PUBLIC & 
     48!!#if !defined key_agrif  
     49!!           , PARAMETER & 
     50!!#endif 
     51!!     :: & 
     52!!     nclasses = 10   !: Number of icebergs classes 
    4753   INTEGER, PUBLIC, PARAMETER ::   nkounts  =  3   !: Number of integers combined for unique naming 
    4854 
Note: See TracChangeset for help on using the changeset viewer.