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 8517 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2017-09-12T20:46:13+02:00 (7 years ago)
Author:
clem
Message:

changes in style - part6 - one more round

Location:
branches/2017/dev_r8183_ICEMODEL/NEMOGCM/CONFIG
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/CONFIG/ORCA2_SAS_LIM3/EXP00/namelist_ice_cfg

    r8321 r8517  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! LIM3 configuration namelist: Overwrites SHARED/namelist_ice_lim3_ref 
    3 !!              1 - Generic parameters                 (namicerun) 
    4 !!              2 - Diagnostics                        (namicediag) 
    5 !!              3 - Ice initialization                 (namiceini) 
    6 !!              4 - Ice discretization                 (namiceitd) 
    7 !!              5 - Ice dynamics and transport         (namicedyn) 
    8 !!              6 - Ice thermodynamics                 (namicethd) 
    9 !!              7 - Ice salinity                       (namicesal) 
    10 !!              8 - Ice mechanical redistribution      (namiceitdme) 
    11 !!              9 - Ice/snow albedos                   (namicealb) 
    12 !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     2!! ESIM configuration namelist: Overwrites SHARED/namelist_ice_lim3_ref 
     3!!              1 - Generic parameters                 (namice_run) 
     4!!              2 - Ice thickness discretization       (namice_itd) 
     5!!              3 - Ice dynamics                       (namice_dyn) 
     6!!              4 - Ice ridging/rafting                (namice_rdgrft) 
     7!!              5 - Ice rheology                       (namice_rhg) 
     8!!              6 - Ice advection                      (namice_adv) 
     9!!              7 - Ice thermodynamics                 (namice_thd) 
     10!!              8 - Ice salinity                       (namice_sal) 
     11!!              9 - Ice melt ponds                     (namice_mp) 
     12!!             10 - Ice initialization                 (namice_ini) 
     13!!             11 - Ice/snow albedos                   (namice_alb) 
     14!!             12 - Ice diagnostics                    (namice_dia) 
     15!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     16! 
    1317!------------------------------------------------------------------------------ 
    14 &namicerun     !   Generic parameters 
     18&namice_run     !   Generic parameters 
    1519!------------------------------------------------------------------------------ 
    1620/ 
    1721!------------------------------------------------------------------------------ 
    18 &namicediag    !   Diagnostics 
     22&namice_itd     !   Ice discretization 
    1923!------------------------------------------------------------------------------ 
    2024/ 
    2125!------------------------------------------------------------------------------ 
    22 &namiceini     !   Ice initialization 
     26&namice_dyn     !   Ice dynamics 
    2327!------------------------------------------------------------------------------ 
    2428/ 
    2529!------------------------------------------------------------------------------ 
    26 &namiceitd     !   Ice discretization 
     30&namice_rdgrft  !   Ice ridging/rafting 
    2731!------------------------------------------------------------------------------ 
    2832/ 
    2933!------------------------------------------------------------------------------ 
    30 &namicedyn     !   Ice dynamics and transport 
     34&namice_rhg     !   Ice rheology 
    3135!------------------------------------------------------------------------------ 
    3236/ 
    3337!------------------------------------------------------------------------------ 
    34 &namicethd     !   Ice thermodynamics 
     38&namice_adv     !   Ice advection 
    3539!------------------------------------------------------------------------------ 
    3640/ 
    3741!------------------------------------------------------------------------------ 
    38 &namicesal     !   Ice salinity 
     42&namice_thd     !   Ice thermodynamics 
    3943!------------------------------------------------------------------------------ 
    4044/ 
    4145!------------------------------------------------------------------------------ 
    42 &namiceitdme   !   Ice mechanical redistribution (ridging and rafting) 
     46&namice_sal     !   Ice salinity 
    4347!------------------------------------------------------------------------------ 
    4448/ 
    45 !----------------------------------------------------------------------- 
    46 &namicealb     !   albedo parameters 
    47 !----------------------------------------------------------------------- 
     49!------------------------------------------------------------------------------ 
     50&namicemp      !   Melt ponds 
     51!------------------------------------------------------------------------------ 
    4852/ 
     53!------------------------------------------------------------------------------ 
     54&namice_ini     !   Ice initialization 
     55!------------------------------------------------------------------------------ 
     56/ 
     57!------------------------------------------------------------------------------ 
     58&namice_alb     !   albedo parameters 
     59!------------------------------------------------------------------------------ 
     60/ 
     61!------------------------------------------------------------------------------ 
     62&namice_dia     !   Diagnostics 
     63!------------------------------------------------------------------------------ 
     64/ 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref

    r8516 r8517  
    1818&namice_run     !   Generic parameters 
    1919!------------------------------------------------------------------------------ 
    20    jpl              =    5            !  number of ice  categories 
    21    nlay_i           =    2            !  number of ice  layers 
    22    nlay_s           =    1            !  number of snow layers (only 1 is working) 
    23    nn_monocat       =    0            !  virtual ITD mono-category parameterizations (1-4 => jpl = 1 only) or not (0) 
     20   jpl              =   5             !  number of ice  categories 
     21   nlay_i           =   2             !  number of ice  layers 
     22   nlay_s           =   1             !  number of snow layers (only 1 is working) 
     23   nn_monocat       =   0             !  virtual ITD mono-category parameterizations (1-4 => jpl = 1 only) or not (0) 
    2424                                      !     2: simple piling instead of ridging    --- temporary option 
    2525                                      !     3: activate G(he) only                 --- temporary option 
    2626                                      !     4: activate extra lateral melting only --- temporary option 
     27   ln_icedyn        = .true.          !  ice dynamics (T) or not (F) 
     28   ln_icethd        = .true.          !  ice thermo   (T) or not (F) 
    2729   rn_amax_n        =   0.997         !  maximum tolerated ice concentration NH 
    2830   rn_amax_s        =   0.997         !  maximum tolerated ice concentration SH 
     
    4143&namice_dyn     !   Ice dynamics 
    4244!------------------------------------------------------------------------------ 
    43    ln_icedyn        = .true.          !  ice dynamics (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO 
    44       nn_icedyn     =   2             !     switch for ice dynamics    
    45                                       !        2: total 
    46                                       !        1: advection only (no diffusion, no ridging/rafting) 
    47                                       !        0: advection only (as 1 but with prescribed velocity, bypass rheology) 
    48          rn_uice    =   0.00001       !           prescribed ice u-velocity 
    49          rn_vice    =  -0.00001       !           prescribed ice v-velocity 
     45   ln_dynFULL       = .true.          !  dyn.: full ice dynamics               (rheology + advection + ridging/rafting + correction) 
     46   ln_dynRHGADV     = .false.         !  dyn.: no ridge/raft & no corrections  (rheology + advection) 
     47   ln_dynADV        = .false.         !  dyn.: only advection w prescribed vel.(rn_uvice + advection) 
     48      rn_uice       =   0.00001       !        prescribed ice u-velocity 
     49      rn_vice       =   0.            !        prescribed ice v-velocity 
    5050   rn_ishlat        =   2.            !  free slip (0) ; partial slip (0-2) ; no slip (2) ; strong slip (>2) 
    5151   rn_cio           =   5.0e-03       !  ice-ocean drag coefficient (-) 
     
    5353      rn_gamma      =   0.15          !     fraction of ocean depth that ice must reach to initiate landfast 
    5454                                      !        recommended range: [0.1 ; 0.25] 
    55       rn_icebfr     =  10.            !     maximum bottom stress per unit area of contact (N/m2)                  
     55      rn_icebfr     =  10.            !     maximum bottom stress per unit area of contact [N/m2]                  
    5656                                      !        a very large value ensures ice velocity=0 even with a small contact area 
    5757                                      !        recommended range: ?? (should be greater than atm-ice stress => >0.1 N/m2) 
    58       rn_lfrelax    =   1.e-5         !     relaxation time scale to reach static friction (s-1)                  
     58      rn_lfrelax    =   1.e-5         !     relaxation time scale to reach static friction [s-1] 
    5959/ 
    6060!------------------------------------------------------------------------------ 
     
    6363          ! -- ice_rdgrft_strength -- ! 
    6464   ln_str_H79       = .true.          !  ice strength param.: Hibler_79   => P = pstar*<h>*exp(-c_rhg*A)                       
    65       rn_pstar      =   2.0e+04       !     ice strength thickness parameter (N/m2)  
     65      rn_pstar      =   2.0e+04       !     ice strength thickness parameter [N/m2] 
    6666      rn_crhg       =   20.0          !     ice strength conc. parameter (-) 
    6767   ln_str_R75       = .false.         !  ice strength param.: Rothrock_75 => P = Cf*coeff*integral(wr.h^2)     
     
    7474   ln_partf_exp     = .true.          !  Exponential ridging participation function (Lipscomb, 2007) 
    7575      rn_astar      =   0.03          !     exponential measure of ridging ice fraction [set to 0.05 if hstar=100] 
    76    ln_ridging       = .true.          !  ridging activated (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO 
    77       rn_hstar      =  25.0           !     determines the maximum thickness of ridged ice (m) (Hibler, 1980) 
     76   ln_ridging       = .true.          !  ridging activated (T) or not (F) 
     77      rn_hstar      =  25.0           !     determines the maximum thickness of ridged ice [m] (Hibler, 1980) 
    7878      rn_porordg    =   0.3           !     porosity of newly ridged ice (Lepparanta et al., 1995) 
    7979      rn_fsnwrdg    =   0.5           !     snow volume fraction that survives in ridging 
    8080      rn_fpndrdg    =   1.0           !     pond fraction that survives in ridging (small a priori) 
    81    ln_rafting       = .true.          !  rafting activated (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO 
    82       rn_hraft      =   0.75          !     threshold thickness for rafting (m) 
     81   ln_rafting       = .true.          !  rafting activated (T) or not (F) 
     82      rn_hraft      =   0.75          !     threshold thickness for rafting [m] 
    8383      rn_craft      =   5.0           !     squeezing coefficient used in the rafting function 
    8484      rn_fsnwrft    =   0.5           !     snow volume fraction that survives in rafting 
     
    8989!------------------------------------------------------------------------------ 
    9090   ln_rhg_EVP       = .true.          !  EVP rheology 
    91       rn_creepl     =   1.0e-12       !     creep limit (s-1) 
     91      rn_creepl     =   1.0e-12       !     creep limit [1/s] 
    9292      rn_ecc        =   2.0           !     eccentricity of the elliptical yield curve           
    9393      nn_nevp       = 120             !     number of EVP subcycles                              
     
    105105&namice_thd     !   Ice thermodynamics 
    106106!------------------------------------------------------------------------------ 
    107    ln_icethd        = .true.            !  ice thermo   (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO 
    108107                     ! -- icethd_dif -- ! 
    109    rn_kappa_i       =   1.0             !  radiation attenuation coefficient in sea ice (m-1) 
     108   rn_kappa_i       =   1.0             !  radiation attenuation coefficient in sea ice [1/m] 
    110109   ln_cndi_U64      = .false.           !  sea ice thermal conductivity: k = k0 + beta.S/T            (Untersteiner, 1964) 
    111110   ln_cndi_P07      = .true.            !  sea ice thermal conductivity: k = k0 + beta1.S/T - beta2.T (Pringle et al., 2007) 
     
    114113                                        !     Obs: 0.1-0.5 (Lecomte et al, JAMES 2013) 
    115114                      ! -- icethd_dh -- ! 
    116    ln_icedH         = .true.            !  activate ice thickness change from growing/melting (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO 
     115   ln_icedH         = .true.            !  activate ice thickness change from growing/melting (T) or not (F) 
    117116   rn_blow_s        =   0.66            !     mesure of snow blowing into the leads 
    118117                                        !     = 1 => no snow blowing, < 1 => some snow blowing 
    119118                      ! -- icethd_da -- ! 
    120    ln_icedA         = .true.            !  activate lateral melting param. (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO 
     119   ln_icedA         = .true.            !  activate lateral melting param. (T) or not (F) 
    121120      rn_beta       =   1.0             !     coef. beta for lateral melting param. Recommended range=[0.8-1.2] 
    122121                                        !      => decrease = more melt and melt peaks toward higher concentration (A~0.5 for beta=1 ; A~0.8 for beta=0.2) 
     
    127126                                        !         10 vs 8m = -20% melting 
    128127                     ! -- icethd_lac -- ! 
    129    ln_icedO         = .true.            !  activate ice growth in open-water (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO 
     128   ln_icedO         = .true.            !  activate ice growth in open-water (T) or not (F) 
    130129      rn_hinew      =   0.1             !     thickness for new ice formation in open water (m), must be larger than rn_hnewice 
    131130      ln_frazil     = .false.           !     Frazil ice parameterization (ice collection as a function of wind) 
     
    148147!------------------------------------------------------------------------------ 
    149148                    ! -- icethd_sal -- ! 
    150    ln_icedS       = .true.             !  activate gravity drainage and flushing (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO 
     149   ln_icedS       = .true.             !  activate gravity drainage and flushing (T) or not (F) 
    151150   nn_icesal      =   2                !  ice salinity option 
    152151                                       !     1: constant ice salinity (S=rn_icesal) 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/CONFIG/SHARED/namelist_ref

    r8321 r8517  
    429429/ 
    430430!----------------------------------------------------------------------- 
    431 &namsbc_alb    !   albedo parameters 
    432 !----------------------------------------------------------------------- 
    433    nn_ice_alb   =    1   !  parameterization of ice/snow albedo 
    434                          !     0: Shine & Henderson-Sellers (JGR 1985), giving clear-sky albedo 
    435                          !     1: "home made" based on Brandt et al. (JClim 2005) and Grenfell & Perovich (JGR 2004), 
    436                          !        giving cloud-sky albedo 
    437    rn_alb_sdry  =  0.85  !  dry snow albedo         : 0.80 (nn_ice_alb = 0); 0.85 (nn_ice_alb = 1); obs 0.85-0.87 (cloud-sky) 
    438    rn_alb_smlt  =  0.75  !  melting snow albedo     : 0.65 ( '' )          ; 0.75 ( '' )          ; obs 0.72-0.82 ( '' ) 
    439    rn_alb_idry  =  0.60  !  dry ice albedo          : 0.72 ( '' )          ; 0.60 ( '' )          ; obs 0.54-0.65 ( '' ) 
    440    rn_alb_imlt  =  0.50  !  bare puddled ice albedo : 0.53 ( '' )          ; 0.50 ( '' )          ; obs 0.49-0.58 ( '' ) 
    441    rn_alb_dpnd  =  0.27  !  ponded ice albedo       : 0.25 ( '' )          ; 0.27 ( '' )          ; obs 0.10-0.30 ( '' ) 
    442 / 
    443 !----------------------------------------------------------------------- 
    444431&namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
    445432!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.