Changeset 11703
- Timestamp:
- 2019-10-14T18:33:28+02:00 (3 years ago)
- Location:
- NEMO/trunk/doc
- Files:
-
- 28 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/doc/latex/SI3/namelists/namdyn_adv
r11026 r11703 2 2 &namdyn_adv ! Ice advection 3 3 !------------------------------------------------------------------------------ 4 ln_adv_Pra = . false. ! Advection scheme (Prather)5 ln_adv_UMx = . true. ! Advection scheme (Ultimate-Macho)4 ln_adv_Pra = .true. ! Advection scheme (Prather) 5 ln_adv_UMx = .false. ! Advection scheme (Ultimate-Macho) 6 6 nn_UMx = 5 ! order of the scheme for UMx (1-5 ; 20=centered 2nd order) 7 7 / -
NEMO/trunk/doc/namelists/nam_diadct
r11536 r11703 1 1 !----------------------------------------------------------------------- 2 &nam_diadct ! transports through some sections(default: OFF)2 &nam_diadct ! transports through some sections (default: OFF) 3 3 !----------------------------------------------------------------------- 4 4 ln_diadct = .false. ! Calculate transport thru sections or not -
NEMO/trunk/doc/namelists/nam_diaharm
r11536 r11703 7 7 nstep_han = 15 ! Time step frequency for harmonic analysis 8 8 tname(1) = 'M2' ! Name of tidal constituents 9 tname(2) = 'K1' 9 tname(2) = 'K1' ! --- 10 10 / -
NEMO/trunk/doc/namelists/nambdy
r11536 r11703 26 26 ln_dyn3d_dmp =.false. ! open boundary condition for baroclinic velocities 27 27 rn_time_dmp = 1. ! Damping time scale in days 28 rn_time_dmp_out = 1. 28 rn_time_dmp_out = 1. ! Outflow damping time scale 29 29 nn_rimwidth = 10 ! width of the relaxation zone 30 30 ln_vol = .false. ! total volume correction (see nn_volctl parameter) -
NEMO/trunk/doc/namelists/nambdy_dta
r11536 r11703 11 11 ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 12 12 ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! 13 bn_ssh = 'amm12_bdyT_u2d' , 24 14 bn_u2d = 'amm12_bdyU_u2d' , 24 15 bn_v2d = 'amm12_bdyV_u2d' , 24 16 bn_u3d = 'amm12_bdyU_u3d' , 24 17 bn_v3d = 'amm12_bdyV_u3d' , 24 18 bn_tem = 'amm12_bdyT_tra' , 24 19 bn_sal = 'amm12_bdyT_tra' , 24 13 bn_ssh = 'amm12_bdyT_u2d' , 24. , 'sossheig', .true. , .false., 'daily' , '' , '' , '' 14 bn_u2d = 'amm12_bdyU_u2d' , 24. , 'vobtcrtx', .true. , .false., 'daily' , '' , '' , '' 15 bn_v2d = 'amm12_bdyV_u2d' , 24. , 'vobtcrty', .true. , .false., 'daily' , '' , '' , '' 16 bn_u3d = 'amm12_bdyU_u3d' , 24. , 'vozocrtx', .true. , .false., 'daily' , '' , '' , '' 17 bn_v3d = 'amm12_bdyV_u3d' , 24. , 'vomecrty', .true. , .false., 'daily' , '' , '' , '' 18 bn_tem = 'amm12_bdyT_tra' , 24. , 'votemper', .true. , .false., 'daily' , '' , '' , '' 19 bn_sal = 'amm12_bdyT_tra' , 24. , 'vosaline', .true. , .false., 'daily' , '' , '' , '' 20 20 !* for si3 21 21 bn_a_i = 'amm12_bdyT_ice' , 24. , 'siconc' , .true. , .false., 'daily' , '' , '' , '' -
NEMO/trunk/doc/namelists/namberg
r11005 r11703 37 37 ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 38 38 ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! 39 sn_icb = 'calving' , -1 39 sn_icb = 'calving' , -1. ,'calvingmask', .true. , .true. , 'yearly' , '' , '' , '' 40 40 / -
NEMO/trunk/doc/namelists/namc1d_uvd
r10075 r11703 10 10 ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 11 11 ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! 12 sn_ucur = 'ucurrent' , -1 13 sn_vcur = 'vcurrent' , -1 12 sn_ucur = 'ucurrent' , -1. ,'u_current', .false. , .true. , 'monthly' , '' , 'Ume' , '' 13 sn_vcur = 'vcurrent' , -1. ,'v_current', .false. , .true. , 'monthly' , '' , 'Vme' , '' 14 14 / -
NEMO/trunk/doc/namelists/namdia
r11536 r11703 2 2 &namdia ! Diagnostics 3 3 !------------------------------------------------------------------------------ 4 ln_icediachk = .false. ! check online the heat, mass & salt budgets at each time step5 ! ! rate of ice spuriously gained/lost. For ex., rn_icechk=1. <=> 1mm/year, rn_icechk=0.1 <=> 1mm/10years6 rn_icechk_cel = 1 . ! check at any gridcell=> stops the code if violated (and writes a file)7 rn_icechk_glo = 0.1 ! check over the entire ice cover=> only prints warnings4 ln_icediachk = .false. ! check online heat, mass & salt budgets 5 ! ! rate of ice spuriously gained/lost at each time step => rn_icechk=1 <=> 1.e-6 m/hour 6 rn_icechk_cel = 100. ! check at each gridcell (1.e-4m/h)=> stops the code if violated (and writes a file) 7 rn_icechk_glo = 1. ! check over the entire ice cover (1.e-6m/h)=> only prints warnings 8 8 ln_icediahsb = .false. ! output the heat, mass & salt budgets (T) or not (F) 9 9 ln_icectl = .false. ! ice points output for debug (T or F) -
NEMO/trunk/doc/namelists/namdta_dyn
r11025 r11703 10 10 ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 11 11 ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! 12 sn_tem = 'dyna_grid_T' , 120 13 sn_sal = 'dyna_grid_T' , 120 14 sn_mld = 'dyna_grid_T' , 120 15 sn_emp = 'dyna_grid_T' , 120 16 sn_fmf = 'dyna_grid_T' , 120 17 sn_ice = 'dyna_grid_T' , 120 18 sn_qsr = 'dyna_grid_T' , 120 19 sn_wnd = 'dyna_grid_T' , 120 20 sn_uwd = 'dyna_grid_U' , 120 21 sn_vwd = 'dyna_grid_V' , 120 22 sn_wwd = 'dyna_grid_W' , 120 23 sn_avt = 'dyna_grid_W' , 120 24 sn_ubl = 'dyna_grid_U' , 120 25 sn_vbl = 'dyna_grid_V' , 120 12 sn_tem = 'dyna_grid_T' , 120. , 'votemper' , .true. , .true. , 'yearly' , '' , '' , '' 13 sn_sal = 'dyna_grid_T' , 120. , 'vosaline' , .true. , .true. , 'yearly' , '' , '' , '' 14 sn_mld = 'dyna_grid_T' , 120. , 'somixhgt' , .true. , .true. , 'yearly' , '' , '' , '' 15 sn_emp = 'dyna_grid_T' , 120. , 'sowaflup' , .true. , .true. , 'yearly' , '' , '' , '' 16 sn_fmf = 'dyna_grid_T' , 120. , 'iowaflup' , .true. , .true. , 'yearly' , '' , '' , '' 17 sn_ice = 'dyna_grid_T' , 120. , 'soicecov' , .true. , .true. , 'yearly' , '' , '' , '' 18 sn_qsr = 'dyna_grid_T' , 120. , 'soshfldo' , .true. , .true. , 'yearly' , '' , '' , '' 19 sn_wnd = 'dyna_grid_T' , 120. , 'sowindsp' , .true. , .true. , 'yearly' , '' , '' , '' 20 sn_uwd = 'dyna_grid_U' , 120. , 'uocetr_eff', .true. , .true. , 'yearly' , '' , '' , '' 21 sn_vwd = 'dyna_grid_V' , 120. , 'vocetr_eff', .true. , .true. , 'yearly' , '' , '' , '' 22 sn_wwd = 'dyna_grid_W' , 120. , 'wocetr_eff', .true. , .true. , 'yearly' , '' , '' , '' 23 sn_avt = 'dyna_grid_W' , 120. , 'voddmavs' , .true. , .true. , 'yearly' , '' , '' , '' 24 sn_ubl = 'dyna_grid_U' , 120. , 'sobblcox' , .true. , .true. , 'yearly' , '' , '' , '' 25 sn_vbl = 'dyna_grid_V' , 120. , 'sobblcoy' , .true. , .true. , 'yearly' , '' , '' , '' 26 26 / -
NEMO/trunk/doc/namelists/namdyn
r11025 r11703 10 10 rn_ishlat = 2. ! lbc : free slip (0) ; partial slip (0-2) ; no slip (2) ; strong slip (>2) 11 11 ln_landfast_L16 = .false. ! landfast: parameterization from Lemieux 2016 12 ln_landfast_home = .false. ! landfast: parameterization from "home made"13 12 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 13 ! recommended range: [0.1 ; 0.25] 14 rn_icebfr = 15. ! maximum bottom stress per unit volume [N/m3] 18 15 rn_lfrelax = 1.e-5 ! relaxation time scale to reach static friction [s-1] 19 rn_tensile = 0. 2 ! ln_landfast_L16: isotropic tensile strength16 rn_tensile = 0.05 ! isotropic tensile strength [0-0.5??] 20 17 / -
NEMO/trunk/doc/namelists/namini
r11536 r11703 23 23 rn_hpd_ini_n = 0.05 ! initial pond depth (m), North 24 24 rn_hpd_ini_s = 0.05 ! " " South 25 ! ! if ln_iceini_file=T25 ! -- for ln_iceini_file = T 26 26 sn_hti = 'Ice_initialization' , -12 ,'hti' , .false. , .true., 'yearly' , '' , '', '' 27 27 sn_hts = 'Ice_initialization' , -12 ,'hts' , .false. , .true., 'yearly' , '' , '', '' -
NEMO/trunk/doc/namelists/nammpp
r11536 r11703 2 2 &nammpp ! Massively Parallel Processing ("key_mpp_mpi") 3 3 !----------------------------------------------------------------------- 4 ln_listonly = .false. ! do nothing else than listing the best domain decompositions (with land domains suppression) 5 ! ! if T: the largest number of cores tested is defined by max(mppsize, jpni*jpnj) 4 6 ln_nnogather = .true. ! activate code to avoid mpi_allgather use at the northfold 5 jpni = 0 ! jpni number of processors following i (set automatically if < 1)6 jpnj = 0 ! jpnj number of processors following j (set automatically if < 1)7 jpni = 0 ! number of processors following i (set automatically if < 1), see also ln_listonly = T 8 jpnj = 0 ! number of processors following j (set automatically if < 1), see also ln_listonly = T 7 9 / -
NEMO/trunk/doc/namelists/namobs
r11316 r11703 8 8 ln_sla = .false. ! Logical switch for SLA observations 9 9 ln_sst = .false. ! Logical switch for SST observations 10 ln_sss = .false. ! Logical swit chfor SSS observations10 ln_sss = .false. ! Logical swithc for SSS observations 11 11 ln_sic = .false. ! Logical switch for Sea Ice observations 12 12 ln_vel3d = .false. ! Logical switch for velocity observations -
NEMO/trunk/doc/namelists/nampisatm
r11025 r11703 4 4 ! ! file name ! frequency (hours) ! variable ! time interp. ! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask ! 5 5 ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename ! 6 sn_patm = 'presatm' , -1 7 sn_atmco2 = 'presatmco2' , -1 6 sn_patm = 'presatm' , -1. , 'patm' , .true. , .true. , 'yearly' , '' , '' , '' 7 sn_atmco2 = 'presatmco2' , -1. , 'xco2' , .true. , .true. , 'yearly' , '' , '' , '' 8 8 cn_dir = './' ! root directory for the location of the dynamical files 9 9 ! -
NEMO/trunk/doc/namelists/nampisopt
r11025 r11703 4 4 ! ! file name ! frequency (hours) ! variable ! time interp. ! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask ! 5 5 ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename ! 6 sn_par = 'par.orca' , 24 6 sn_par = 'par.orca' , 24. , 'fr_par' , .true. , .true. , 'yearly' , '' , '' , '' 7 7 cn_dir = './' ! root directory for the location of the dynamical files 8 8 ln_varpar = .true. ! boolean for PAR variable -
NEMO/trunk/doc/namelists/nampissbc
r11025 r11703 4 4 ! ! file name ! frequency (hours) ! variable ! time interp. ! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask ! 5 5 ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename ! 6 sn_dust = 'dust.orca' , -1 7 sn_solub = 'solubility.orca' , -12 8 sn_riverdic = 'river.orca' , 120 9 sn_riverdoc = 'river.orca' , 120 10 sn_riverdin = 'river.orca' , 120 11 sn_riverdon = 'river.orca' , 120 12 sn_riverdip = 'river.orca' , 120 13 sn_riverdop = 'river.orca' , 120 14 sn_riverdsi = 'river.orca' , 120 15 sn_ndepo = 'ndeposition.orca', -12 16 sn_ironsed = 'bathy.orca' , -12 17 sn_hydrofe = 'hydrofe.orca' , -12 6 sn_dust = 'dust.orca' , -1. , 'dust' , .true. , .true. , 'yearly' , '' , '' , '' 7 sn_solub = 'solubility.orca' , -12. , 'solubility1' , .false. , .true. , 'yearly' , '' , '' , '' 8 sn_riverdic = 'river.orca' , 120. , 'riverdic' , .true. , .true. , 'yearly' , '' , '' , '' 9 sn_riverdoc = 'river.orca' , 120. , 'riverdoc' , .true. , .true. , 'yearly' , '' , '' , '' 10 sn_riverdin = 'river.orca' , 120. , 'riverdin' , .true. , .true. , 'yearly' , '' , '' , '' 11 sn_riverdon = 'river.orca' , 120. , 'riverdon' , .true. , .true. , 'yearly' , '' , '' , '' 12 sn_riverdip = 'river.orca' , 120. , 'riverdip' , .true. , .true. , 'yearly' , '' , '' , '' 13 sn_riverdop = 'river.orca' , 120. , 'riverdop' , .true. , .true. , 'yearly' , '' , '' , '' 14 sn_riverdsi = 'river.orca' , 120. , 'riverdsi' , .true. , .true. , 'yearly' , '' , '' , '' 15 sn_ndepo = 'ndeposition.orca', -12. , 'ndep' , .false. , .true. , 'yearly' , '' , '' , '' 16 sn_ironsed = 'bathy.orca' , -12. , 'bathy' , .false. , .true. , 'yearly' , '' , '' , '' 17 sn_hydrofe = 'hydrofe.orca' , -12. , 'epsdb' , .false. , .true. , 'yearly' , '' , '' , '' 18 18 ! 19 19 cn_dir = './' ! root directory for the location of the dynamical files -
NEMO/trunk/doc/namelists/namrun
r11005 r11703 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 = "." 20 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) 23 23 ln_rst_list = .false. ! output restarts at list of times using nn_stocklist (T) or at set frequency with nn_stock (F) 24 nn_stock = 5840 ! frequency of creation of a restart file (modulo referenced to 1) 24 nn_stock = 0 ! used only if ln_rst_list = F: output restart freqeuncy (modulo referenced to 1) 25 ! ! = 0 force to write restart files only at the end of the run 26 ! ! = -1 do not do any restart 25 27 nn_stocklist = 0,0,0,0,0,0,0,0,0,0 ! List of timesteps when a restart file is to be written 26 nn_write = 5840 ! frequency of write in the output file (modulo referenced to nn_it000) 27 ln_mskland = .false. ! mask land points in NetCDF outputs (costly: + ~15%) 28 nn_write = 0 ! used only if key_iomput is not defined: output frequency (modulo referenced to nn_it000) 29 ! ! = 0 force to write output files only at the end of the run 30 ! ! = -1 do not do any output file 31 ln_mskland = .false. ! mask land points in NetCDF outputs 28 32 ln_cfmeta = .false. ! output additional data to netCDF files required for compliance with the CF metadata standard 29 33 ln_clobber = .true. ! clobber (overwrite) an existing file -
NEMO/trunk/doc/namelists/namsbc_apr
r10075 r11703 10 10 ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 11 11 ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! 12 sn_apr = 'patm' , -1 12 sn_apr = 'patm' , -1. ,'somslpre' , .true. , .true. , 'yearly' , '' , '' , '' 13 13 / -
NEMO/trunk/doc/namelists/namsbc_blk
r10445 r11703 22 22 ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 23 23 ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! 24 sn_wndi = 'u_10.15JUNE2009_fill' , 6 25 sn_wndj = 'v_10.15JUNE2009_fill' , 6 26 sn_qsr = 'ncar_rad.15JUNE2009_fill' , 24 27 sn_qlw = 'ncar_rad.15JUNE2009_fill' , 24 28 sn_tair = 't_10.15JUNE2009_fill' , 6 29 sn_humi = 'q_10.15JUNE2009_fill' , 6 30 sn_prec = 'ncar_precip.15JUNE2009_fill', -1 31 sn_snow = 'ncar_precip.15JUNE2009_fill', -1 32 sn_slp = 'slp.15JUNE2009_fill' , 6 24 sn_wndi = 'u_10.15JUNE2009_fill' , 6. , 'U_10_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bicubic_noc.nc' , 'Uwnd' , '' 25 sn_wndj = 'v_10.15JUNE2009_fill' , 6. , 'V_10_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bicubic_noc.nc' , 'Vwnd' , '' 26 sn_qsr = 'ncar_rad.15JUNE2009_fill' , 24. , 'SWDN_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' 27 sn_qlw = 'ncar_rad.15JUNE2009_fill' , 24. , 'LWDN_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' 28 sn_tair = 't_10.15JUNE2009_fill' , 6. , 'T_10_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' 29 sn_humi = 'q_10.15JUNE2009_fill' , 6. , 'Q_10_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' 30 sn_prec = 'ncar_precip.15JUNE2009_fill', -1. , 'PRC_MOD1', .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' 31 sn_snow = 'ncar_precip.15JUNE2009_fill', -1. , 'SNOW' , .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' 32 sn_slp = 'slp.15JUNE2009_fill' , 6. , 'SLP' , .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' 33 33 sn_tdif = 'taudif_core' , 24 , 'taudif' , .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' 34 34 / -
NEMO/trunk/doc/namelists/namsbc_flx
r10075 r11703 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_utau = 'utau' , 24 9 sn_vtau = 'vtau' , 24 10 sn_qtot = 'qtot' , 24 11 sn_qsr = 'qsr' , 24 12 sn_emp = 'emp' , 24 8 sn_utau = 'utau' , 24. , 'utau' , .false. , .false., 'yearly' , '' , '' , '' 9 sn_vtau = 'vtau' , 24. , 'vtau' , .false. , .false., 'yearly' , '' , '' , '' 10 sn_qtot = 'qtot' , 24. , 'qtot' , .false. , .false., 'yearly' , '' , '' , '' 11 sn_qsr = 'qsr' , 24. , 'qsr' , .false. , .false., 'yearly' , '' , '' , '' 12 sn_emp = 'emp' , 24. , 'emp' , .false. , .false., 'yearly' , '' , '' , '' 13 13 / -
NEMO/trunk/doc/namelists/namsbc_isf
r10445 r11703 24 24 ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename ! 25 25 !* nn_isf = 4 case 26 sn_fwfisf = 'rnfisf' , -12 26 sn_fwfisf = 'rnfisf' , -12. ,'sowflisf' , .false. , .true. , 'yearly' , '' , '' , '' 27 27 !* nn_isf = 3 case 28 sn_rnfisf = 'rnfisf' , -12 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 sn_Leff_isf = 'rnfisf' , -12 33 sn_Leff_isf = 'rnfisf' , -12. ,'Leff' , .false. , .true. , 'yearly' , '' , '' , '' 34 34 / -
NEMO/trunk/doc/namelists/namsbc_rnf
r10445 r11703 18 18 ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 19 19 ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! 20 sn_rnf = 'runoff_core_monthly' , -1 21 sn_cnf = 'runoff_core_monthly' , 0 22 sn_s_rnf = 'runoffs' , 24 23 sn_t_rnf = 'runoffs' , 24 24 sn_dep_rnf = 'runoffs' , 0 20 sn_rnf = 'runoff_core_monthly' , -1. , 'sorunoff', .true. , .true. , 'yearly' , '' , '' , '' 21 sn_cnf = 'runoff_core_monthly' , 0. , 'socoefr0', .false. , .true. , 'yearly' , '' , '' , '' 22 sn_s_rnf = 'runoffs' , 24. , 'rosaline', .true. , .true. , 'yearly' , '' , '' , '' 23 sn_t_rnf = 'runoffs' , 24. , 'rotemper', .true. , .true. , 'yearly' , '' , '' , '' 24 sn_dep_rnf = 'runoffs' , 0. , 'rodepth' , .false. , .true. , 'yearly' , '' , '' , '' 25 25 / -
NEMO/trunk/doc/namelists/namsbc_sas
r10075 r11703 10 10 ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 11 11 ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! 12 sn_usp = 'sas_grid_U' , 120 13 sn_vsp = 'sas_grid_V' , 120 14 sn_tem = 'sas_grid_T' , 120 15 sn_sal = 'sas_grid_T' , 120 16 sn_ssh = 'sas_grid_T' , 120 17 sn_e3t = 'sas_grid_T' , 120 18 sn_frq = 'sas_grid_T' , 120 12 sn_usp = 'sas_grid_U' , 120. , 'uos' , .true. , .true. , 'yearly' , '' , '' , '' 13 sn_vsp = 'sas_grid_V' , 120. , 'vos' , .true. , .true. , 'yearly' , '' , '' , '' 14 sn_tem = 'sas_grid_T' , 120. , 'sosstsst', .true. , .true. , 'yearly' , '' , '' , '' 15 sn_sal = 'sas_grid_T' , 120. , 'sosaline', .true. , .true. , 'yearly' , '' , '' , '' 16 sn_ssh = 'sas_grid_T' , 120. , 'sossheig', .true. , .true. , 'yearly' , '' , '' , '' 17 sn_e3t = 'sas_grid_T' , 120. , 'e3t_m' , .true. , .true. , 'yearly' , '' , '' , '' 18 sn_frq = 'sas_grid_T' , 120. , 'frq_m' , .true. , .true. , 'yearly' , '' , '' , '' 19 19 / -
NEMO/trunk/doc/namelists/namsbc_ssr
r10075 r11703 14 14 ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 15 15 ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! 16 sn_sst = 'sst_data' , 24 17 sn_sss = 'sss_data' , -1 16 sn_sst = 'sst_data' , 24. , 'sst' , .false. , .false., 'yearly' , '' , '' , '' 17 sn_sss = 'sss_data' , -1. , 'sss' , .true. , .true. , 'yearly' , '' , '' , '' 18 18 / -
NEMO/trunk/doc/namelists/namsbc_wave
r10445 r11703 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_ecwaves_orca2' , 6 9 sn_usd = 'sdw_ecwaves_orca2' , 6 10 sn_vsd = 'sdw_ecwaves_orca2' , 6 11 sn_hsw = 'sdw_ecwaves_orca2' , 6 12 sn_wmp = 'sdw_ecwaves_orca2' , 6 13 sn_wfr = 'sdw_ecwaves_orca2' , 6 14 sn_wnum = 'sdw_ecwaves_orca2' , 6 15 sn_tauwoc = 'sdw_ecwaves_orca2' , 6 16 sn_tauwx = 'sdw_ecwaves_orca2' , 6 17 sn_tauwy = 'sdw_ecwaves_orca2' , 6 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/namtra_qsr
r10075 r11703 16 16 ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 17 17 ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! 18 sn_chl ='chlorophyll' , -1 18 sn_chl ='chlorophyll' , -1. , 'CHLA' , .true. , .true. , 'yearly' , '' , '' , '' 19 19 / -
NEMO/trunk/doc/namelists/namtrc_dta
r11025 r11703 4 4 ! ! file name ! frequency (hours) ! variable ! time interp. ! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask ! 5 5 ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename ! 6 sn_trcdta(1) = 'data_TRC_nomask' , -12 6 sn_trcdta(1) = 'data_TRC_nomask' , -12. , 'TRC' , .false. , .true. , 'yearly' , '' , '' , '' 7 7 ! 8 8 cn_dir = './' ! root directory for the location of the data files -
NEMO/trunk/doc/namelists/namtsd
r10075 r11703 10 10 ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 11 11 ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! 12 sn_tem = 'data_1m_potential_temperature_nomask', -1 13 sn_sal = 'data_1m_salinity_nomask' , -1 12 sn_tem = 'data_1m_potential_temperature_nomask', -1. , 'votemper', .true. , .true. , 'yearly' , '' , '' , '' 13 sn_sal = 'data_1m_salinity_nomask' , -1. , 'vosaline', .true. , .true. , 'yearly' , '' , '' , '' 14 14 /
Note: See TracChangeset
for help on using the changeset viewer.