489 lines
29 KiB
Plaintext
Executable File
489 lines
29 KiB
Plaintext
Executable File
!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
|
!! NEMO/OCE Configuration namelist : overwrite default values defined in SHARED/namelist_ref
|
|
!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
|
!! ISOMIP configuration !!
|
|
!!======================================================================
|
|
!! *** Domain & Run management namelists *** !!
|
|
!! !!
|
|
!! namrun parameters of the run
|
|
!! namdom space and time domain
|
|
!! namcfg parameters of the configuration (default: user defined GYRE)
|
|
!! namwad Wetting and drying (default: OFF)
|
|
!! namtsd data: temperature & salinity (default: OFF)
|
|
!! namcrs coarsened grid (for outputs and/or TOP) (ln_crs =T)
|
|
!! namc1d 1D configuration options (ln_c1d =T)
|
|
!! namc1d_dyndmp 1D newtonian damping applied on currents (ln_c1d =T)
|
|
!! namc1d_uvd 1D data (currents) (ln_c1d =T)
|
|
!!======================================================================
|
|
!
|
|
!-----------------------------------------------------------------------
|
|
&namrun ! parameters of the run
|
|
!-----------------------------------------------------------------------
|
|
cn_exp = "ICB" ! experience name
|
|
nn_it000 = 1 ! first time step
|
|
nn_itend = 480 ! last time step
|
|
nn_leapy = 0 ! Leap year calendar (1) or not (0)
|
|
ln_clobber = .true. ! clobber (overwrite) an existing file
|
|
nn_istate = 0 ! output the initial state (1) or not (0)
|
|
nn_stock = 99999999 ! frequency of creation of a restart file (modulo referenced to 1)
|
|
nn_write = 48 ! frequency of write in the output file (modulo referenced to nn_it000)
|
|
nn_istate = 0 ! output the initial state (1) or not (0)
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namusr_def ! ISOMIP user defined namelist
|
|
!-----------------------------------------------------------------------
|
|
ln_zps = .false. ! z-partial-step coordinate
|
|
ln_zco = .true. ! z-full-step coordinate
|
|
ln_sco = .false. ! s-coordinate
|
|
rn_dx = 1000 ! zonal grid-spacing (degrees)
|
|
rn_dy = 1000 ! meridional grid-spacing (degrees)
|
|
rn_e3 = 10. ! vertical resolution
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namdom ! time and space domain
|
|
!-----------------------------------------------------------------------
|
|
ln_linssh = .false. ! =T linear free surface ==>> model level are fixed in time
|
|
rn_Dt = 180. ! time step for the dynamics (and tracer if nn_acc=0)
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namcfg ! parameters of the configuration (default: use namusr_def in namelist_cfg)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namtile ! parameters of the tiling
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namtsd ! Temperature & Salinity Data (init/dmp) (default: OFF)
|
|
!-----------------------------------------------------------------------
|
|
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namwad ! Wetting and Drying (WaD) (default: OFF)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namcrs ! coarsened grid (for outputs and/or TOP) (ln_crs =T)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namc1d ! 1D configuration options (ln_c1d =T default: PAPA station)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namc1d_dyndmp ! U & V newtonian damping (ln_c1d =T default: OFF)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namc1d_uvd ! data: U & V currents (ln_c1d =T default: OFF)
|
|
!-----------------------------------------------------------------------
|
|
|
|
/
|
|
|
|
!!======================================================================
|
|
!! *** Surface Boundary Condition namelists *** !!
|
|
!! !!
|
|
!! namsbc surface boundary condition manager (default: NO selection)
|
|
!! namsbc_flx flux formulation (ln_flx =T)
|
|
!! namsbc_blk Bulk formulae formulation (ln_blk =T)
|
|
!! namsbc_cpl CouPLed formulation ("key_oasis3" )
|
|
!! namsbc_sas Stand-Alone Surface module (SAS_SRC only)
|
|
!! namsbc_iif Ice-IF: use observed ice cover (nn_ice = 1 )
|
|
!! namtra_qsr penetrative solar radiation (ln_traqsr =T)
|
|
!! namsbc_ssr sea surface restoring term (for T and/or S) (ln_ssr =T)
|
|
!! namsbc_rnf river runoffs (ln_rnf =T)
|
|
!! namsbc_apr Atmospheric Pressure (ln_apr_dyn =T)
|
|
!! namsbc_wave external fields from wave model (ln_wave =T)
|
|
!! namberg iceberg floats (ln_icebergs=T)
|
|
!!======================================================================
|
|
!
|
|
!-----------------------------------------------------------------------
|
|
&namsbc ! Surface Boundary Condition manager (default: NO selection)
|
|
!-----------------------------------------------------------------------
|
|
nn_fsbc = 1 ! frequency of SBC module call
|
|
! ! (control sea-ice & iceberg model call)
|
|
ln_usr = .true. ! user defined formulation (T => check usrdef_sbc)
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namsbc_flx ! surface boundary condition : flux formulation (ln_flx =T)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namsbc_blk ! namsbc_blk generic Bulk formula (ln_blk =T)
|
|
!-----------------------------------------------------------------------
|
|
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namsbc_cpl ! coupled ocean/atmosphere model ("key_oasis3")
|
|
!-----------------------------------------------------------------------
|
|
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namsbc_sas ! Stand-Alone Surface module: ocean data (SAS_SRC only)
|
|
!-----------------------------------------------------------------------
|
|
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namsbc_iif ! Ice-IF : use observed ice cover (nn_ice = 1)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namtra_qsr ! penetrative solar radiation (ln_traqsr =T)
|
|
!-----------------------------------------------------------------------
|
|
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namsbc_ssr ! surface boundary condition : sea surface restoring (ln_ssr =T)
|
|
!-----------------------------------------------------------------------
|
|
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namsbc_rnf ! runoffs (ln_rnf =T)
|
|
!-----------------------------------------------------------------------
|
|
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namsbc_apr ! Atmospheric pressure used as ocean forcing (ln_apr_dyn =T)
|
|
!-----------------------------------------------------------------------
|
|
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namisf ! Top boundary layer (ISF) (default: OFF)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namsbc_wave ! External fields from wave model (ln_wave=T)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namberg ! iceberg parameters (default: OFF)
|
|
!-----------------------------------------------------------------------
|
|
ln_icebergs = .true. ! activate iceberg floats (force =F with "key_agrif")
|
|
! ! diagnostics:
|
|
ln_bergdia = .true. ! Calculate budgets
|
|
nn_verbose_level = 0 ! 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
|
|
!
|
|
! ! iceberg setting:
|
|
! ! 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., 100.
|
|
!
|
|
rn_rho_bergs = 1025. ! 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<sicn_shift<1)
|
|
ln_passive_mode = .false. ! iceberg - ocean decoupling
|
|
nn_test_icebergs = 10 ! Create test icebergs of this class (-1 = no)
|
|
! ! Put a test iceberg at each gridpoint in box (lon1,lon2,lat1,lat2)
|
|
rn_test_box = 1500.0, 39500.0, 9500.0, 10500.0
|
|
!
|
|
ln_M2016 = .false. ! use Merino et al. (2016) modification (use of 3d ocean data instead of only sea surface data)
|
|
ln_icb_grd = .false.
|
|
/
|
|
|
|
!!======================================================================
|
|
!! *** Lateral boundary condition *** !!
|
|
!! !!
|
|
!! namlbc lateral momentum boundary condition (default: NO selection)
|
|
!! namagrif agrif nested grid (read by child model only) ("key_agrif")
|
|
!! nam_tide Tidal forcing (default: OFF)
|
|
!! nambdy Unstructured open boundaries (default: OFF)
|
|
!! nambdy_dta Unstructured open boundaries - external data (see nambdy)
|
|
!! nambdy_tide tidal forcing at open boundaries (default: OFF)
|
|
!!======================================================================
|
|
!
|
|
!-----------------------------------------------------------------------
|
|
&namlbc ! lateral momentum boundary condition (default: NO selection)
|
|
!-----------------------------------------------------------------------
|
|
rn_shlat = 0. ! free slip
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namagrif ! AGRIF zoom ("key_agrif")
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&nam_tide ! tide parameters (default: OFF)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&nambdy ! unstructured open boundaries (default: OFF)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&nambdy_dta ! open boundaries - external data (see nam_bdy)
|
|
!-----------------------------------------------------------------------
|
|
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&nambdy_tide ! tidal forcing at open boundaries (default: OFF)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
|
|
!!======================================================================
|
|
!! *** Top/Bottom boundary condition *** !!
|
|
!! !!
|
|
!! namdrg top/bottom drag coefficient (default: NO selection)
|
|
!! namdrg_top top friction (ln_OFF=F & ln_isfcav=T)
|
|
!! namdrg_bot bottom friction (ln_OFF=F)
|
|
!! nambbc bottom temperature boundary condition (default: OFF)
|
|
!! nambbl bottom boundary layer scheme (default: OFF)
|
|
!!======================================================================
|
|
!
|
|
!-----------------------------------------------------------------------
|
|
&namdrg ! top/bottom drag coefficient (default: NO selection)
|
|
!-----------------------------------------------------------------------
|
|
ln_drg_OFF = .true. ! free-slip : Cd = 0 (F => fill namdrg_bot
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namdrg_top ! TOP friction (ln_OFF =F & ln_isfcav=T)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namdrg_bot ! BOTTOM friction (ln_OFF =F)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&nambbc ! bottom temperature boundary condition (default: OFF)
|
|
!-----------------------------------------------------------------------
|
|
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&nambbl ! bottom boundary layer scheme (default: OFF)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
|
|
!!======================================================================
|
|
!! Tracer (T-S) namelists !!
|
|
!! !!
|
|
!! nameos equation of state (default: NO selection)
|
|
!! namtra_adv advection scheme (default: NO selection)
|
|
!! namtra_ldf lateral diffusion scheme (default: NO selection)
|
|
!! namtra_mle mixed layer eddy param. (Fox-Kemper param.) (default: OFF)
|
|
!! namtra_eiv eddy induced velocity param. (default: OFF)
|
|
!! namtra_dmp T & S newtonian damping (default: OFF)
|
|
!!======================================================================
|
|
!
|
|
!-----------------------------------------------------------------------
|
|
&nameos ! ocean Equation Of Seawater (default: NO selection)
|
|
!-----------------------------------------------------------------------
|
|
ln_eos80 = .true. ! = Use EOS80 equation of state
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namtra_adv ! advection scheme for tracer (default: NO selection)
|
|
!-----------------------------------------------------------------------
|
|
ln_traadv_OFF = .true. ! No tracer advection
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namtra_ldf ! lateral diffusion scheme for tracers (default: NO selection)
|
|
!-----------------------------------------------------------------------
|
|
ln_traldf_OFF = .true. ! No explicit diffusion
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namtra_mle ! mixed layer eddy parametrisation (Fox-Kemper) (default: OFF)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namtra_eiv ! eddy induced velocity param. (default: OFF)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namtra_dmp ! tracer: T & S newtonian damping (default: OFF)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
|
|
!!======================================================================
|
|
!! *** Dynamics namelists *** !!
|
|
!! !!
|
|
!! nam_vvl vertical coordinate options (default: z-star)
|
|
!! namdyn_adv formulation of the momentum advection (default: NO selection)
|
|
!! namdyn_vor advection scheme (default: NO selection)
|
|
!! namdyn_hpg hydrostatic pressure gradient (default: NO selection)
|
|
!! namdyn_spg surface pressure gradient (default: NO selection)
|
|
!! namdyn_ldf lateral diffusion scheme (default: NO selection)
|
|
!! namdta_dyn offline TOP: dynamics read in files (OFF_SRC only)
|
|
!!======================================================================
|
|
!
|
|
!-----------------------------------------------------------------------
|
|
&nam_vvl ! vertical coordinate options (default: z-star)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namdyn_adv ! formulation of the momentum advection (default: NO selection)
|
|
!-----------------------------------------------------------------------
|
|
ln_dynadv_OFF = .true. ! linear dynamics (no momentum advection)
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namdyn_vor ! Vorticity / Coriolis scheme (default: NO selection)
|
|
!-----------------------------------------------------------------------
|
|
ln_dynvor_ene = .true. ! energy conserving scheme
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namdyn_hpg ! Hydrostatic pressure gradient option (default: NO selection)
|
|
!-----------------------------------------------------------------------
|
|
ln_hpg_sco = .true. ! s-coordinate adapted for isf (standard jacobian formulation)
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namdyn_spg ! surface pressure gradient (default: NO selection)
|
|
!-----------------------------------------------------------------------
|
|
ln_dynspg_ts = .true. ! split-explicit free surface
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namdyn_ldf ! lateral diffusion on momentum (default: NO selection)
|
|
!-----------------------------------------------------------------------
|
|
ln_dynldf_OFF = .true. ! No operator (i.e. no explicit diffusion)
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namdta_dyn ! offline ocean input files (OFF_SRC only)
|
|
!-----------------------------------------------------------------------
|
|
|
|
/
|
|
|
|
!!======================================================================
|
|
!! vertical physics namelists !!
|
|
!! !!
|
|
!! namzdf vertical physics manager (default: NO selection)
|
|
!! namzdf_ric richardson number vertical mixing (ln_zdfric=T)
|
|
!! namzdf_tke TKE vertical mixing (ln_zdftke=T)
|
|
!! namzdf_gls GLS vertical mixing (ln_zdfgls=T)
|
|
!! namzdf_osm OSM vertical diffusion (ln_zdfosm=T)
|
|
!! namzdf_iwm tidal mixing parameterization (ln_zdfiwm=T)
|
|
!!======================================================================
|
|
!
|
|
!-----------------------------------------------------------------------
|
|
&namzdf ! vertical physics manager (default: NO selection)
|
|
!-----------------------------------------------------------------------
|
|
! ! type of vertical closure (required)
|
|
ln_zdfcst = .true. ! constant mixing
|
|
!
|
|
! ! convection
|
|
ln_zdfevd = .true. ! enhanced vertical diffusion
|
|
rn_evd = 0.1 ! mixing coefficient [m2/s]
|
|
!
|
|
! ! coefficients
|
|
rn_avm0 = 1.e-3 ! vertical eddy viscosity [m2/s] (background Kz if ln_zdfcst)
|
|
rn_avt0 = 5.e-5 ! vertical eddy diffusivity [m2/s] (background Kz if ln_zdfcst)
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namzdf_ric ! richardson number dependent vertical diffusion (ln_zdfric =T)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namzdf_tke ! turbulent eddy kinetic dependent vertical diffusion (ln_zdftke =T)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namzdf_gls ! GLS vertical diffusion (ln_zdfgls =T)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namzdf_osm ! OSM vertical diffusion (ln_zdfosm =T)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namzdf_iwm ! internal wave-driven mixing parameterization (ln_zdfiwm =T)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
|
|
!!======================================================================
|
|
!! *** Diagnostics namelists *** !!
|
|
!! !!
|
|
!! namtrd dynamics and/or tracer trends (default: OFF)
|
|
!! namptr Poleward Transport Diagnostics (default: OFF)
|
|
!! namhsb Heat and salt budgets (default: OFF)
|
|
!! namdiu Cool skin and warm layer models (default: OFF)
|
|
!! namdiu Cool skin and warm layer models (default: OFF)
|
|
!! namflo float parameters (default: OFF)
|
|
!! nam_diadct transports through some sections (default: OFF)
|
|
!! nam_dia25h 25h Mean Output (default: OFF)
|
|
!! namnc4 netcdf4 chunking and compression settings ("key_netcdf4")
|
|
!!======================================================================
|
|
!
|
|
!-----------------------------------------------------------------------
|
|
&namtrd ! trend diagnostics (default: OFF)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namptr ! Poleward Transport Diagnostic (default: OFF)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namhsb ! Heat and salt budgets (default: OFF)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namdiu ! Cool skin and warm layer models (default: OFF)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namflo ! float parameters ("key_float")
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&nam_diaharm ! Harmonic analysis of tidal constituents ("key_diaharm")
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namdct ! transports through some sections ("key_diadct")
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&nam_diatmb ! Top Middle Bottom Output (default: OFF)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&nam_dia25h ! 25h Mean Output (default: OFF)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namnc4 ! netcdf4 chunking and compression settings ("key_netcdf4")
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
|
|
!!======================================================================
|
|
!! *** Observation & Assimilation *** !!
|
|
!! !!
|
|
!! namobs observation and model comparison (default: OFF)
|
|
!! nam_asminc assimilation increments ('key_asminc')
|
|
!!======================================================================
|
|
!
|
|
!-----------------------------------------------------------------------
|
|
&namobs ! observation usage switch (default: OFF)
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&nam_asminc ! assimilation increments ('key_asminc')
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
|
|
!!======================================================================
|
|
!! *** Miscellaneous namelists *** !!
|
|
!! !!
|
|
!! nammpp Massively Parallel Processing
|
|
!! namctl Control prints (default: OFF)
|
|
!! namsto Stochastic parametrization of EOS (default: OFF)
|
|
!!======================================================================
|
|
!
|
|
!-----------------------------------------------------------------------
|
|
&nammpp ! Massively Parallel Processing
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namctl ! Control prints (default: OFF)
|
|
!-----------------------------------------------------------------------
|
|
sn_cfctl%l_oceout = .TRUE.
|
|
ln_timing = .true. ! timing by routine write out in timing.output file
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
&namsto ! Stochastic parametrization of EOS (default: OFF)
|
|
!-----------------------------------------------------------------------
|
|
/
|