!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> !! 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_SAS" ! experience name nn_it000 = 1 ! first time step nn_itend = 100 ! 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 = .true. ! =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) / !----------------------------------------------------------------------- &namsbc_sas ! Stand-Alone Surface module !----------------------------------------------------------------------- / !----------------------------------------------------------------------- &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 !----------------------------------------------------------------------- / !----------------------------------------------------------------------- &nameos ! ocean physical parameters !----------------------------------------------------------------------- ln_teos10 = .true. ! = Use TEOS-10 equation of state / !----------------------------------------------------------------------- &namtra_adv ! advection scheme for tracer !----------------------------------------------------------------------- ln_traadv_fct = .true. ! FCT scheme nn_fct_h = 2 ! =2/4, horizontal 2nd / 4th order nn_fct_v = 2 ! =2/4, vertical 2nd / COMPACT 4th order nn_fct_zts = 0 ! > 1 , 2nd order FCT scheme with vertical sub-timestepping ! ! (number of sub-timestep = nn_fct_zts) / !----------------------------------------------------------------------- &nammpp ! Massively Parallel Processing ("key_mpp_mpi) !----------------------------------------------------------------------- / !----------------------------------------------------------------------- &namctl ! Control prints & Benchmark !----------------------------------------------------------------------- /