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 3901 for branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/LIM_SRC_3/limistate.F90 – NEMO

Ignore:
Timestamp:
2013-05-03T14:35:21+02:00 (11 years ago)
Author:
clevy
Message:

Configuration Setting/Step2, see ticket:#1074

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/LIM_SRC_3/limistate.F90

    r3875 r3901  
    3333   PUBLIC   lim_istate      ! routine called by lim_init.F90 
    3434 
    35    !                                  !!** init namelist (namiceini) ** 
    36    REAL(wp) ::   ttest    = 2.0_wp     ! threshold water temperature for initial sea ice 
    37    REAL(wp) ::   hninn    = 0.5_wp     ! initial snow thickness in the north 
    38    REAL(wp) ::   hginn_u  = 2.5_wp     ! initial ice thickness in the north 
    39    REAL(wp) ::   aginn_u  = 0.7_wp     ! initial leads area in the north 
    40    REAL(wp) ::   hginn_d  = 5.0_wp     ! initial ice thickness in the north 
    41    REAL(wp) ::   aginn_d  = 0.25_wp    ! initial leads area in the north 
    42    REAL(wp) ::   hnins    = 0.1_wp     ! initial snow thickness in the south 
    43    REAL(wp) ::   hgins_u  = 1.0_wp     ! initial ice thickness in the south 
    44    REAL(wp) ::   agins_u  = 0.7_wp     ! initial leads area in the south 
    45    REAL(wp) ::   hgins_d  = 2.0_wp     ! initial ice thickness in the south 
    46    REAL(wp) ::   agins_d  = 0.2_wp     ! initial leads area in the south 
    47    REAL(wp) ::   sinn     = 6.301_wp   ! initial salinity  
    48    REAL(wp) ::   sins     = 6.301_wp   ! 
     35   !                       !!** init namelist (namiceini) ** 
     36   REAL(wp) ::   ttest      ! threshold water temperature for initial sea ice 
     37   REAL(wp) ::   hninn      ! initial snow thickness in the north 
     38   REAL(wp) ::   hginn_u    ! initial ice thickness in the north 
     39   REAL(wp) ::   aginn_u    ! initial leads area in the north 
     40   REAL(wp) ::   hginn_d    ! initial ice thickness in the north 
     41   REAL(wp) ::   aginn_d    ! initial leads area in the north 
     42   REAL(wp) ::   hnins      ! initial snow thickness in the south 
     43   REAL(wp) ::   hgins_u    ! initial ice thickness in the south 
     44   REAL(wp) ::   agins_u    ! initial leads area in the south 
     45   REAL(wp) ::   hgins_d    ! initial ice thickness in the south 
     46   REAL(wp) ::   agins_d    ! initial leads area in the south 
     47   REAL(wp) ::   sinn       ! initial salinity  
     48   REAL(wp) ::   sins       ! 
    4949 
    5050   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.