Changeset 9533
- Timestamp:
- 2018-04-30T17:54:36+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/namelist_cfg
r9531 r9533 2 2 !! NEMO/OPA ORCA2 namelist : overwrite some defaults values defined in SHARED/namelist_ref 3 3 !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 4 ! ORCA2 - IC3 configuration ! 5 4 !! ORCA2 - IC3 configuration !! 6 5 !!====================================================================== 7 6 !! *** Domain & Run management namelists *** !! … … 54 53 sn_sal = 'data_1m_salinity_nomask' , -1 ,'vosaline', .true. , .true. , 'yearly' , '' , '' , '' 55 54 / 56 !-----------------------------------------------------------------------57 &namwad ! Wetting and Drying (WaD) (default: OFF)58 !-----------------------------------------------------------------------59 /60 !-----------------------------------------------------------------------61 &namcrs ! coarsened grid (for outputs and/or TOP) (ln_crs =T)62 !-----------------------------------------------------------------------63 /64 !-----------------------------------------------------------------------65 &namc1d ! 1D configuration options ("key_c1d" default: PAPA station)66 !-----------------------------------------------------------------------67 /68 !-----------------------------------------------------------------------69 &namc1d_dyndmp ! U & V newtonian damping ("key_c1d" default: OFF)70 !-----------------------------------------------------------------------71 /72 !-----------------------------------------------------------------------73 &namc1d_uvd ! data: U & V currents ("key_c1d" default: OFF)74 !-----------------------------------------------------------------------75 /76 77 55 !!====================================================================== 78 56 !! *** Surface Boundary Condition namelists *** !! … … 112 90 / 113 91 !----------------------------------------------------------------------- 114 &namsbc_flx ! surface boundary condition : flux formulation (ln_flx =T)115 !-----------------------------------------------------------------------116 /117 !-----------------------------------------------------------------------118 92 &namsbc_blk ! namsbc_blk generic Bulk formula (ln_blk =T) 119 93 !----------------------------------------------------------------------- … … 137 111 / 138 112 !----------------------------------------------------------------------- 139 &namsbc_cpl ! coupled ocean/atmosphere model ("key_oasis3")140 !-----------------------------------------------------------------------141 /142 !-----------------------------------------------------------------------143 &namsbc_sas ! Stand-Alone Surface module: ocean data (SAS_SRC only)144 !-----------------------------------------------------------------------145 /146 !-----------------------------------------------------------------------147 &namsbc_iif ! Ice-IF : use observed ice cover (nn_ice = 1)148 !-----------------------------------------------------------------------149 /150 !-----------------------------------------------------------------------151 113 &namtra_qsr ! penetrative solar radiation (ln_traqsr =T) 152 114 !----------------------------------------------------------------------- … … 189 151 / 190 152 !----------------------------------------------------------------------- 191 &namsbc_apr ! Atmospheric pressure used as ocean forcing (ln_apr_dyn =T)192 !-----------------------------------------------------------------------193 /194 !-----------------------------------------------------------------------195 &namsbc_isf ! Top boundary layer (ISF) (ln_isfcav =T : read (ln_read_cfg=T)196 !----------------------------------------------------------------------- or set or usr_def_zgr )197 /198 !-----------------------------------------------------------------------199 &namsbc_iscpl ! land ice / ocean coupling option (ln_isfcav =T : read (ln_read_cfg=T)200 !----------------------------------------------------------------------- or set or usr_def_zgr )201 /202 !-----------------------------------------------------------------------203 &namsbc_wave ! External fields from wave model (ln_wave=T)204 !-----------------------------------------------------------------------205 /206 !-----------------------------------------------------------------------207 153 &namberg ! iceberg parameters (default: OFF) 208 154 !----------------------------------------------------------------------- … … 215 161 sn_icb = 'calving', -1 , 'calving' , .true. , .true. , 'yearly' , '' , '' , '' 216 162 / 217 218 163 !!====================================================================== 219 164 !! *** Lateral boundary condition *** !! 220 165 !! !! 221 166 !! namlbc lateral momentum boundary condition (default: NO selection) 222 !! namagrif agrif nested grid ( read by child model only) ("key_agrif")167 !! namagrif agrif nested grid (read by child model only) ("key_agrif") 223 168 !! nam_tide Tidal forcing (default: OFF) 224 169 !! nambdy Unstructured open boundaries (default: OFF) … … 240 185 ln_chk_bathy = .false. ! =T check the parent bathymetry 241 186 / 242 !-----------------------------------------------------------------------243 &nam_tide ! tide parameters (default: OFF)244 !-----------------------------------------------------------------------245 /246 !-----------------------------------------------------------------------247 &nambdy ! unstructured open boundaries (default: OFF)248 !-----------------------------------------------------------------------249 /250 !-----------------------------------------------------------------------251 &nambdy_dta ! open boundaries - external data (see nam_bdy)252 !-----------------------------------------------------------------------253 /254 !-----------------------------------------------------------------------255 &nambdy_tide ! tidal forcing at open boundaries (default: OFF)256 !-----------------------------------------------------------------------257 /258 259 187 !!====================================================================== 260 188 !! *** Top/Bottom boundary condition *** !! … … 273 201 / 274 202 !----------------------------------------------------------------------- 275 &namdrg_top ! TOP friction (ln_OFF=F & ln_isfcav=T)276 !-----------------------------------------------------------------------277 /278 !-----------------------------------------------------------------------279 &namdrg_bot ! BOTTOM friction (ln_OFF=F)280 !-----------------------------------------------------------------------281 /282 !-----------------------------------------------------------------------283 203 &nambbc ! bottom temperature boundary condition (default: OFF) 284 204 !----------------------------------------------------------------------- … … 301 221 rn_gambbl = 10. ! advective bbl coefficient [s] 302 222 / 303 304 !!====================================================================== 305 !! Tracer (T & S) namelists !! 223 !!====================================================================== 224 !! Tracer (T-S) namelists !! 306 225 !! !! 307 226 !! nameos equation of state (default: NO selection) … … 361 280 nn_zdmp = 0 ! vertical shape =0 damping throughout the water column 362 281 / 363 364 282 !!====================================================================== 365 283 !! *** Dynamics namelists *** !! … … 375 293 ! 376 294 !----------------------------------------------------------------------- 377 &nam_vvl ! vertical coordinate options (default: z-star)378 !-----------------------------------------------------------------------379 /380 !-----------------------------------------------------------------------381 295 &namdyn_adv ! formulation of the momentum advection (default: NO selection) 382 296 !----------------------------------------------------------------------- … … 407 321 nn_ahm_ijk_t = -30 ! =-30 3D coeff. read in eddy_diffusivity_3D.nc 408 322 / 409 !-----------------------------------------------------------------------410 &namdta_dyn ! offline ocean input files (OFF_SRC only)411 !-----------------------------------------------------------------------412 /413 414 323 !!====================================================================== 415 324 !! vertical physics namelists !! … … 441 350 / 442 351 !----------------------------------------------------------------------- 443 &namzdf_ric ! richardson number dependent vertical diffusion (ln_zdfric =T)444 !-----------------------------------------------------------------------445 /446 !-----------------------------------------------------------------------447 &namzdf_tke ! turbulent eddy kinetic dependent vertical diffusion (ln_zdftke =T)448 !-----------------------------------------------------------------------449 /450 !-----------------------------------------------------------------------451 &namzdf_gls ! GLS vertical diffusion (ln_zdfgls =T)452 !-----------------------------------------------------------------------453 /454 !-----------------------------------------------------------------------455 &namzdf_osm ! OSM vertical diffusion (ln_zdfosm =T)456 !-----------------------------------------------------------------------457 /458 !-----------------------------------------------------------------------459 352 &namzdf_iwm ! internal wave-driven mixing parameterization (ln_zdfiwm =T) 460 353 !----------------------------------------------------------------------- … … 463 356 ln_tsdiff = .true. ! account for differential T/S mixing (T) or not (F) 464 357 / 465 466 358 !!====================================================================== 467 359 !! *** Diagnostics namelists *** !! … … 480 372 !!====================================================================== 481 373 ! 482 !----------------------------------------------------------------------- 483 &namtrd ! trend diagnostics (default: OFF) 484 !----------------------------------------------------------------------- 485 / 486 !----------------------------------------------------------------------- 487 &namptr ! Poleward Transport Diagnostic (default: OFF) 488 !----------------------------------------------------------------------- 489 / 490 !----------------------------------------------------------------------- 491 &namhsb ! Heat and salt budgets (default: OFF) 492 !----------------------------------------------------------------------- 493 / 494 !----------------------------------------------------------------------- 495 &namdiu ! Cool skin and warm layer models (default: OFF) 496 !----------------------------------------------------------------------- 497 / 498 !----------------------------------------------------------------------- 499 &namflo ! float parameters ("key_float") 500 !----------------------------------------------------------------------- 501 / 502 !----------------------------------------------------------------------- 503 &nam_diaharm ! Harmonic analysis of tidal constituents ("key_diaharm") 504 !----------------------------------------------------------------------- 505 / 506 !----------------------------------------------------------------------- 507 &namdct ! transports through some sections ("key_diadct") 508 !----------------------------------------------------------------------- 509 / 510 !----------------------------------------------------------------------- 511 &nam_diatmb ! Top Middle Bottom Output (default: OFF) 512 !----------------------------------------------------------------------- 513 / 514 !----------------------------------------------------------------------- 515 &nam_dia25h ! 25h Mean Output (default: OFF) 516 !----------------------------------------------------------------------- 517 / 518 !----------------------------------------------------------------------- 519 &namnc4 ! netcdf4 chunking and compression settings ("key_netcdf4") 520 !----------------------------------------------------------------------- 521 / 522 374 !!====================================================================== 375 !! *** Observation & Assimilation *** !! 376 !! !! 377 !! namobs observation and model comparison (default: OFF) 378 !! nam_asminc assimilation increments ('key_asminc') 379 !!====================================================================== 380 ! 523 381 !!====================================================================== 524 382 !! *** Miscellaneous namelists *** !! … … 529 387 !!====================================================================== 530 388 ! 531 !-----------------------------------------------------------------------532 &nammpp ! Massively Parallel Processing ("key_mpp_mpi")533 !-----------------------------------------------------------------------534 /535 !-----------------------------------------------------------------------536 &namctl ! Control prints (default: OFF)537 !-----------------------------------------------------------------------538 /539 !-----------------------------------------------------------------------540 &namsto ! Stochastic parametrization of EOS (default: OFF)541 !-----------------------------------------------------------------------542 /543 544 !!======================================================================545 !! *** Observation & Assimilation *** !!546 !! !!547 !! namobs observation and model comparison (default: OFF)548 !! nam_asminc assimilation increments ('key_asminc')549 !!======================================================================550 !551 !-----------------------------------------------------------------------552 &namobs ! observation usage switch (default: OFF)553 !-----------------------------------------------------------------------554 /555 !-----------------------------------------------------------------------556 &nam_asminc ! assimilation increments ('key_asminc')557 !-----------------------------------------------------------------------558 /
Note: See TracChangeset
for help on using the changeset viewer.