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

Ignore:
Timestamp:
2015-02-04T11:10:53+01:00 (9 years ago)
Author:
clem
Message:

LIM3: removing par_ice and put jpl, nlay_i and nlay_s as namelist parameters

File:
1 edited

Legend:

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

    r5053 r5055  
    1111   !!   'key_lim3'                                      LIM-3 sea-ice model 
    1212   !!---------------------------------------------------------------------- 
    13    USE par_ice        ! LIM sea-ice parameters 
    1413   USE in_out_manager ! I/O manager 
    1514   USE lib_mpp        ! MPP library 
     
    366365   !!-------------------------------------------------------------------------- 
    367366   !                                                  !!: ** Namelist namicerun read in sbc_lim_init ** 
    368 !clem   INTEGER               , PUBLIC ::   jpl             !: number of ice  categories  
    369 !clem   INTEGER               , PUBLIC ::   nlay_i          !: number of ice  layers  
    370 !clem   INTEGER               , PUBLIC ::   nlay_s          !: number of snow layers  
     367   INTEGER               , PUBLIC ::   jpl             !: number of ice  categories  
     368   INTEGER               , PUBLIC ::   nlay_i          !: number of ice  layers  
     369   INTEGER               , PUBLIC ::   nlay_s          !: number of snow layers  
    371370   CHARACTER(len=32)     , PUBLIC ::   cn_icerst_in    !: suffix of ice restart name (input) 
    372371   CHARACTER(len=32)     , PUBLIC ::   cn_icerst_out   !: suffix of ice restart name (output) 
Note: See TracChangeset for help on using the changeset viewer.