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 88 for trunk/NEMO/LIM_SRC/par_ice.F90 – NEMO

Ignore:
Timestamp:
2004-04-22T15:50:27+02:00 (20 years ago)
Author:
opalod
Message:

CT : UPDATE057 : # General syntax, alignement, comments corrections

# l_ctl alone replace the set (l_ctl .AND. lwp)
# Add of diagnostics which are activated when using l_ctl logical

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC/par_ice.F90

    r12 r88  
    77   USE par_oce 
    88 
    9    INTEGER, PARAMETER ::   &  !: 
    10       kmax =   1    ,      &  !: ??? 
    11       nsmax =  2              !: ??? 
     9   IMPLICIT NONE 
     10   PUBLIC               ! allows par_oce and par_kind to be known in ice modules 
    1211 
    13    !!-- Parameter providing the number of vertical ice layers 
    14     
    15    INTEGER , PARAMETER ::      &  !: 
    16       nlayers   = 2 ,          &  !: ??? 
    17       nlayersp1 = nlayers + 1     !: ??? 
     12   INTEGER, PUBLIC, PARAMETER ::   &  !: 
     13      jpkmax =  1    ,      &  !: ??? 
     14      jpsmax =  2              !: ??? 
    1815 
    19    ! maximum number of variable for output 
    20    INTEGER, PARAMETER ::   &  !: 
    21       noumax = 40             !: ??? 
    22  
    23    ! Parameters for outputs to files "evolu" made by routine "informe" : ??? 
    24    INTEGER, PARAMETER ::       &  !: 
    25       ninfmx = 100        ,    &  !: maximum number of key variables 
    26       nchinf = 5          ,    &  !: ??? 
    27       nchsep = nchinf + 2         !: ??? 
     16   INTEGER, PUBLIC, PARAMETER ::   &  !:  
     17      jplayers   = 2 ,           &  !: number of vertical ice layers 
     18      jplayersp1 = jplayers + 1     !: ??? 
    2819 
    2920   !!====================================================================== 
Note: See TracChangeset for help on using the changeset viewer.