:==============================================================================
:    MODULE MUSTANG  
:    NAMELIST FOR SEDIMENT BEHAVIOUR AND MANAGEMENT PARAMETERS
:==============================================================================
:
: namsedim_init            : relative to sediment initialization
: namsedim_layer           : relative to sediment layers characterization and 
:                            active layer
: namsedim_bottomstress    : relative to bottom shear stress
: namsedim_deposition      : relative to sediment deposition
: namsedim_erosion         : relative to sediment erosion
: namsedim_poro            : relative to porosity
:                            (only if key_MUSTANG_V2)
: namsedim_bedload         : relative to sediment bedload
:                            (only if key_MUSTANG_V2)
: namsedim_lateral_erosion : relative to lateral sediment erosion
:                            (only if key_MUSTANG_lateralerosion)
: namsedim_consolidation   : relative to sediment consolidation
: namsedim_diffusion       : relative to dissolved diffusion in sediment 
: namsedim_bioturb         : relative to bioturbation in sediment 
: namsedim_morpho          : relative to morphodynamic
: namtempsed               : relative to temperature estimation in sediment 
:                            (only if !defined key_noTSdiss_insed)
: namsedoutput             : parameters using for output results in the file 
:                            sediment
: namsedim_debug           : output for debug
:                            (only if key_MUSTANG_debug and key_MUSTANG_V2)
: namflocmod               : parameters using for FLOCMOD module 
:                            (only if key_MUSTANG_flocmod)
: namdredging              : parameters to activate dredging effect

&namsedim_init
   l_unised = .true.
   hseduni = 1.
   cseduni= 978.3 
   csed_mud_ini = 300.0  
   ksmiuni = 1
   ksmauni = 2 
/
&namsedim_layer
   dzsmin=1.0e-5   
   dzsmax_bottom=10. 
   l_dzsmaxuni=.TRUE. 
   dzsmaxuni=10.    
   nlayer_surf_sed=1 
/  
&namsedim_bottomstress
   l_z0seduni=.true.
   z0seduni = 0.0001 
/
&namsedim_deposition
   cfreshmud=400.0  
   csedmin=30.      
   cmudcr=600.     
/
&namsedim_erosion
   x1toce_mud=0.3 
   x2toce_mud=0.
   E0_sand_option=0 
   E0_sand_Cst=0.0002  
   E0_sand_para=1.  
   n_eros_sand=1.6  
   E0_mud=0.0002  
   n_eros_mud=1. 
   ero_option = 1
/
&namsedim_lateral_erosion
/
&namsedim_consolidation
/
&namsedim_diffusion
/
&namsedim_bioturb
/
&namsedim_morpho
/
&namtempsed
/
&namsedoutput
/
&namflocmod
/  
&namdredging
   dredging_location_file = 'TEST_CASES/estuary_dredging_areas.nc'
   dredging_settings_file = 'TEST_CASES/estuary_dredging_settings.txt'
   dredging_out_file = 'dredging_out.nc'
   dredging_dumping_layer = 1
   dredging_dt = 3600.
   dredging_dt_out = 3600.
/
&namsedim_poro
/
