1 | !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> |
---|
2 | !! NEMO/OPA Configuration namelist : overwrite default values defined in SHARED/namelist_ref |
---|
3 | !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> |
---|
4 | !! ORCA2-ICE (with SAS) configuration !! |
---|
5 | !!====================================================================== |
---|
6 | !! *** Domain & Run management namelists *** !! |
---|
7 | !! !! |
---|
8 | !! namrun parameters of the run |
---|
9 | !! namdom space and time domain |
---|
10 | !! namcfg parameters of the configuration (default: user defined GYRE) |
---|
11 | !! namwad Wetting and drying (default: OFF) |
---|
12 | !! namtsd data: temperature & salinity (default: OFF) |
---|
13 | !! namcrs coarsened grid (for outputs and/or TOP) (ln_crs =T) |
---|
14 | !! namc1d 1D configuration options ("key_c1d") |
---|
15 | !! namc1d_dyndmp 1D newtonian damping applied on currents ("key_c1d") |
---|
16 | !! namc1d_uvd 1D data (currents) ("key_c1d") |
---|
17 | !!====================================================================== |
---|
18 | ! |
---|
19 | !----------------------------------------------------------------------- |
---|
20 | &namrun ! parameters of the run |
---|
21 | !----------------------------------------------------------------------- |
---|
22 | nn_no = 0 ! job number (no more used...) |
---|
23 | cn_exp = "ORCA2_SAS" ! experience name |
---|
24 | nn_it000 = 1 ! first time step |
---|
25 | nn_itend = 100 ! last time step (std 5475) |
---|
26 | / |
---|
27 | !----------------------------------------------------------------------- |
---|
28 | &namdom ! time and space domain |
---|
29 | !----------------------------------------------------------------------- |
---|
30 | ln_linssh = .true. ! =T linear free surface ==>> model level are fixed in time |
---|
31 | / |
---|
32 | !----------------------------------------------------------------------- |
---|
33 | &namcfg ! parameters of the configuration (default: user defined GYRE) |
---|
34 | !----------------------------------------------------------------------- |
---|
35 | ln_read_cfg = .true. ! (=T) read the domain configuration file |
---|
36 | cn_domcfg = "ORCA_R2_zps_domcfg" ! domain configuration filename |
---|
37 | / |
---|
38 | !!====================================================================== |
---|
39 | !! *** Surface Boundary Condition namelists *** !! |
---|
40 | !! !! |
---|
41 | !! SAS case !! |
---|
42 | !! !! |
---|
43 | !! namsbc surface boundary condition manager (default: NO selection) |
---|
44 | !! namsbc_flx flux formulation (ln_flx =T) |
---|
45 | !! namsbc_blk Bulk formulae formulation (ln_blk =T) |
---|
46 | !! namsbc_cpl CouPLed formulation ("key_oasis3" ) |
---|
47 | !! namsbc_sas Stand-Alone Surface module (SAS_SRC only) |
---|
48 | !! namsbc_iif Ice-IF: use observed ice cover (nn_ice = 1 ) |
---|
49 | !! namsbc_ssr sea surface restoring term (for T and/or S) (ln_ssr =T) |
---|
50 | !! namsbc_rnf river runoffs (ln_rnf =T) |
---|
51 | !! namsbc_apr Atmospheric Pressure (ln_apr_dyn =T) |
---|
52 | !! namsbc_wave external fields from wave model (ln_wave =T) |
---|
53 | !! namberg iceberg floats (ln_icebergs=T) |
---|
54 | !!====================================================================== |
---|
55 | ! |
---|
56 | !----------------------------------------------------------------------- |
---|
57 | &namsbc ! Surface Boundary Condition (surface module) |
---|
58 | !----------------------------------------------------------------------- |
---|
59 | nn_fsbc = 1 ! frequency of SBC module call |
---|
60 | ln_blk = .true. ! Bulk formulation (T => fill namsbc_blk ) |
---|
61 | nn_ice = 2 ! =2 sea-ice model ("key_SI3" or "key_cice") |
---|
62 | / |
---|
63 | !----------------------------------------------------------------------- |
---|
64 | &namsbc_blk ! namsbc_blk generic Bulk formula (ln_blk =T) |
---|
65 | !----------------------------------------------------------------------- |
---|
66 | ln_NCAR = .true. ! "NCAR" algorithm (Large and Yeager 2008) |
---|
67 | |
---|
68 | cn_dir = './' ! root directory for the bulk data location |
---|
69 | !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! |
---|
70 | ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! |
---|
71 | ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! |
---|
72 | sn_wndi = 'u_10.15JUNE2009_fill' , 6 , 'U_10_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bicubic_noc.nc' , 'Uwnd' , '' |
---|
73 | sn_wndj = 'v_10.15JUNE2009_fill' , 6 , 'V_10_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bicubic_noc.nc' , 'Vwnd' , '' |
---|
74 | sn_qsr = 'ncar_rad.15JUNE2009_fill' , 24 , 'SWDN_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' |
---|
75 | sn_qlw = 'ncar_rad.15JUNE2009_fill' , 24 , 'LWDN_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' |
---|
76 | sn_tair = 't_10.15JUNE2009_fill' , 6 , 'T_10_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' |
---|
77 | sn_humi = 'q_10.15JUNE2009_fill' , 6 , 'Q_10_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' |
---|
78 | sn_prec = 'ncar_precip.15JUNE2009_fill', -1 , 'PRC_MOD1', .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' |
---|
79 | sn_snow = 'ncar_precip.15JUNE2009_fill', -1 , 'SNOW' , .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' |
---|
80 | sn_slp = 'slp.15JUNE2009_fill' , 6 , 'SLP' , .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' |
---|
81 | sn_tdif = 'taudif_core' , 24 , 'taudif' , .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' |
---|
82 | / |
---|
83 | !----------------------------------------------------------------------- |
---|
84 | &namsbc_cpl ! coupled ocean/atmosphere model ("key_oasis3") |
---|
85 | !----------------------------------------------------------------------- |
---|
86 | / |
---|
87 | !----------------------------------------------------------------------- |
---|
88 | &namsbc_sas ! Stand-Alone Surface boundary condition |
---|
89 | !----------------------------------------------------------------------- |
---|
90 | l_sasread = .true. ! =T Read in file ; =F set all to 0. (see sbcssm) |
---|
91 | ln_3d_uve = .false. ! specify whether we are supplying a 3D u,v and e3 field |
---|
92 | ln_read_frq = .false. ! specify whether we must read frq or not |
---|
93 | |
---|
94 | cn_dir = './' ! root directory for the ocean data location |
---|
95 | !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! |
---|
96 | ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! |
---|
97 | ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! |
---|
98 | sn_usp = 'sas_grid_U' , 120 , 'uos' , .true. , .true. , 'yearly' , '' , '' , '' |
---|
99 | sn_vsp = 'sas_grid_V' , 120 , 'vos' , .true. , .true. , 'yearly' , '' , '' , '' |
---|
100 | sn_tem = 'sas_grid_T' , 120 , 'sosstsst', .true. , .true. , 'yearly' , '' , '' , '' |
---|
101 | sn_sal = 'sas_grid_T' , 120 , 'sosaline', .true. , .true. , 'yearly' , '' , '' , '' |
---|
102 | sn_ssh = 'sas_grid_T' , 120 , 'sossheig', .true. , .true. , 'yearly' , '' , '' , '' |
---|
103 | sn_e3t = 'sas_grid_T' , 120 , 'e3t_m' , .true. , .true. , 'yearly' , '' , '' , '' |
---|
104 | sn_frq = 'sas_grid_T' , 120 , 'frq_m' , .true. , .true. , 'yearly' , '' , '' , '' |
---|
105 | / |
---|
106 | !!====================================================================== |
---|
107 | !! *** Lateral boundary condition *** !! |
---|
108 | !! !! |
---|
109 | !! namlbc lateral momentum boundary condition (default: NO selection) |
---|
110 | !! namagrif agrif nested grid ( read by child model only ) ("key_agrif") |
---|
111 | !! nam_tide Tidal forcing (default: OFF) |
---|
112 | !! nambdy Unstructured open boundaries (default: OFF) |
---|
113 | !! nambdy_dta Unstructured open boundaries - external data (see nambdy) |
---|
114 | !! nambdy_tide tidal forcing at open boundaries (default: OFF) |
---|
115 | !!====================================================================== |
---|
116 | ! |
---|
117 | !----------------------------------------------------------------------- |
---|
118 | &namlbc ! lateral momentum boundary condition (default: NO selection) |
---|
119 | !----------------------------------------------------------------------- |
---|
120 | rn_shlat = 0. ! free slip |
---|
121 | / |
---|
122 | !!====================================================================== |
---|
123 | !! *** Top/Bottom boundary condition *** !! |
---|
124 | !! !! |
---|
125 | !! namdrg top/bottom drag coefficient (default: NO selection) |
---|
126 | !! namdrg_top top friction (ln_OFF=F & ln_isfcav=T) |
---|
127 | !! namdrg_bot bottom friction (ln_OFF=F) |
---|
128 | !! nambbc bottom temperature boundary condition (default: OFF) |
---|
129 | !! nambbl bottom boundary layer scheme (default: OFF) |
---|
130 | !!====================================================================== |
---|
131 | ! |
---|
132 | !!====================================================================== |
---|
133 | !! Tracer (T-S) namelists !! |
---|
134 | !! !! |
---|
135 | !! nameos equation of state (default: NO selection) |
---|
136 | !! namtra_adv advection scheme (default: NO selection) |
---|
137 | !! namtra_ldf lateral diffusion scheme (default: NO selection) |
---|
138 | !! namtra_mle mixed layer eddy param. (Fox-Kemper param.) (default: OFF) |
---|
139 | !! namtra_eiv eddy induced velocity param. (default: OFF) |
---|
140 | !! namtra_dmp T & S newtonian damping (default: OFF) |
---|
141 | !!====================================================================== |
---|
142 | ! |
---|
143 | !----------------------------------------------------------------------- |
---|
144 | &nameos ! ocean Equation Of Seawater (default: OFF) |
---|
145 | !----------------------------------------------------------------------- |
---|
146 | ln_teos10 = .true. ! = Use TEOS-10 equation of state |
---|
147 | / |
---|
148 | !!====================================================================== |
---|
149 | !! *** Dynamics namelists *** !! |
---|
150 | !! !! |
---|
151 | !! nam_vvl vertical coordinate options (default: z-star) |
---|
152 | !! namdyn_adv formulation of the momentum advection (default: NO selection) |
---|
153 | !! namdyn_vor advection scheme (default: NO selection) |
---|
154 | !! namdyn_hpg hydrostatic pressure gradient (default: NO selection) |
---|
155 | !! namdyn_spg surface pressure gradient (default: NO selection) |
---|
156 | !! namdyn_ldf lateral diffusion scheme (default: NO selection) |
---|
157 | !! namdta_dyn offline TOP: dynamics read in files (OFF_SRC only) |
---|
158 | !!====================================================================== |
---|
159 | ! |
---|
160 | !!====================================================================== |
---|
161 | !! vertical physics namelists !! |
---|
162 | !! !! |
---|
163 | !! namzdf vertical physics manager (default: NO selection) |
---|
164 | !! namzdf_ric richardson number vertical mixing (ln_zdfric=T) |
---|
165 | !! namzdf_tke TKE vertical mixing (ln_zdftke=T) |
---|
166 | !! namzdf_gls GLS vertical mixing (ln_zdfgls=T) |
---|
167 | !! namzdf_osm OSM vertical diffusion (ln_zdfosm=T) |
---|
168 | !! namzdf_iwm tidal mixing parameterization (ln_zdfiwm=T) |
---|
169 | !!====================================================================== |
---|
170 | ! |
---|
171 | !!====================================================================== |
---|
172 | !! *** Diagnostics namelists *** !! |
---|
173 | !! !! |
---|
174 | !! namtrd dynamics and/or tracer trends (default: OFF) |
---|
175 | !! namptr Poleward Transport Diagnostics (default: OFF) |
---|
176 | !! namhsb Heat and salt budgets (default: OFF) |
---|
177 | !! namdiu Cool skin and warm layer models (default: OFF) |
---|
178 | !! namdiu Cool skin and warm layer models (default: OFF) |
---|
179 | !! namflo float parameters ("key_float") |
---|
180 | !! nam_diaharm Harmonic analysis of tidal constituents ("key_diaharm") |
---|
181 | !! namdct transports through some sections ("key_diadct") |
---|
182 | !! nam_diatmb Top Middle Bottom Output (default: OFF) |
---|
183 | !! nam_dia25h 25h Mean Output (default: OFF) |
---|
184 | !! namnc4 netcdf4 chunking and compression settings ("key_netcdf4") |
---|
185 | !!====================================================================== |
---|
186 | ! |
---|
187 | !!====================================================================== |
---|
188 | !! *** Observation & Assimilation *** !! |
---|
189 | !! !! |
---|
190 | !! namobs observation and model comparison (default: OFF) |
---|
191 | !! nam_asminc assimilation increments ('key_asminc') |
---|
192 | !!====================================================================== |
---|
193 | ! |
---|
194 | !!====================================================================== |
---|
195 | !! *** Miscellaneous namelists *** !! |
---|
196 | !! !! |
---|
197 | !! nammpp Massively Parallel Processing ("key_mpp_mpi") |
---|
198 | !! namctl Control prints (default: OFF) |
---|
199 | !! namsto Stochastic parametrization of EOS (default: OFF) |
---|
200 | !!====================================================================== |
---|
201 | ! |
---|
202 | !----------------------------------------------------------------------- |
---|
203 | &nammpp ! Massively Parallel Processing ("key_mpp_mpi") |
---|
204 | !----------------------------------------------------------------------- |
---|
205 | / |
---|
206 | !----------------------------------------------------------------------- |
---|
207 | &namctl ! Control prints (default: OFF) |
---|
208 | !----------------------------------------------------------------------- |
---|
209 | / |
---|
210 | !----------------------------------------------------------------------- |
---|
211 | &namsto ! Stochastic parametrization of EOS (default: OFF) |
---|
212 | !----------------------------------------------------------------------- |
---|
213 | / |
---|