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 7421 for branches/2016/dev_merge_2016/NEMOGCM/CONFIG/ORCA2_LIM3 – NEMO

Ignore:
Timestamp:
2016-12-01T18:10:41+01:00 (7 years ago)
Author:
flavoni
Message:

#1811 merge dev_CNRS_MERATOR_2016 with dev_merge_2016 branch

Location:
branches/2016/dev_merge_2016/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_merge_2016/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/1_namelist_cfg

    r6140 r7421  
    66!----------------------------------------------------------------------- 
    77   cn_exp      = "Agulhas" !  experience name  
    8    nn_itend    =     480   !  last  time step 
     8   nn_it000    =       1   !  first time step 
     9   nn_itend    =   10950   !  last  time step 
    910   nn_stock    =   10950   !  frequency of creation of a restart file (modulo referenced to 1) 
    1011   nn_write    =   10950   !  frequency of write in the output file   (modulo referenced to nn_it000) 
     
    1415&namcfg        !   parameters of the configuration 
    1516!----------------------------------------------------------------------- 
    16    cp_cfg      =  "default"             !  name of the configuration 
    17    jp_cfg      =      -1               !  resolution of the configuration 
    18    jpidta      =     182               !  1st lateral dimension ( >= jpi ) 
    19    jpjdta      =     149               !  2nd    "         "    ( >= jpj ) 
    20    jpkdta      =      31               !  number of levels      ( >= jpk ) 
    21    jpiglo      =     182               !  1st dimension of global domain --> i =jpidta 
    22    jpjglo      =     149               !  2nd    -                  -    --> j  =jpjdta 
    23    jpizoom     =       1               !  left bottom (i,j) indices of the zoom 
    24    jpjzoom     =       1               !  in data domain indices 
    25    jperio      =       0               !  lateral cond. type (between 0 and 6) 
     17   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
     18      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     19      cn_domcfg = "AGRIF_AGULHAS_domain_cfg"    ! domain configuration filename 
    2620/ 
    2721!----------------------------------------------------------------------- 
     
    3327&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    3428!-----------------------------------------------------------------------   
    35    jphgr_msh   =       0               !  type of horizontal mesh 
    36    ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
    37    ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
    38    ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees) 
    39    ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees) 
    40    ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees) 
    41    ppe2_m      =  999999.0             !  meridional grid-spacing (degrees) 
    42    ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients 
    43    ppa0        =     255.58049070440   ! (default coefficients) 
    44    ppa1        =     245.58132232490   ! 
    45    ppkth       =      21.43336197938   ! 
    46    ppacr       =       3.0             ! 
    47    ppdzmin     =  999999.              !  Minimum vertical spacing 
    48    pphmax      =  999999.              !  Maximum depth 
    49    ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates 
    50    ppa2        =  999999.              !  Double tanh function parameters 
    51    ppkth2      =  999999.              ! 
    52    ppacr2      =  999999.              ! 
     29   ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time 
     30   nn_closea   =    0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
     31   ! 
    5332   rn_rdt      = 2880.     !  time step for the dynamics (and tracer if nn_acc=0) 
     33   ! 
    5434/ 
    5535!----------------------------------------------------------------------- 
    5636&namcrs        !   Grid coarsening for dynamics output and/or 
    57                !   passive tracer coarsened online simulations 
     37!              !   passive tracer coarsened online simulations 
    5838!----------------------------------------------------------------------- 
    5939/ 
     
    6545&namsbc        !   Surface Boundary Condition (surface module) 
    6646!----------------------------------------------------------------------- 
     47   ln_blk      = .true.    !  CORE bulk formulation                     (T => fill namsbc_core) 
    6748   nn_ice      = 0         !  =0 no ice boundary condition   , 
    6849                           !  =1 use observed ice-cover      , 
     
    7657/ 
    7758!----------------------------------------------------------------------- 
    78 &namsbc_core   !   namsbc_core  CORE bulk formulae 
    79 !----------------------------------------------------------------------- 
    80 !              !  file name                    ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights                               ! rotation ! land/sea mask ! 
    81 !              !                               !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename                              ! pairing  ! filename      ! 
    82    sn_wndi     = 'u_10.15JUNE2009_fill'        ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'      , 'Uwnd'   , '' 
    83    sn_wndj     = 'v_10.15JUNE2009_fill'        ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'      , 'Vwnd'   , '' 
    84    sn_qsr      = 'ncar_rad.15JUNE2009_fill'    ,        24         , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , '' 
    85    sn_qlw      = 'ncar_rad.15JUNE2009_fill'    ,        24         , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , '' 
    86    sn_tair     = 't_10.15JUNE2009_fill'        ,         6         , 'T_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , '' 
    87    sn_humi     = 'q_10.15JUNE2009_fill'        ,         6         , 'Q_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , '' 
    88    sn_prec     = 'ncar_precip.15JUNE2009_fill' ,        -1         , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , '' 
    89    sn_snow     = 'ncar_precip.15JUNE2009_fill' ,        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , '' 
    90    sn_tdif     = 'taudif_core'                 ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , '' 
    91  
    92    cn_dir      = './'      !  root directory for the location of the bulk files 
    93    ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    94    rn_zqt      = 10.        !  Air temperature and humidity reference height (m) 
    95    rn_zu       = 10.        !  Wind vector reference height (m) 
    96    rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
    97    rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.) 
    98    rn_vfac     = 0.        !  multiplicative factor for ocean/ice velocity 
    99                            !  in the calculation of the wind stress (0.=absolute winds or 1.=relative winds) 
     59&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk = T) 
     60!----------------------------------------------------------------------- 
     61!              !  file name                   ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights                              ! rotation ! land/sea mask ! 
     62!              !                              !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename                             ! pairing  ! filename      ! 
     63   sn_wndi     = 'u_10.15JUNE2009_fill'       ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'     , 'Uwnd'   , '' 
     64   sn_wndj     = 'v_10.15JUNE2009_fill'       ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'     , 'Vwnd'   , '' 
     65   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,        24         , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     66   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,        24         , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     67   sn_tair     = 't_10.15JUNE2009_fill'       ,         6         , 'T_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     68   sn_humi     = 'q_10.15JUNE2009_fill'       ,         6         , 'Q_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     69   sn_prec     = 'ncar_precip.15JUNE2009_fill',        -1         , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     70   sn_snow     = 'ncar_precip.15JUNE2009_fill',        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     71   sn_slp      = 'slp.15JUNE2009_fill'        ,         6         , 'SLP'     ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     72   sn_tdif     = 'taudif_core'                ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     73   ! 
     74   !                    !  bulk algorithm : 
     75   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
     76   ! 
    10077/ 
    10178!----------------------------------------------------------------------- 
     
    193170   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    194171      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    195    ln_dynvor_msk = .false. !  vorticity multiplied by fmask (=T) or not (=F) (all vorticity schemes) 
    196172/ 
    197173!----------------------------------------------------------------------- 
     
    216192   ln_dynldf_iso =  .false.    !  iso-neutral 
    217193   !                       !  Coefficient 
    218    nn_ahm_ijk_t  = 20          !  space/time variation of eddy coef 
     194   nn_ahm_ijk_t  =  0          !  space/time variation of eddy coef 
    219195   !                                !  =-30  read in eddy_viscosity_3D.nc file 
    220196   !                                !  =-20  read in eddy_viscosity_2D.nc file 
  • branches/2016/dev_merge_2016/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/1_namelist_ice_cfg

    r4161 r7421  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/LIM2 : Configuration namelist used to overwrite 1_namelist_ice_ref 
     2!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     3!! NEMO/LIM3 configuration namelist: Overwrites 1_namelist_ice_ref 
     4!!              1 - Generic parameters                 (namicerun) 
     5!!              2 - Diagnostics                        (namicediag) 
     6!!              3 - Ice initialization                 (namiceini) 
     7!!              4 - Ice discretization                 (namiceitd) 
     8!!              5 - Ice dynamics and transport         (namicedyn) 
     9!!              6 - Ice diffusion                      (namicehdf) 
     10!!              7 - Ice thermodynamics                 (namicethd) 
     11!!              8 - Ice salinity                       (namicesal) 
     12!!              9 - Ice mechanical redistribution      (namiceitdme) 
    313!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    4 ! 
    5 !----------------------------------------------------------------------- 
    6 &namicerun     !   Share parameters for dynamics/advection/thermo 
    7 !----------------------------------------------------------------------- 
     14!------------------------------------------------------------------------------ 
     15&namicerun     !   Generic parameters 
     16!------------------------------------------------------------------------------ 
    817/ 
    9 !----------------------------------------------------------------------- 
    10 &namiceini     !   ice initialisation 
    11 !----------------------------------------------------------------------- 
     18!------------------------------------------------------------------------------ 
     19&namicediag    !   Diagnostics 
     20!------------------------------------------------------------------------------ 
    1221/ 
    13 !----------------------------------------------------------------------- 
    14 &namicedyn     !   ice dynamic 
    15 !----------------------------------------------------------------------- 
    16    creepl      =   2.0e-08 !  creep limit 
    17    nevp        =   360     !  number of EVP subcycling iterations 
    18    telast      =   3600    !  timescale for EVP elastic waves 
     22!------------------------------------------------------------------------------ 
     23&namiceini     !   Ice initialization 
     24!------------------------------------------------------------------------------ 
    1925/ 
    20 !----------------------------------------------------------------------- 
    21 &namicetrp     !   ice transport 
    22 !----------------------------------------------------------------------- 
     26!------------------------------------------------------------------------------ 
     27&namiceitd     !   Ice discretization 
     28!------------------------------------------------------------------------------ 
    2329/ 
    24 !----------------------------------------------------------------------- 
    25 &namicethd     !   ice thermodynamic 
    26 !----------------------------------------------------------------------- 
     30!------------------------------------------------------------------------------ 
     31&namicedyn     !   Ice dynamics and transport 
     32!------------------------------------------------------------------------------ 
    2733/ 
    28 !----------------------------------------------------------------------- 
    29 &namicedia     !   ice diagnostics 
    30 !----------------------------------------------------------------------- 
     34!------------------------------------------------------------------------------ 
     35&namicehdf     !   Ice horizontal diffusion 
     36!------------------------------------------------------------------------------ 
    3137/ 
    32 !''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
    33 &namiceout     !   parameters for outputs 
    34 !,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    35 /       
     38!------------------------------------------------------------------------------ 
     39&namicethd     !   Ice thermodynamics 
     40!------------------------------------------------------------------------------ 
     41/ 
     42!------------------------------------------------------------------------------ 
     43&namicesal     !   Ice salinity 
     44!------------------------------------------------------------------------------ 
     45/ 
     46!------------------------------------------------------------------------------ 
     47&namiceitdme   !   Ice mechanical redistribution (ridging and rafting) 
     48!------------------------------------------------------------------------------ 
     49/ 
  • branches/2016/dev_merge_2016/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/iodef.xml

    r5517 r7421  
    6161   <file id="file2" name_suffix="_SBC" description="surface fluxes variables" > <!-- time step automaticaly defined based on nn_fsbc --> 
    6262     <field field_ref="empmr"        name="wfo"      /> 
     63      <field field_ref="emp_oce"      name="emp_oce"  long_name="Evap minus Precip over ocean"              /> 
     64      <field field_ref="emp_ice"      name="emp_ice"  long_name="Evap minus Precip over ice"                /> 
    6365     <field field_ref="qsr_oce"      name="qsr_oce"  /> 
    6466     <field field_ref="qns_oce"      name="qns_oce"  /> 
  • branches/2016/dev_merge_2016/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_cfg

    r6489 r7421  
    99   cn_exp      =  "ORCA2"  !  experience name 
    1010   nn_it000    =       1   !  first time step 
    11    nn_itend    =     300   !  last  time step (std 5475) 
    12 / 
    13 !----------------------------------------------------------------------- 
    14 &namcfg        !   parameters of the configuration 
    15 !----------------------------------------------------------------------- 
    16    cp_cfg      =  "orca"               !  name of the configuration 
    17    jp_cfg      =       2               !  resolution of the configuration 
    18    jpidta      =     182               !  1st lateral dimension ( >= jpi ) 
    19    jpjdta      =     149               !  2nd    "         "    ( >= jpj ) 
    20    jpkdta      =      31               !  number of levels      ( >= jpk ) 
    21    jpiglo      =     182               !  1st dimension of global domain --> i =jpidta 
    22    jpjglo      =     149               !  2nd    -                  -    --> j  =jpjdta 
    23    jpizoom     =       1               !  left bottom (i,j) indices of the zoom 
    24    jpjzoom     =       1               !  in data domain indices 
    25    jperio      =       4               !  lateral cond. type (between 0 and 6) 
     11   nn_itend    =    5475   !  last  time step (std 5475) 
     12/ 
     13!----------------------------------------------------------------------- 
     14&namcfg     !   parameters of the configuration 
     15!----------------------------------------------------------------------- 
     16   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
     17      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     18      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename 
    2619/ 
    2720!----------------------------------------------------------------------- 
     
    3326&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    3427!----------------------------------------------------------------------- 
    35    jphgr_msh   =       0               !  type of horizontal mesh 
    36    ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
    37    ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
    38    ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees) 
    39    ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees) 
    40    ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees) 
    41    ppe2_m      =  999999.0             !  meridional grid-spacing (degrees) 
    42    ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients 
    43    ppa0        =     255.58049070440   ! (default coefficients) 
    44    ppa1        =     245.58132232490   ! 
    45    ppkth       =      21.43336197938   ! 
    46    ppacr       =       3.0             ! 
    47    ppdzmin     =  999999.              !  Minimum vertical spacing 
    48    pphmax      =  999999.              !  Maximum depth 
    49    ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates 
    50    ppa2        =  999999.              !  Double tanh function parameters 
    51    ppkth2      =  999999.              ! 
    52    ppacr2      =  999999.              ! 
     28   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
     29   ! 
     30   nn_msh      =    0      !  create (>0) a mesh file or not (=0) 
     31   ! 
    5332/ 
    5433!----------------------------------------------------------------------- 
     
    6443&namsbc        !   Surface Boundary Condition (surface module) 
    6544!----------------------------------------------------------------------- 
    66 / 
    67 !----------------------------------------------------------------------- 
    68 &namsbc_core   !   namsbc_core  CORE bulk formulae 
    69 !----------------------------------------------------------------------- 
     45   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
     46/ 
     47!----------------------------------------------------------------------- 
     48&namsbc_blk   !   namsbc_blk  Bulk formulae 
     49!----------------------------------------------------------------------- 
     50   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
    7051/ 
    7152!----------------------------------------------------------------------- 
     
    8869&namberg       !   iceberg parameters 
    8970!----------------------------------------------------------------------- 
     71      ln_icebergs              = .false.               ! iceberg floats or not 
     72      ln_bergdia               = .true.               ! Calculate budgets 
     73      nn_verbose_level         = 1                    ! Turn on more verbose output if level > 0 
     74      nn_verbose_write         = 15                   ! Timesteps between verbose messages 
     75      nn_sample_rate           = 1                    ! Timesteps between sampling for trajectory storage 
     76                                                      ! Initial mass required for an iceberg of each class 
     77      rn_initial_mass          = 8.8e7, 4.1e8, 3.3e9, 1.8e10, 3.8e10, 7.5e10, 1.2e11, 2.2e11, 3.9e11, 7.4e11 
     78                                                      ! Proportion of calving mass to apportion to each class 
     79      rn_distribution          = 0.24, 0.12, 0.15, 0.18, 0.12, 0.07, 0.03, 0.03, 0.03, 0.02 
     80                                                      ! Ratio between effective and real iceberg mass (non-dim) 
     81                                                      ! i.e. number of icebergs represented at a point 
     82      rn_mass_scaling          = 2000, 200, 50, 20, 10, 5, 2, 1, 1, 1 
     83                                                      ! thickness of newly calved bergs (m) 
     84      rn_initial_thickness     = 40., 67., 133., 175., 250., 250., 250., 250., 250., 250. 
     85      rn_rho_bergs             = 850.                 ! Density of icebergs 
     86      rn_LoW_ratio             = 1.5                  ! Initial ratio L/W for newly calved icebergs 
     87      ln_operator_splitting    = .true.               ! Use first order operator splitting for thermodynamics 
     88      rn_bits_erosion_fraction = 0.                   ! Fraction of erosion melt flux to divert to bergy bits 
     89      rn_sicn_shift            = 0.                   ! Shift of sea-ice concn in erosion flux (0<sicn_shift<1) 
     90      ln_passive_mode          = .false.              ! iceberg - ocean decoupling 
     91      nn_test_icebergs         = -1                   ! Create test icebergs of this class (-1 = no) 
     92                                                      ! Put a test iceberg at each gridpoint in box (lon1,lon2,lat1,lat2) 
     93      rn_test_box              = 108.0,  116.0, -66.0, -58.0 
     94      rn_speed_limit           = 0.                   ! CFL speed limit for a berg 
     95 
     96!            ! file name ! frequency (hours) !   variable   ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     97!            !           !  (if <0  months)  !     name     !  (logical)  !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
     98      sn_icb =  'calving',       -1          , 'calving'    ,   .true.    , .true.  , 'yearly'  ,    ''    ,    ''    ,     '' 
     99 
     100      cn_dir = './' 
    90101/ 
    91102!----------------------------------------------------------------------- 
     
    170181/ 
    171182!----------------------------------------------------------------------- 
    172 &namtra_dmp    !   tracer: T & S newtonian damping 
     183&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    173184!----------------------------------------------------------------------- 
    174185/ 
     
    189200&namdyn_hpg    !   Hydrostatic pressure gradient option 
    190201!----------------------------------------------------------------------- 
    191    ln_hpg_sco  = .true.    !  s-coordinate (standard jacobian formulation) 
    192    ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation) 
     202   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation) 
    193203/ 
    194204!----------------------------------------------------------------------- 
  • branches/2016/dev_merge_2016/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_ice_cfg

    r4690 r7421  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/LIM-2 : Ice configuration namelist. Overwrites SHARED/namelist_ice_lim2_ref 
     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 diffusion                      (namicehdf) 
     9!!              7 - Ice thermodynamics                 (namicethd) 
     10!!              8 - Ice salinity                       (namicesal) 
     11!!              9 - Ice mechanical redistribution      (namiceitdme) 
    312!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    4  
    5 !----------------------------------------------------------------------- 
    6 &namicerun     !   Share parameters for dynamics/advection/thermo 
    7 !----------------------------------------------------------------------- 
     13!------------------------------------------------------------------------------ 
     14&namicerun     !   Generic parameters 
     15!------------------------------------------------------------------------------ 
    816/ 
    9 !----------------------------------------------------------------------- 
    10 &namiceini     !   ice initialisation 
    11 !----------------------------------------------------------------------- 
     17!------------------------------------------------------------------------------ 
     18&namicediag    !   Diagnostics 
     19!------------------------------------------------------------------------------ 
    1220/ 
    13 !----------------------------------------------------------------------- 
    14 &namicedyn     !   ice dynamic 
    15 !----------------------------------------------------------------------- 
     21!------------------------------------------------------------------------------ 
     22&namiceini     !   Ice initialization 
     23!------------------------------------------------------------------------------ 
    1624/ 
    17 !----------------------------------------------------------------------- 
    18 &namicethd     !   ice thermodynamic 
    19 !----------------------------------------------------------------------- 
     25!------------------------------------------------------------------------------ 
     26&namiceitd     !   Ice discretization 
     27!------------------------------------------------------------------------------ 
    2028/ 
    21 !----------------------------------------------------------------------- 
    22 &namicesal     !   ice salinity 
    23 !----------------------------------------------------------------------- 
     29!------------------------------------------------------------------------------ 
     30&namicedyn     !   Ice dynamics and transport 
     31!------------------------------------------------------------------------------ 
    2432/ 
    25 !----------------------------------------------------------------------- 
    26 &namiceitdme   !   parameters for mechanical redistribution of ice  
    27 !----------------------------------------------------------------------- 
     33!------------------------------------------------------------------------------ 
     34&namicehdf     !   Ice horizontal diffusion 
     35!------------------------------------------------------------------------------ 
    2836/ 
    29 !----------------------------------------------------------------------- 
    30 &namicedia     !   ice diagnostics 
    31 !----------------------------------------------------------------------- 
     37!------------------------------------------------------------------------------ 
     38&namicethd     !   Ice thermodynamics 
     39!------------------------------------------------------------------------------ 
    3240/ 
     41!------------------------------------------------------------------------------ 
     42&namicesal     !   Ice salinity 
     43!------------------------------------------------------------------------------ 
     44/ 
     45!------------------------------------------------------------------------------ 
     46&namiceitdme   !   Ice mechanical redistribution (ridging and rafting) 
     47!------------------------------------------------------------------------------ 
     48/ 
Note: See TracChangeset for help on using the changeset viewer.