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 5282 for branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2015-05-18T17:19:50+02:00 (9 years ago)
Author:
diovino
Message:

Dev. branch CMCC4_simplification ticket #1456

Location:
branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/CONFIG
Files:
17 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg

    r4839 r5282  
    5050!----------------------------------------------------------------------- 
    5151   rn_rdt      =   600.    !  time step for the dynamics (and tracer if nn_acc=0) 
    52    rn_rdtmin   =   600.          !  minimum time step on tracers (used if nn_acc=1) 
    53    rn_rdtmax   =   600.          !  maximum time step on tracers (used if nn_acc=1) 
    54    rn_rdth     =   600.          !  depth variation of tracer time step  (used if nn_acc=1) 
    5552   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
    5653   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
     
    422419!----------------------------------------------------------------------- 
    423420/ 
    424 !----------------------------------------------------------------------- 
    425 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    426 !----------------------------------------------------------------------- 
    427 / 
  • branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/CONFIG/C1D_PAPA/EXP00/namelist_cfg

    r4667 r5282  
    4141   rn_bathy    = 4198.     !  value of the bathymetry. if (=0) bottom flat at jpkm1 
    4242   nn_msh      =    0      !  create (=1) a mesh file or not (=0) 
    43    rn_rdt      =  360.     !  time step for the dynamics (and tracer if nn_acc=0) 
    44    rn_rdtmin   =  360.           !  minimum time step on tracers (used if nn_acc=1) 
    45    rn_rdtmax   =  360.           !  maximum time step on tracers (used if nn_acc=1) 
     43   rn_rdt      =  360.     !  time step for the dynamics  
    4644   jphgr_msh   =       1                 !  type of horizontal mesh 
    4745   ppglam0     =    -150.0               !  longitude of first raw and column T-point (jphgr_msh = 1) 
     
    174172/ 
    175173!----------------------------------------------------------------------- 
    176 &namcla        !   cross land advection 
    177 !----------------------------------------------------------------------- 
    178 / 
    179 !----------------------------------------------------------------------- 
    180174&namobc        !   open boundaries parameters                           ("key_obc") 
    181175!----------------------------------------------------------------------- 
     
    356350!----------------------------------------------------------------------- 
    357351/ 
    358 !----------------------------------------------------------------------- 
    359 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    360 !----------------------------------------------------------------------- 
    361    ln_neptramp       = .false.  ! ramp down Neptune velocity in shallow water 
    362 / 
  • branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/CONFIG/GYRE/EXP00/namelist_cfg

    r4990 r5282  
    4343!----------------------------------------------------------------------- 
    4444   nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file 
    45    rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0) 
    46    rn_rdtmin   = 7200.           !  minimum time step on tracers (used if nn_acc=1) 
    47    rn_rdtmax   = 7200.           !  maximum time step on tracers (used if nn_acc=1) 
     45   rn_rdt      = 7200.     !  time step for the dynamics  
    4846   jphgr_msh   =       5                 !  type of horizontal mesh 
    4947   ppglam0     =       0.0               !  longitude of first raw and column T-point (jphgr_msh = 1) 
     
    156154/ 
    157155!----------------------------------------------------------------------- 
    158 &namcla        !   cross land advection 
    159 !----------------------------------------------------------------------- 
    160 / 
    161 !----------------------------------------------------------------------- 
    162156&namobc        !   open boundaries parameters                           ("key_obc") 
    163157!----------------------------------------------------------------------- 
     
    376370!----------------------------------------------------------------------- 
    377371/ 
    378 !----------------------------------------------------------------------- 
    379 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    380 !----------------------------------------------------------------------- 
    381    ln_neptramp       = .false.  ! ramp down Neptune velocity in shallow water 
    382 / 
  • branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_cfg

    r4990 r5282  
    4646!----------------------------------------------------------------------- 
    4747   nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file 
    48    rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0) 
    49    rn_rdtmin   = 7200.           !  minimum time step on tracers (used if nn_acc=1) 
    50    rn_rdtmax   = 7200.           !  maximum time step on tracers (used if nn_acc=1) 
     48   rn_rdt      = 7200.     !  time step for the dynamics  
    5149   jphgr_msh   =       5                 !  type of horizontal mesh 
    5250   ppglam0     =       0.0               !  longitude of first raw and column T-point (jphgr_msh = 1) 
     
    161159/ 
    162160!----------------------------------------------------------------------- 
    163 &namcla        !   cross land advection 
    164 !----------------------------------------------------------------------- 
    165 / 
    166 !----------------------------------------------------------------------- 
    167161&namobc        !   open boundaries parameters                           ("key_obc") 
    168162!----------------------------------------------------------------------- 
     
    358352!----------------------------------------------------------------------- 
    359353/ 
    360 !----------------------------------------------------------------------- 
    361 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    362 !----------------------------------------------------------------------- 
    363    ln_neptramp       = .false.  ! ramp down Neptune velocity in shallow water 
    364 / 
  • branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_cfg

    r4990 r5282  
    3636!----------------------------------------------------------------------- 
    3737   nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file 
    38    rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0) 
    39    rn_rdtmin   = 7200.           !  minimum time step on tracers (used if nn_acc=1) 
    40    rn_rdtmax   = 7200.           !  maximum time step on tracers (used if nn_acc=1) 
     38   rn_rdt      = 7200.     !  time step for the dynamics  
    4139   jphgr_msh   =       5                 !  type of horizontal mesh 
    4240   ppglam0     =       0.0               !  longitude of first raw and column T-point (jphgr_msh = 1) 
     
    104102/ 
    105103!----------------------------------------------------------------------- 
    106 &namcla        !   cross land advection 
    107 !----------------------------------------------------------------------- 
    108 / 
    109 !----------------------------------------------------------------------- 
    110104&nambfr        !   bottom friction 
    111105!----------------------------------------------------------------------- 
     
    213207!----------------------------------------------------------------------- 
    214208/ 
    215 !----------------------------------------------------------------------- 
    216 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    217 !----------------------------------------------------------------------- 
    218    ln_neptramp       = .false.  ! ramp down Neptune velocity in shallow water 
    219 / 
     209 
  • branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/CONFIG/GYRE_XIOS/EXP00/namelist_cfg

    r4373 r5282  
    4040!----------------------------------------------------------------------- 
    4141   nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file 
    42    rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0) 
     42   rn_rdt      = 7200.     !  time step for the dynamics  
    4343!   nn_baro     =   60      !  number of barotropic time step            ("key_dynspg_ts") 
    44    rn_rdtmin   = 7200.           !  minimum time step on tracers (used if nn_acc=1) 
    45    rn_rdtmax   = 7200.           !  maximum time step on tracers (used if nn_acc=1) 
    4644   jphgr_msh   =       5                 !  type of horizontal mesh 
    4745   ppglam0     =       0.0               !  longitude of first raw and column T-point (jphgr_msh = 1) 
     
    150148/ 
    151149!----------------------------------------------------------------------- 
    152 &namcla        !   cross land advection 
    153 !----------------------------------------------------------------------- 
    154 / 
    155 !----------------------------------------------------------------------- 
    156150&namobc        !   open boundaries parameters                           ("key_obc") 
    157151!----------------------------------------------------------------------- 
     
    195189&nameos        !   ocean physical parameters 
    196190!----------------------------------------------------------------------- 
    197    nn_eos      =   2       !  type of equation of state and Brunt-Vaisala frequency 
     191   nn_eos      =   0       !  type of equation of state and Brunt-Vaisala frequency 
    198192/ 
    199193!----------------------------------------------------------------------- 
     
    330324!----------------------------------------------------------------------- 
    331325/ 
    332 !----------------------------------------------------------------------- 
    333 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    334 !----------------------------------------------------------------------- 
    335    ln_neptramp       = .false.  ! ramp down Neptune velocity in shallow water 
    336 / 
  • branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/CONFIG/ISOMIP/EXP00/namelist_cfg

    r4924 r5282  
    55!!                                    namsbc_cpl, namtra_qsr, namsbc_rnf, 
    66!!                                    namsbc_apr, namsbc_ssr, namsbc_alb) 
    7 !!              4 - lateral boundary (namlbc, namcla, namobc, namagrif, nambdy, nambdy_tide) 
     7!!              4 - lateral boundary (namlbc, namobc, namagrif, nambdy, nambdy_tide) 
    88!!              5 - bottom  boundary (nambfr, nambbc, nambbl) 
    99!!              6 - Tracer           (nameos, namtra_adv, namtra_ldf, namtra_dmp) 
     
    4141   nn_stock    =  999999   !  frequency of creation of a restart file (modulo referenced to 1) 
    4242   nn_write    =  999999   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    43    ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T) 
    4443   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
    4544   ln_clobber  = .false.   !  clobber (overwrite) an existing file 
     
    9998   rn_e3zps_rat=    0.1    !  rn_e3zps_min and rn_e3zps_rat*e3t, with 0<rn_e3zps_rat<1 
    10099                           ! 
    101    rn_rdt      = 1800.     !  time step for the dynamics (and tracer if nn_acc=0) 
     100   rn_rdt      = 1800.     !  time step for the dynamics  
    102101   rn_atfp     =    0.1    !  asselin time filter parameter 
    103    nn_acc      =    0      !  acceleration of convergence : =1      used, rdt < rdttra(k) 
    104                                  !                          =0, not used, rdt = rdttra 
    105    rn_rdtmin   = 1800.           !  minimum time step on tracers (used if nn_acc=1) 
    106    rn_rdtmax   = 1800.           !  maximum time step on tracers (used if nn_acc=1) 
    107    rn_rdth     =  800.           !  depth variation of tracer time step  (used if nn_acc=1) 
    108102   ln_crs      = .false.      !  Logical switch for coarsening module 
    109103   jphgr_msh   =       1               !  type of horizontal mesh 
     
    290284!!====================================================================== 
    291285!!   namlbc        lateral momentum boundary condition 
    292 !!   namcla        cross land advection 
    293286!!   namobc        open boundaries parameters                           ("key_obc") 
    294287!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
     
    302295   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
    303296                           !  free slip  !   partial slip  !   no slip   ! strong slip 
    304 / 
    305 !----------------------------------------------------------------------- 
    306 &namcla        !   cross land advection 
    307 !----------------------------------------------------------------------- 
    308297/ 
    309298!----------------------------------------------------------------------- 
     
    420409   !                                           (normally=0; not used with Griffies) 
    421410   rn_slpmax        =     0.01  !  slope limit 
    422    rn_chsmag        =     1.    !  multiplicative factor in Smagorinsky diffusivity 
    423    rn_smsh          =     1.    !  Smagorinsky diffusivity: = 0 - use only sheer 
    424411   rn_aht_m         =   100.    !  upper limit or stability criteria for lateral eddy diffusivity (m2/s) 
    425412/ 
     
    482469   rn_ahmb_0        =     0.    !  background eddy viscosity for ldf_iso [m2/s] 
    483470   rn_ahm_0_blp     =     0.    !  horizontal bilaplacian eddy viscosity [m4/s] 
    484    rn_cmsmag_1      =     3.    !  constant in laplacian Smagorinsky viscosity 
    485    rn_cmsmag_2      =     3     !  constant in bilaplacian Smagorinsky viscosity 
    486    rn_cmsh          =     1.    !  1 or 0 , if 0 -use only shear for Smagorinsky viscosity 
    487471   rn_ahm_m_blp     =    -1.e12 !  upper limit for bilap  abs(ahm) < min( dx^4/128rdt, rn_ahm_m_blp) 
    488472   rn_ahm_m_lap     =   600.    !  upper limit for lap  ahm < min(dx^2/16rdt, rn_ahm_m_lap) 
     
    659643!----------------------------------------------------------------------- 
    660644/ 
    661 !----------------------------------------------------------------------- 
    662 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    663 !----------------------------------------------------------------------- 
    664 / 
  • branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist_cfg

    r4990 r5282  
    5050   ppkth2      =  999999.              ! 
    5151   ppacr2      =  999999.              ! 
    52    rn_rdt      = 2880.     !  time step for the dynamics (and tracer if nn_acc=0) 
    53    rn_rdtmin   = 14400.          !  minimum time step on tracers (used if nn_acc=1) 
    54    rn_rdtmax   = 14400.          !  maximum time step on tracers (used if nn_acc=1) 
     52   rn_rdt      = 2880.     !  time step for the dynamics  
    5553/ 
    5654!----------------------------------------------------------------------- 
     
    117115/ 
    118116!----------------------------------------------------------------------- 
    119 &namcla        !   cross land advection 
    120 !----------------------------------------------------------------------- 
    121 / 
    122 !----------------------------------------------------------------------- 
    123117&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    124118!----------------------------------------------------------------------- 
     
    218212/ 
    219213!----------------------------------------------------------------------- 
    220 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    221 !----------------------------------------------------------------------- 
    222 / 
    223 !----------------------------------------------------------------------- 
    224214&namobs       !  observation usage                                      ('key_diaobs') 
    225215!----------------------------------------------------------------------- 
  • branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist_cfg

    r4990 r5282  
    9393/ 
    9494!----------------------------------------------------------------------- 
    95 &namcla        !   cross land advection 
    96 !----------------------------------------------------------------------- 
    97 / 
    98 !----------------------------------------------------------------------- 
    9995&nambfr        !   bottom friction 
    10096!----------------------------------------------------------------------- 
     
    185181/ 
    186182!----------------------------------------------------------------------- 
    187 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    188 !----------------------------------------------------------------------- 
    189 / 
    190 !----------------------------------------------------------------------- 
    191183&namobs       !  observation usage                                      ('key_diaobs') 
    192184!----------------------------------------------------------------------- 
  • branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/1_namelist_cfg

    r4990 r5282  
    5050   ppkth2      =  999999.              ! 
    5151   ppacr2      =  999999.              ! 
    52    rn_rdt      = 2880.     !  time step for the dynamics (and tracer if nn_acc=0) 
    53    rn_rdtmin   = 14400.          !  minimum time step on tracers (used if nn_acc=1) 
    54    rn_rdtmax   = 14400.          !  maximum time step on tracers (used if nn_acc=1) 
     52   rn_rdt      = 2880.     !  time step for the dynamics 
    5553/ 
    5654!----------------------------------------------------------------------- 
     
    117115/ 
    118116!----------------------------------------------------------------------- 
    119 &namcla        !   cross land advection 
    120 !----------------------------------------------------------------------- 
    121 / 
    122 !----------------------------------------------------------------------- 
    123117&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    124118!----------------------------------------------------------------------- 
  • branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_cfg

    r4995 r5282  
    9393/ 
    9494!----------------------------------------------------------------------- 
    95 &namcla        !   cross land advection 
    96 !----------------------------------------------------------------------- 
    97 / 
    98 !----------------------------------------------------------------------- 
    9995&nambfr        !   bottom friction 
    10096!----------------------------------------------------------------------- 
     
    187183!----------------------------------------------------------------------- 
    188184/ 
    189 !----------------------------------------------------------------------- 
    190 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    191 !----------------------------------------------------------------------- 
    192 / 
  • branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00/1_namelist_cfg

    r4147 r5282  
    55!!                                    namsbc_cpl, namtra_qsr, namsbc_rnf,  
    66!!                                    namsbc_apr, namsbc_ssr, namsbc_alb) 
    7 !!              4 - lateral boundary (namlbc, namcla, namobc, namagrif, nambdy, nambdy_tide) 
     7!!              4 - lateral boundary (namlbc, namobc, namagrif, nambdy, nambdy_tide) 
    88!!              5 - bottom  boundary (nambfr, nambbc, nambbl) 
    99!!              6 - Tracer           (nameos, namtra_adv, namtra_ldf, namtra_dmp) 
     
    4040   nn_stock    =   10950   !  frequency of creation of a restart file (modulo referenced to 1) 
    4141   nn_write    =   10950   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    42    ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T) 
    4342   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
    4443   ln_clobber  = .false.   !  clobber (overwrite) an existing file 
     
    8584   rn_e3zps_rat=    0.1    !  rn_e3zps_min and rn_e3zps_rat*e3t, with 0<rn_e3zps_rat<1 
    8685                           ! 
    87    rn_rdt      = 2880.     !  time step for the dynamics (and tracer if nn_acc=0) 
     86   rn_rdt      = 2880.     !  time step for the dynamics  
    8887   nn_baro     =   64      !  number of barotropic time step            ("key_dynspg_ts") 
    8988   rn_atfp     =    0.1    !  asselin time filter parameter 
    90    nn_acc      =    0      !  acceleration of convergence : =1      used, rdt < rdttra(k) 
    91                                  !                          =0, not used, rdt = rdttra 
    92    rn_rdtmin   = 14400.          !  minimum time step on tracers (used if nn_acc=1) 
    93    rn_rdtmax   = 14400.          !  maximum time step on tracers (used if nn_acc=1) 
    94    rn_rdth     =  800.           !  depth variation of tracer time step  (used if nn_acc=1) 
    9589/ 
    9690!----------------------------------------------------------------------- 
     
    302296!!====================================================================== 
    303297!!   namlbc        lateral momentum boundary condition 
    304 !!   namcla        cross land advection 
    305298!!   namobc        open boundaries parameters                           ("key_obc") 
    306299!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif")  
     
    314307   rn_shlat    =    2.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
    315308                           !  free slip  !   partial slip  !   no slip   ! strong slip 
    316 / 
    317 !----------------------------------------------------------------------- 
    318 &namcla        !   cross land advection 
    319 !----------------------------------------------------------------------- 
    320    nn_cla      =    0      !  advection between 2 ocean pts separates by land 
    321309/ 
    322310!----------------------------------------------------------------------- 
  • branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00/namelist_cfg

    r4370 r5282  
    132132/ 
    133133!----------------------------------------------------------------------- 
    134 &namcla        !   cross land advection 
    135 !----------------------------------------------------------------------- 
    136 / 
    137 !----------------------------------------------------------------------- 
    138134&namobc        !   open boundaries parameters                           ("key_obc") 
    139135!----------------------------------------------------------------------- 
     
    291287!----------------------------------------------------------------------- 
    292288/ 
    293 !----------------------------------------------------------------------- 
    294 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    295 !----------------------------------------------------------------------- 
    296 / 
  • branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist_cfg

    r4370 r5282  
    9393/ 
    9494!----------------------------------------------------------------------- 
    95 &namcla        !   cross land advection 
    96 !----------------------------------------------------------------------- 
    97 / 
    98 !----------------------------------------------------------------------- 
    9995&nambfr        !   bottom friction 
    10096!----------------------------------------------------------------------- 
     
    184180!----------------------------------------------------------------------- 
    185181/ 
    186 !----------------------------------------------------------------------- 
    187 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    188 !----------------------------------------------------------------------- 
    189 / 
  • branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_cfg

    r4370 r5282  
    3232!----------------------------------------------------------------------- 
    3333   nn_msh      =    1      !  create (=1) a mesh file or not (=0) 
    34    rn_rdt      = 21600.    !  time step for the dynamics (and tracer if nn_acc=0) 
    35    rn_rdtmin   = 21600.          !  minimum time step on tracers (used if nn_acc=1) 
    36    rn_rdtmax   = 21600.          !  maximum time step on tracers (used if nn_acc=1) 
     34   rn_rdt      = 21600.    !  time step for the dynamics  
    3735   jphgr_msh   =       0               !  type of horizontal mesh 
    3836   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
     
    7775!----------------------------------------------------------------------- 
    7876/       
    79  
    80 !----------------------------------------------------------------------- 
    81 &namcla        !   cross land advection 
    82 !----------------------------------------------------------------------- 
    83 / 
    8477!----------------------------------------------------------------------- 
    8578&nambbl        !   bottom boundary layer scheme 
  • branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5029 r5282  
    55!!                                    namsbc_cpl, namtra_qsr, namsbc_rnf, 
    66!!                                    namsbc_apr, namsbc_ssr, namsbc_alb) 
    7 !!              4 - lateral boundary (namlbc, namcla, namobc, namagrif, nambdy, nambdy_tide) 
     7!!              4 - lateral boundary (namlbc, namobc, namagrif, nambdy, nambdy_tide) 
    88!!              5 - bottom  boundary (nambfr, nambbc, nambbl) 
    99!!              6 - Tracer           (nameos, namtra_adv, namtra_ldf, namtra_dmp) 
     
    4141   nn_stock    =    5475   !  frequency of creation of a restart file (modulo referenced to 1) 
    4242   nn_write    =    5475   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    43    ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T) 
    4443   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
    4544   ln_clobber  = .false.   !  clobber (overwrite) an existing file 
     
    121120   rn_e3zps_rat=    0.1    !  rn_e3zps_min and rn_e3zps_rat*e3t, with 0<rn_e3zps_rat<1 
    122121                           ! 
    123    rn_rdt      = 5760.     !  time step for the dynamics (and tracer if nn_acc=0) 
     122   rn_rdt      = 5760.     !  time step for the dynamics  
    124123   rn_atfp     =    0.1    !  asselin time filter parameter 
    125    nn_acc      =    0      !  acceleration of convergence : =1      used, rdt < rdttra(k) 
    126                                  !                          =0, not used, rdt = rdttra 
    127    rn_rdtmin   = 28800.          !  minimum time step on tracers (used if nn_acc=1) 
    128    rn_rdtmax   = 28800.          !  maximum time step on tracers (used if nn_acc=1) 
    129    rn_rdth     =  800.           !  depth variation of tracer time step  (used if nn_acc=1) 
    130124   ln_crs      = .false.      !  Logical switch for coarsening module 
    131125   jphgr_msh   =       0               !  type of horizontal mesh 
     
    526520!!====================================================================== 
    527521!!   namlbc        lateral momentum boundary condition 
    528 !!   namcla        cross land advection 
    529522!!   namobc        open boundaries parameters                           ("key_obc") 
    530523!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
     
    539532                           !  free slip  !   partial slip  !   no slip   ! strong slip 
    540533   ln_vorlat   = .false.   !  consistency of vorticity boundary condition with analytical eqs. 
    541 / 
    542 !----------------------------------------------------------------------- 
    543 &namcla        !   cross land advection 
    544 !----------------------------------------------------------------------- 
    545    nn_cla      =    0      !  advection between 2 ocean pts separates by land 
    546534/ 
    547535!----------------------------------------------------------------------- 
     
    783771   !                                           (normally=0; not used with Griffies) 
    784772   rn_slpmax        =     0.01  !  slope limit 
    785    rn_chsmag        =     1.    !  multiplicative factor in Smagorinsky diffusivity 
    786    rn_smsh          =     1.    !  Smagorinsky diffusivity: = 0 - use only sheer 
    787773   rn_aht_m         =  2000.    !  upper limit or stability criteria for lateral eddy diffusivity (m2/s) 
    788774/ 
     
    876862   rn_ahmb_0        =     0.    !  background eddy viscosity for ldf_iso [m2/s] 
    877863   rn_ahm_0_blp     =     0.    !  horizontal bilaplacian eddy viscosity [m4/s] 
    878    rn_cmsmag_1      =     3.    !  constant in laplacian Smagorinsky viscosity 
    879    rn_cmsmag_2      =     3     !  constant in bilaplacian Smagorinsky viscosity 
    880    rn_cmsh          =     1.    !  1 or 0 , if 0 -use only shear for Smagorinsky viscosity 
    881864   rn_ahm_m_blp     =    -1.e12 !  upper limit for bilap  abs(ahm) < min( dx^4/128rdt, rn_ahm_m_blp) 
    882865   rn_ahm_m_lap     = 40000.    !  upper limit for lap  ahm < min(dx^2/16rdt, rn_ahm_m_lap) 
     
    12591242   cn_dir_cdg  = './'  !  root directory for the location of drag coefficient files 
    12601243/ 
    1261 !----------------------------------------------------------------------- 
    1262 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    1263 !----------------------------------------------------------------------- 
    1264    ! Suggested lengthscale values are those of Eby & Holloway (1994) for a coarse model 
    1265    ln_neptsimp       = .false.  ! yes/no use simplified neptune 
    1266  
    1267    ln_smooth_neptvel = .false.  ! yes/no smooth zunep, zvnep 
    1268    rn_tslse          =  1.2e4   ! value of lengthscale L at the equator 
    1269    rn_tslsp          =  3.0e3   ! value of lengthscale L at the pole 
    1270    ! Specify whether to ramp down the Neptune velocity in shallow 
    1271    ! water, and if so the depth range controlling such ramping down 
    1272    ln_neptramp       = .true.   ! ramp down Neptune velocity in shallow water 
    1273    rn_htrmin         =  100.0   ! min. depth of transition range 
    1274    rn_htrmax         =  200.0   ! max. depth of transition range 
    1275 / 
  • branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/CONFIG/cfg.txt

    r4990 r5282  
    1 GYRE_PISCES OPA_SRC TOP_SRC 
    21ORCA2_LIM_CFC_C14b OPA_SRC LIM_SRC_2 NST_SRC TOP_SRC 
    32GYRE_XIOS OPA_SRC 
Note: See TracChangeset for help on using the changeset viewer.