!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> !! NEMO/OPA Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ! !----------------------------------------------------------------------- &namrun ! parameters of the run !----------------------------------------------------------------------- nn_no = 0 ! job number (no more used...) cn_exp = "ORCA2" ! experience name nn_it000 = 1 ! first time step nn_itend = 5475 ! last time step (std 5475) / !----------------------------------------------------------------------- &namcfg ! parameters of the configuration !----------------------------------------------------------------------- ln_read_cfg = .true. ! (=T) read the domain configuration file ! ! (=F) user defined configuration ==>>> see usrdef(_...) modules cn_domcfg = "ORCA_R2_zps_domcfg" ! domain configuration filename / !----------------------------------------------------------------------- &namdom ! space and time domain (bathymetry, mesh, timestep) !----------------------------------------------------------------------- ln_linssh = .false. ! =T linear free surface ==>> model level are fixed in time ! nn_msh = 0 ! create (>0) a mesh file or not (=0) ! / !----------------------------------------------------------------------- &namcrs ! coarsened grid (for outputs and/or TOP) (ln_crs =T) !----------------------------------------------------------------------- / !----------------------------------------------------------------------- &namtsd ! data : Temperature & Salinity !----------------------------------------------------------------------- / !----------------------------------------------------------------------- &namsbc ! Surface Boundary Condition (surface module) !----------------------------------------------------------------------- ln_blk = .true. ! Bulk formulation (T => fill namsbc_blk ) / !----------------------------------------------------------------------- &namsbc_blk ! namsbc_blk Bulk formulae !----------------------------------------------------------------------- ln_NCAR = .true. ! "NCAR" algorithm (Large and Yeager 2008) / !----------------------------------------------------------------------- &namtra_qsr ! penetrative solar radiation !----------------------------------------------------------------------- / !----------------------------------------------------------------------- &namsbc_rnf ! runoffs namelist surface boundary condition !----------------------------------------------------------------------- / !----------------------------------------------------------------------- &namsbc_ssr ! surface boundary condition : sea surface restoring !----------------------------------------------------------------------- / !----------------------------------------------------------------------- &namsbc_alb ! albedo parameters !----------------------------------------------------------------------- / !----------------------------------------------------------------------- &namberg ! iceberg parameters !----------------------------------------------------------------------- ln_icebergs = .true. ! iceberg floats or not ln_bergdia = .true. ! Calculate budgets nn_verbose_level = 1 ! Turn on more verbose output if level > 0 nn_verbose_write = 15 ! Timesteps between verbose messages nn_sample_rate = 1 ! Timesteps between sampling for trajectory storage ! Initial mass required for an iceberg of each class rn_initial_mass = 8.8e7, 4.1e8, 3.3e9, 1.8e10, 3.8e10, 7.5e10, 1.2e11, 2.2e11, 3.9e11, 7.4e11 ! Proportion of calving mass to apportion to each class rn_distribution = 0.24, 0.12, 0.15, 0.18, 0.12, 0.07, 0.03, 0.03, 0.03, 0.02 ! Ratio between effective and real iceberg mass (non-dim) ! i.e. number of icebergs represented at a point rn_mass_scaling = 2000, 200, 50, 20, 10, 5, 2, 1, 1, 1 ! thickness of newly calved bergs (m) rn_initial_thickness = 40., 67., 133., 175., 250., 250., 250., 250., 250., 250. rn_rho_bergs = 850. ! Density of icebergs rn_LoW_ratio = 1.5 ! Initial ratio L/W for newly calved icebergs ln_operator_splitting = .true. ! Use first order operator splitting for thermodynamics rn_bits_erosion_fraction = 0. ! Fraction of erosion melt flux to divert to bergy bits rn_sicn_shift = 0. ! Shift of sea-ice concn in erosion flux (0 fill namzdf_ric) ln_zdftke = .true. ! Turbulent Kinetic Energy closure (T => fill namzdf_tke) ln_zdfgls = .false. ! Generic Length Scale closure (T => fill namzdf_gls) ! ! ! convection ln_zdfevd = .true. ! Enhanced Vertical Diffusion scheme nn_evdm = 0 ! evd apply on tracer (=0) or on tracer and momentum (=1) rn_evd = 100. ! evd mixing coefficient [m2/s] ! ln_zdfddm = .true. ! double diffusive mixing rn_avts = 1.e-4 ! maximum avs (vertical mixing on salinity) rn_hsbfr = 1.6 ! heat/salt buoyancy flux ratio ! ! ! gravity wave-driven vertical mixing ln_zdfiwm = .false. ! internal wave-induced mixing (T => fill namzdf_iwm) ln_zdfswm = .false. ! surface wave-induced mixing (T => ln_wave=ln_sdw=T ) ! ! ! Coefficients rn_avm0 = 1.2e-4 ! vertical eddy viscosity [m2/s] (background Kz if ln_zdfcst=F) rn_avt0 = 1.2e-5 ! vertical eddy diffusivity [m2/s] (background Kz if ln_zdfcst=F) nn_avb = 0 ! profile for background avt & avm (=1) or not (=0) nn_havtb = 1 ! horizontal shape for avtb (=1) or not (=0) / !----------------------------------------------------------------------- &namzdf_tke ! turbulent eddy kinetic dependent vertical diffusion !----------------------------------------------------------------------- / !----------------------------------------------------------------------- &namzdf_iwm ! tidal mixing parameterization (ln_zdfiwm =T) !----------------------------------------------------------------------- nn_zpyc = 2 ! pycnocline-intensified dissipation scales as N (=1) or N^2 (=2) ln_mevar = .true. ! variable (T) or constant (F) mixing efficiency ln_tsdiff = .true. ! account for differential T/S mixing (T) or not (F) / !----------------------------------------------------------------------- &nammpp ! Massively Parallel Processing ("key_mpp_mpi) !----------------------------------------------------------------------- / !----------------------------------------------------------------------- &namctl ! Control prints & Benchmark !----------------------------------------------------------------------- / !----------------------------------------------------------------------- &namptr ! Poleward Transport Diagnostic !----------------------------------------------------------------------- / !----------------------------------------------------------------------- &namhsb ! Heat and salt budgets (default F) !----------------------------------------------------------------------- ln_diahsb = .true. ! check the heat and salt budgets (T) or not (F) / !----------------------------------------------------------------------- &namobs ! observation usage ('key_diaobs') !----------------------------------------------------------------------- / !----------------------------------------------------------------------- &nam_asminc ! assimilation increments ('key_asminc') !----------------------------------------------------------------------- /