123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212 |
- !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
- !! NEMO/OPA Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref
- !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
- !
- !-----------------------------------------------------------------------
- &namrun ! parameters of the run
- !-----------------------------------------------------------------------
- nn_itend = 54750 ! last time step (std 5475)
- ln_clobber = .true. ! clobber (overwrite) an existing file
- nn_stock = 54750 ! frequency of creation of a restart file (modulo referenced to 1)
- nn_write = 54750 ! frequency of write in the output file (modulo referenced to nn_it000)
- /
- !-----------------------------------------------------------------------
- &namcfg ! parameters of the configuration
- !-----------------------------------------------------------------------
- cp_cfg = "orca" ! name of the configuration
- jp_cfg = 2 ! resolution of the configuration
- jpidta = 182 ! 1st lateral dimension ( >= jpi )
- jpjdta = 149 ! 2nd " " ( >= jpj )
- jpkdta = 31 ! number of levels ( >= jpk )
- jpiglo = 182 ! 1st dimension of global domain --> i =jpidta
- jpjglo = 149 ! 2nd - - --> j =jpjdta
- jpizoom = 1 ! left bottom (i,j) indices of the zoom
- jpjzoom = 1 ! in data domain indices
- jperio = 4 ! lateral cond. type (between 0 and 6)
- /
- !-----------------------------------------------------------------------
- &namzgr ! vertical coordinate
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &namdom ! space and time domain (bathymetry, mesh, timestep)
- !-----------------------------------------------------------------------
- jphgr_msh = 0 ! type of horizontal mesh
- ppglam0 = 999999.0 ! longitude of first raw and column T-point (jphgr_msh = 1)
- ppgphi0 = 999999.0 ! latitude of first raw and column T-point (jphgr_msh = 1)
- ppe1_deg = 999999.0 ! zonal grid-spacing (degrees)
- ppe2_deg = 999999.0 ! meridional grid-spacing (degrees)
- ppe1_m = 999999.0 ! zonal grid-spacing (degrees)
- ppe2_m = 999999.0 ! meridional grid-spacing (degrees)
- ppsur = -4762.96143546300 ! ORCA r4, r2 and r05 coefficients
- ppa0 = 255.58049070440 ! (default coefficients)
- ppa1 = 245.58132232490 !
- ppkth = 21.43336197938 !
- ppacr = 3.0 !
- ppdzmin = 999999. ! Minimum vertical spacing
- pphmax = 999999. ! Maximum depth
- ldbletanh = .FALSE. ! Use/do not use double tanf function for vertical coordinates
- ppa2 = 999999. ! Double tanh function parameters
- ppkth2 = 999999. !
- ppacr2 = 999999. !
- /
- !-----------------------------------------------------------------------
- &namsplit ! time splitting parameters ("key_dynspg_ts")
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &namcrs ! Grid coarsening for dynamics output and/or
- ! passive tracer coarsened online simulations
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &namtsd ! data : Temperature & Salinity
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &namsbc ! Surface Boundary Condition (surface module)
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &namsbc_core ! namsbc_core CORE bulk formulae
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &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
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &namlbc ! lateral momentum boundary condition
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &namcla ! cross land advection
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &nambfr ! bottom friction
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &nambbc ! bottom temperature boundary condition
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &nambbl ! bottom boundary layer scheme
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &nameos ! ocean physical parameters
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &namtra_adv ! advection scheme for tracer
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &namtra_adv_mle ! mixed layer eddy parametrisation (Fox-Kemper param)
- !-----------------------------------------------------------------------
- /
- !----------------------------------------------------------------------------------
- &namtra_ldf ! lateral diffusion scheme for tracers
- !----------------------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &namtra_dmp ! tracer: T & S newtonian damping
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &namdyn_adv ! formulation of the momentum advection
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &namdyn_vor ! option of physics/algorithm (not control by CPP keys)
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &namdyn_hpg ! Hydrostatic pressure gradient option
- !-----------------------------------------------------------------------
- ln_hpg_zco = .false. ! z-coordinate - full steps
- ln_hpg_zps = .false. ! z-coordinate - partial steps (interpolation)
- ln_hpg_sco = .false. ! s-coordinate (standard jacobian formulation)
- ln_hpg_djc = .false. ! s-coordinate (Density Jacobian with Cubic polynomial)
- ln_hpg_prj = .true. ! s-coordinate (Pressure Jacobian scheme)
- ln_dynhpg_imp = .false. ! time stepping: semi-implicit time scheme (T)
- ! centered time scheme (F)
- /
- !-----------------------------------------------------------------------
- &namdyn_ldf ! lateral diffusion on momentum
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &namzdf ! vertical physics
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &namzdf_tke ! turbulent eddy kinetic dependent vertical diffusion ("key_zdftke")
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &namzdf_ddm ! double diffusive mixing parameterization ("key_zdfddm")
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &namzdf_tmx ! tidal mixing parameterization ("key_zdftmx")
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &namzdf_tmx_new ! new tidal mixing parameterization ("key_zdftmx_new")
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &namsol ! elliptic solver / island / free surface
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &nammpp ! Massively Parallel Processing ("key_mpp_mpi)
- !-----------------------------------------------------------------------
- ln_nnogather= .true. ! activate code to avoid mpi_allgather use at the northfold
- jpni = 5 ! Parameter modified
- jpnj = 4 ! Parameter modified
- jpnij = 20 ! Parameter modified
- /
- !-----------------------------------------------------------------------
- &namctl ! Control prints & Benchmark
- !-----------------------------------------------------------------------
- nn_timing = 0 ! timing by routine activated (=1) creates timing.output file, or not (=0)
- /
- !-----------------------------------------------------------------------
- &namptr ! Poleward Transport Diagnostic
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &namhsb ! Heat and salt budgets
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &namdyn_nept ! Neptune effect (simplified: lateral and vertical diffusions removed)
- !-----------------------------------------------------------------------
- /
|