Changeset 8714 for branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/namelist_cfg
- Timestamp:
- 2017-11-15T15:39:04+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/namelist_cfg
r8679 r8714 2 2 !! NEMO/OPA Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref 3 3 !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 4 !5 4 !----------------------------------------------------------------------- 6 5 &namrun ! parameters of the run … … 9 8 cn_exp = "ORCA2" ! experience name 10 9 nn_it000 = 1 ! first time step 11 nn_itend = 15 !!gm5475 ! last time step (std 5475)10 nn_itend = 5475 ! last time step (std 5475) 12 11 / 13 12 !----------------------------------------------------------------------- … … 37 36 &namsbc ! Surface Boundary Condition (surface module) 38 37 !----------------------------------------------------------------------- 39 nn_fsbc = 5 ! frequency of surface boundary condition computation40 ! (also = the frequency of sea-ice & iceberg model call)41 ! Type of air-sea fluxes42 ln_usr = .false. ! user defined formulation (T => check usrdef_sbc)43 ln_flx = .false. ! flux formulation (T => fill namsbc_flx )44 38 ln_blk = .true. ! Bulk formulation (T => fill namsbc_blk ) 45 ! Type of coupling (Ocean/Ice/Atmosphere) :46 ln_cpl = .false. ! atmosphere coupled formulation ( requires key_oasis3 )47 ln_mixcpl = .false. ! forced-coupled mixed formulation ( requires key_oasis3 )48 nn_components = 0 ! configuration of the opa-sas OASIS coupling49 ! =0 no opa-sas OASIS coupling: default single executable config.50 ! =1 opa-sas OASIS coupling: multi executable config., OPA component51 ! =2 opa-sas OASIS coupling: multi executable config., SAS component52 ! Sea-ice :53 nn_ice = 0 ! =0 no ice boundary condition ,54 ! =1 use observed ice-cover ,55 ! =2 or 3 automatically for LIM3 or CICE ("key_lim3" or "key_cice")56 ! except in AGRIF zoom where it has to be specified57 ln_ice_embd = .false. ! =T embedded sea-ice (pressure + mass and salt exchanges)58 ! =F levitating ice (no pressure, mass and salt exchanges)59 ! Misc. options of sbc :60 ln_traqsr = .true. ! Light penetration in the ocean (T => fill namtra_qsr)61 ln_dm2dc = .false. ! daily mean to diurnal cycle on short wave62 ln_rnf = .true. ! runoffs (T => fill namsbc_rnf)63 ln_ssr = .true. ! Sea Surface Restoring on T and/or S (T => fill namsbc_ssr)64 nn_fwb = 0 !!gm 2 ! FreshWater Budget: =0 unchecked65 ! =1 global mean of e-p-r set to zero at each time step66 ! =2 annual global mean of e-p-r set to zero67 ln_apr_dyn = .false. ! Patm gradient added in ocean & ice Eqs. (T => fill namsbc_apr )68 ln_isf = .false. ! ice shelf (T => fill namsbc_isf)69 ln_wave = .false. ! Activate coupling with wave (T => fill namsbc_wave)70 ln_cdgw = .false. ! Neutral drag coefficient read from wave model (T => ln_wave=.true. & fill namsbc_wave)71 ln_sdw = .false. ! Read 2D Surf Stokes Drift & Computation of 3D stokes drift (T => ln_wave=.true. & fill namsbc_wave)72 ln_tauoc = .false. ! Activate ocean stress modified by external wave induced stress (T => ln_wave=.true. & fill namsbc_wave)73 ln_stcor = .false. ! Activate Stokes Coriolis term (T => ln_wave=.true. & ln_sdw=.true. & fill namsbc_wave)74 nn_lsm = 0 ! =0 land/sea mask for input fields is not applied (keep empty land/sea mask filename field) ,75 ! =1:n number of iterations of land/sea mask application for input fields (fill land/sea mask filename field)76 39 / 77 40 !----------------------------------------------------------------------- 78 41 &namsbc_blk ! namsbc_blk Bulk formulae 79 42 !----------------------------------------------------------------------- 80 ! ! file name ! frequency (hours) ! variable ! time interp. ! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask !81 ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename !82 sn_wndi = 'u_10.15JUNE2009_fill' , 6 , 'U_10_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bicubic_noc.nc' , 'Uwnd' , ''83 sn_wndj = 'v_10.15JUNE2009_fill' , 6 , 'V_10_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bicubic_noc.nc' , 'Vwnd' , ''84 sn_qsr = 'ncar_rad.15JUNE2009_fill' , 24 , 'SWDN_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , ''85 sn_qlw = 'ncar_rad.15JUNE2009_fill' , 24 , 'LWDN_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , ''86 sn_tair = 't_10.15JUNE2009_fill' , 6 , 'T_10_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , ''87 sn_humi = 'q_10.15JUNE2009_fill' , 6 , 'Q_10_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , ''88 sn_prec = 'ncar_precip.15JUNE2009_fill', -1 , 'PRC_MOD1', .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , ''89 sn_snow = 'ncar_precip.15JUNE2009_fill', -1 , 'SNOW' , .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , ''90 sn_slp = 'slp.15JUNE2009_fill' , 6 , 'SLP' , .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , ''91 sn_tdif = 'taudif_core' , 24 , 'taudif' , .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , ''92 ! ! bulk algorithm :93 43 ln_NCAR = .true. ! "NCAR" algorithm (Large and Yeager 2008) 94 ln_COARE_3p0= .false. ! "COARE 3.0" algorithm (Fairall et al. 2003)95 ln_COARE_3p5= .false. ! "COARE 3.5" algorithm (Edson et al. 2013)96 ln_ECMWF = .false. ! "ECMWF" algorithm (IFS cycle 31)97 !98 cn_dir = './' ! root directory for the location of the bulk files99 ln_taudif = .false. ! HF tau contribution: use "mean of stress module - module of the mean stress" data100 rn_zqt = 10. ! Air temperature and humidity reference height (m)101 rn_zu = 10. ! Wind vector reference height (m)102 rn_pfac = 1. ! multiplicative factor for precipitation (total & snow)103 rn_efac = 1. ! multiplicative factor for evaporation (0. or 1.)104 rn_vfac = 0. ! multiplicative factor for ocean & ice velocity used to105 ! ! calculate the wind stress (0.=absolute or 1.=relative winds)106 ln_Cd_L12 = .false. ! air-ice drags = F(ice concentration) (Lupkes et al. 2012)107 ln_Cd_L15 = .false. ! air-ice drags = F(ice concentration) (Lupkes et al. 2015)108 /109 44 / 110 45 !----------------------------------------------------------------------- … … 189 124 &nameos ! ocean physical parameters 190 125 !----------------------------------------------------------------------- 191 !!gm ln_teos10 = .true. ! = Use TEOS-10 equation of state 192 ln_eos80 = .true. ! = Use TEOS-10 equation of state 126 ln_teos10 = .true. ! = Use TEOS-10 equation of state 193 127 / 194 128 !-----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.