Changeset 10445
- Timestamp:
- 2018-12-21T15:55:28+01:00 (6 years ago)
- Location:
- NEMO/trunk/doc/namelists
- Files:
-
- 38 added
- 20 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/doc/namelists/nambdy
r10075 r10445 7 7 cn_coords_file = 'coordinates.bdy.nc' ! bdy coordinates files 8 8 ln_mask_file = .false. ! =T : read mask from file 9 cn_mask_file = '' ! name of mask file (if ln_mask_file=.TRUE.)9 cn_mask_file = '' ! name of mask file (if ln_mask_file=.TRUE.) 10 10 cn_dyn2d = 'none' ! 11 11 nn_dyn2d_dta = 0 ! = 0, bdy data are equal to the initial state … … 29 29 ln_dyn3d_dmp =.false. ! open boundary condition for baroclinic velocities 30 30 rn_time_dmp = 1. ! Damping time scale in days 31 rn_time_dmp_out = 1. ! Outflow damping time scale31 rn_time_dmp_out = 1. ! Outflow damping time scale 32 32 nn_rimwidth = 10 ! width of the relaxation zone 33 33 ln_vol = .false. ! total volume correction (see nn_volctl parameter) -
NEMO/trunk/doc/namelists/namc1d
r10075 r10445 4 4 rn_lat1d = 50 ! Column latitude 5 5 rn_lon1d = -145 ! Column longitude 6 ln_c1d_locpt = .true. ! Localization of 1D config in a grid (T) or independant point (F)6 ln_c1d_locpt = .true. ! Localization of 1D config in a grid (T) or independant point (F) 7 7 / -
NEMO/trunk/doc/namelists/namcfg
r10075 r10445 12 12 ! ! If closea_mask field doesn't exist in the domain_cfg file 13 13 ! ! then this logical does nothing. 14 ln_write_cfg = .false. ! (=T) create the domain configuration file14 ln_write_cfg = .false. ! (=T) create the domain configuration file 15 15 cn_domcfg_out = "domain_cfg_out" ! newly created domain configuration filename 16 16 ! -
NEMO/trunk/doc/namelists/namdct
r10075 r10445 4 4 nn_dct = 15 ! time step frequency for transports computing 5 5 nn_dctwri = 15 ! time step frequency for transports writing 6 nn_secdebug = 112 ! 0 : no section to debug6 nn_secdebug = 112 ! 0 : no section to debug 7 7 ! ! -1 : debug all section 8 8 ! ! 0 < n : debug section number n -
NEMO/trunk/doc/namelists/namdyn
r10201 r10445 2 2 &namdyn ! Ice dynamics 3 3 !------------------------------------------------------------------------------ 4 ln_dynFULL = .true. ! dyn.: full ice dynamics (rheology + advection + ridging/rafting + correction) 5 ln_dynRHGADV = .false. ! dyn.: no ridge/raft & no corrections (rheology + advection) 6 ln_dynADV = .false. ! dyn.: only advection w prescribed vel.(rn_uvice + advection) 7 rn_uice = 0.00001 ! prescribed ice u-velocity 8 rn_vice = 0. ! prescribed ice v-velocity 9 rn_ishlat = 2. ! free slip (0) ; partial slip (0-2) ; no slip (2) ; strong slip (>2) 10 ln_landfast = .false. ! landfast ice parameterization (T or F) 11 rn_gamma = 0.15 ! fraction of ocean depth that ice must reach to initiate landfast 12 ! recommended range: [0.1 ; 0.25] 13 rn_icebfr = 10. ! maximum bottom stress per unit area of contact [N/m2] 14 ! a very large value ensures ice velocity=0 even with a small contact area 15 ! recommended range: ?? (should be greater than atm-ice stress => >0.1 N/m2) 16 rn_lfrelax = 1.e-5 ! relaxation time scale to reach static friction [s-1] 4 ln_dynALL = .true. ! dyn.: full ice dynamics (rheology + advection + ridging/rafting + correction) 5 ln_dynRHGADV = .false. ! dyn.: no ridge/raft & no corrections (rheology + advection) 6 ln_dynADV1D = .false. ! dyn.: only advection 1D (Schar & Smolarkiewicz 1996 test case) 7 ln_dynADV2D = .false. ! dyn.: only advection 2D w prescribed vel.(rn_uvice + advection) 8 rn_uice = 0.5 ! prescribed ice u-velocity 9 rn_vice = 0.5 ! prescribed ice v-velocity 10 rn_ishlat = 2. ! lbc : free slip (0) ; partial slip (0-2) ; no slip (2) ; strong slip (>2) 11 ln_landfast_L16 = .false. ! landfast: parameterization from Lemieux 2016 12 ln_landfast_home = .false. ! landfast: parameterization from "home made" 13 rn_depfra = 0.125 ! fraction of ocean depth that ice must reach to initiate landfast 14 ! recommended range: [0.1 ; 0.25] - L16=0.125 - home=0.15 15 rn_icebfr = 15. ! ln_landfast_L16: maximum bottom stress per unit volume [N/m3] 16 ! ln_landfast_home: maximum bottom stress per unit area of contact [N/m2] 17 ! recommended range: ?? L16=15 - home=10 18 rn_lfrelax = 1.e-5 ! relaxation time scale to reach static friction [s-1] 19 rn_tensile = 0.2 ! isotropic tensile strength 17 20 / -
NEMO/trunk/doc/namelists/namdyn_adv
r10075 r10445 5 5 ln_dynadv_vec = .false. ! vector form - 2nd centered scheme 6 6 nn_dynkeg = 0 ! grad(KE) scheme: =0 C2 ; =1 Hollingsworth correction 7 ln_dynadv_cen2 = .false. ! flux form - 2nd order centered scheme7 ln_dynadv_cen2 = .false. ! flux form - 2nd order centered scheme 8 8 ln_dynadv_ubs = .false. ! flux form - 3rd order UBS scheme 9 9 / -
NEMO/trunk/doc/namelists/namflo
r10075 r10445 11 11 ! ! or computed with Blanke' scheme (F) 12 12 ln_ariane = .true. ! Input with Ariane tool convention(T) 13 ln_flo_ascii = .true. ! Output with Ariane tool netcdf convention(F) or ascii file (T)13 ln_flo_ascii = .true. ! Output with Ariane tool netcdf convention(F) or ascii file (T) 14 14 / -
NEMO/trunk/doc/namelists/namini
r10201 r10445 22 22 sn_tmi = 'Ice_initialization' , -12 ,'tmi' , .false. , .true., 'yearly' , '' , '', '' 23 23 sn_smi = 'Ice_initialization' , -12 ,'smi' , .false. , .true., 'yearly' , '' , '', '' 24 cn_dir 24 cn_dir='./' 25 25 / -
NEMO/trunk/doc/namelists/nammpp
r9355 r10445 5 5 ! ! buffer blocking send or immediate non-blocking sends, resp. 6 6 nn_buffer = 0 ! size in bytes of exported buffer ('B' case), 0 no exportation 7 ln_nnogather = .false. ! activate code to avoid mpi_allgather use at the northfold7 ln_nnogather = .true. ! activate code to avoid mpi_allgather use at the northfold 8 8 jpni = 0 ! jpni number of processors following i (set automatically if < 1) 9 9 jpnj = 0 ! jpnj number of processors following j (set automatically if < 1) 10 jpnij = 0 ! jpnij number of local domains (set automatically if < 1)11 10 / -
NEMO/trunk/doc/namelists/namnc4
r10075 r10445 2 2 &namnc4 ! netcdf4 chunking and compression settings ("key_netcdf4") 3 3 !----------------------------------------------------------------------- 4 nn_nchunks_i = 4 ! number of chunks in i-dimension5 nn_nchunks_j = 4 ! number of chunks in j-dimension6 nn_nchunks_k = 31 ! number of chunks in k-dimension4 nn_nchunks_i = 4 ! number of chunks in i-dimension 5 nn_nchunks_j = 4 ! number of chunks in j-dimension 6 nn_nchunks_k = 31 ! number of chunks in k-dimension 7 7 ! ! setting nn_nchunks_k = jpk will give a chunk size of 1 in the vertical which 8 8 ! ! is optimal for postprocessing which works exclusively with horizontal slabs -
NEMO/trunk/doc/namelists/namobs
r10075 r10445 32 32 cn_altbiasfile = 'altbias.nc' ! Altimeter bias input file name 33 33 cn_sstbiasfiles = 'sstbias.nc' ! SST bias input file name 34 cn_gridsearchfile ='gridsearch.nc' ! Grid search file name34 cn_gridsearchfile ='gridsearch.nc' ! Grid search file name 35 35 rn_gridsearchres = 0.5 ! Grid search resolution 36 36 rn_mdtcorr = 1.61 ! MDT correction -
NEMO/trunk/doc/namelists/namrun
r10075 r10445 18 18 cn_ocerst_indir = "." ! directory from which to read input ocean restarts 19 19 cn_ocerst_out = "restart" ! suffix of ocean restart name (output) 20 cn_ocerst_outdir = "." ! directory in which to write output ocean restarts20 cn_ocerst_outdir = "." ! directory in which to write output ocean restarts 21 21 ln_iscpl = .false. ! cavity evolution forcing or coupling to ice sheet model 22 22 nn_istate = 0 ! output the initial state (1) or not (0) -
NEMO/trunk/doc/namelists/namsbc_blk
r10075 r10445 4 4 ! ! bulk algorithm : 5 5 ln_NCAR = .false. ! "NCAR" algorithm (Large and Yeager 2008) 6 ln_COARE_3p0 = .false. ! "COARE 3.0" algorithm (Fairall et al. 2003)7 ln_COARE_3p5 = .false. ! "COARE 3.5" algorithm (Edson et al. 2013)6 ln_COARE_3p0 = .false. ! "COARE 3.0" algorithm (Fairall et al. 2003) 7 ln_COARE_3p5 = .false. ! "COARE 3.5" algorithm (Edson et al. 2013) 8 8 ln_ECMWF = .false. ! "ECMWF" algorithm (IFS cycle 31) 9 9 ! -
NEMO/trunk/doc/namelists/namsbc_isf
r10075 r10445 28 28 sn_rnfisf = 'rnfisf' , -12 ,'sofwfisf' , .false. , .true. , 'yearly' , '' , '' , '' 29 29 !* nn_isf = 2 and 3 cases 30 sn_depmax_isf ='rnfisf' , -12 ,'sozisfmax', .false. , .true. , 'yearly' , '' , '' , ''31 sn_depmin_isf ='rnfisf' , -12 ,'sozisfmin', .false. , .true. , 'yearly' , '' , '' , ''30 sn_depmax_isf ='rnfisf' , -12 ,'sozisfmax', .false. , .true. , 'yearly' , '' , '' , '' 31 sn_depmin_isf ='rnfisf' , -12 ,'sozisfmin', .false. , .true. , 'yearly' , '' , '' , '' 32 32 !* nn_isf = 2 case 33 33 sn_Leff_isf = 'rnfisf' , -12 ,'Leff' , .false. , .true. , 'yearly' , '' , '' , '' -
NEMO/trunk/doc/namelists/namsbc_rnf
r10075 r10445 2 2 &namsbc_rnf ! runoffs (ln_rnf =T) 3 3 !----------------------------------------------------------------------- 4 ln_rnf_mouth = .false. ! specific treatment at rivers mouths4 ln_rnf_mouth = .false. ! specific treatment at rivers mouths 5 5 rn_hrnf = 15.e0 ! depth over which enhanced vertical mixing is used (ln_rnf_mouth=T) 6 6 rn_avt_rnf = 1.e-3 ! value of the additional vertical mixing coef. [m2/s] (ln_rnf_mouth=T) 7 7 rn_rfact = 1.e0 ! multiplicative factor for runoff 8 ln_rnf_depth = .false. ! read in depth information for runoff8 ln_rnf_depth = .false. ! read in depth information for runoff 9 9 ln_rnf_tem = .false. ! read in temperature information for runoff 10 10 ln_rnf_sal = .false. ! read in salinity information for runoff -
NEMO/trunk/doc/namelists/namsbc_wave
r10075 r10445 6 6 ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 7 7 ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! 8 sn_cdg = 'sdw_ wave' , 1 , 'drag_coeff' , .true. , .false., 'daily' , '', '' , ''9 sn_usd = 'sdw_ wave' , 1 , 'u_sd2d' , .true. , .false., 'daily' , '', '' , ''10 sn_vsd = 'sdw_ wave' , 1 , 'v_sd2d' , .true. , .false., 'daily' , '', '' , ''11 sn_hsw = 'sdw_ wave' , 1 , 'hs' , .true. , .false., 'daily' , '', '' , ''12 sn_wmp = 'sdw_ wave' , 1 , 'wmp' , .true. , .false., 'daily' , '', '' , ''13 sn_wfr = 'sdw_ wave' , 1 , 'wfr' , .true. , .false., 'daily' , '', '' , ''14 sn_wnum = 'sdw_ wave' , 1 , 'wave_num' , .true. , .false., 'daily' , '', '' , ''15 sn_tauwoc = 'sdw_ wave' , 1 , 'wave_stress', .true. , .false., 'daily' , '', '' , ''16 sn_tauwx = 'sdw_ wave' , 1 , 'wave_stress', .true. , .false., 'daily' , '', '' , ''17 sn_tauwy = 'sdw_ wave' , 1 , 'wave_stress', .true. , .false., 'daily' , '', '' , ''8 sn_cdg = 'sdw_ecwaves_orca2' , 6 , 'drag_coeff' , .true. , .true. , 'yearly' , '' , '' , '' 9 sn_usd = 'sdw_ecwaves_orca2' , 6 , 'u_sd2d' , .true. , .true. , 'yearly' , '' , '' , '' 10 sn_vsd = 'sdw_ecwaves_orca2' , 6 , 'v_sd2d' , .true. , .true. , 'yearly' , '' , '' , '' 11 sn_hsw = 'sdw_ecwaves_orca2' , 6 , 'hs' , .true. , .true. , 'yearly' , '' , '' , '' 12 sn_wmp = 'sdw_ecwaves_orca2' , 6 , 'wmp' , .true. , .true. , 'yearly' , '' , '' , '' 13 sn_wfr = 'sdw_ecwaves_orca2' , 6 , 'wfr' , .true. , .true. , 'yearly' , '' , '' , '' 14 sn_wnum = 'sdw_ecwaves_orca2' , 6 , 'wave_num' , .true. , .true. , 'yearly' , '' , '' , '' 15 sn_tauwoc = 'sdw_ecwaves_orca2' , 6 , 'wave_stress', .true. , .true. , 'yearly' , '' , '' , '' 16 sn_tauwx = 'sdw_ecwaves_orca2' , 6 , 'wave_stress', .true. , .true. , 'yearly' , '' , '' , '' 17 sn_tauwy = 'sdw_ecwaves_orca2' , 6 , 'wave_stress', .true. , .true. , 'yearly' , '' , '' , '' 18 18 / -
NEMO/trunk/doc/namelists/namsto
r10075 r10445 4 4 ln_sto_eos = .false. ! stochastic equation of state 5 5 nn_sto_eos = 1 ! number of independent random walks 6 rn_eos_stdxy = 1.4 ! random walk horz. standard deviation (in grid points)6 rn_eos_stdxy = 1.4 ! random walk horz. standard deviation (in grid points) 7 7 rn_eos_stdz = 0.7 ! random walk vert. standard deviation (in grid points) 8 8 rn_eos_tcor = 1440. ! random walk time correlation (in timesteps) -
NEMO/trunk/doc/namelists/namtra_mle
r10075 r10445 10 10 nn_mld_uv = 0 ! space interpolation of MLD at u- & v-pts (0=min,1=averaged,2=max) 11 11 nn_conv = 0 ! =1 no MLE in case of convection ; =0 always MLE 12 rn_rho_c_mle = 0.01 ! delta rho criterion used to calculate MLD for FK12 rn_rho_c_mle = 0.01 ! delta rho criterion used to calculate MLD for FK 13 13 / -
NEMO/trunk/doc/namelists/namwad
r10075 r10445 5 5 ln_wd_dl = .false. ! T/F activation of directional limiter 6 6 ln_wd_dl_bc = .false. ! T/F Directional limiteer Baroclinic option 7 ln_wd_dl_rmp = .false. ! T/F Turn on directional limiter ramp7 ln_wd_dl_rmp = .false. ! T/F Turn on directional limiter ramp 8 8 rn_wdmin0 = 0.30 ! depth at which WaD starts 9 9 rn_wdmin1 = 0.2 ! Minimum wet depth on dried cells -
NEMO/trunk/doc/namelists/namzdf
r10075 r10445 2 2 &namzdf ! vertical physics manager (default: NO selection) 3 3 !----------------------------------------------------------------------- 4 ! ! adaptive-implicit vertical advection 5 ln_zad_Aimp = .false. ! Courant number dependent scheme (Shchepetkin 2015) 6 ! 4 7 ! ! type of vertical closure (required) 5 8 ln_zdfcst = .false. ! constant mixing
Note: See TracChangeset
for help on using the changeset viewer.