Changeset 6866
- Timestamp:
- 2016-08-12T16:27:51+02:00 (8 years ago)
- Location:
- branches/2016/dev_r6522_SIMPLIF_3/DOC/TexFiles
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2016/dev_r6522_SIMPLIF_3/DOC/TexFiles/Chapters/Chap_CFG.tex
r4147 r6866 297 297 In particular, the AMM uses $S$-coordinates in the vertical rather than 298 298 $z$-coordinates and is forced with tidal lateral boundary conditions 299 using a flather boundary condition from the BDY module (key\_bdy).299 using a flather boundary condition from the BDY module. 300 300 The AMM configuration uses the GLS (key\_zdfgls) turbulence scheme, the 301 301 VVL non-linear free surface(key\_vvl) and time-splitting … … 304 304 In addition to the tidal boundary condition the model may also take 305 305 open boundary conditions from a North Atlantic model. Boundaries may be 306 completely om mited by removing the BDY key (key\_bdy).306 completely omitted by setting \np{ln\_bdy} to false. 307 307 Sample surface fluxes, river forcing and a sample initial restart file 308 308 are included to test a realistic model run. The Baltic boundary is -
branches/2016/dev_r6522_SIMPLIF_3/DOC/TexFiles/Chapters/Chap_DYN.tex
r6320 r6866 1207 1207 into account when computing the surface pressure gradient. 1208 1208 1209 (2) When \np{ln\_tide\_pot}~=~true and \ key{tide} is defined(see \S\ref{SBC_tide}),1209 (2) When \np{ln\_tide\_pot}~=~true and \np{ln\_tide}~=~true (see \S\ref{SBC_tide}), 1210 1210 the tidal potential is taken into account when computing the surface pressure gradient. 1211 1211 -
branches/2016/dev_r6522_SIMPLIF_3/DOC/TexFiles/Chapters/Chap_LBC.tex
r6289 r6866 348 348 % Unstructured open boundaries BDY 349 349 % ==================================================================== 350 \section{Unstructured Open Boundary Conditions ( \key{bdy}) (BDY)}350 \section{Unstructured Open Boundary Conditions (BDY)} 351 351 \label{LBC_bdy} 352 352 … … 366 366 Options are defined through the \ngn{nambdy} \ngn{nambdy\_index} 367 367 \ngn{nambdy\_dta} \ngn{nambdy\_dta2} namelist variables. 368 The BDY module is an alternative implementation of open boundary368 The BDY module is the core implementation of open boundary 369 369 conditions for regional configurations. It implements the Flow 370 370 Relaxation Scheme algorithm for temperature, salinity, velocities and … … 374 374 an isobath or other irregular contour. 375 375 376 The BDY module was modelled on the OBC module and shares many features 377 and a similar coding structure \citep{Chanut2005}. 378 379 The BDY module is completely rewritten at NEMO 3.4 and there is a new 380 set of namelists. Boundary data files used with earlier versions of 381 NEMO may need to be re-ordered to work with this version. See the 376 The BDY module was modelled on the OBC module (see NEMO 3.4) and shares many 377 features and a similar coding structure \citep{Chanut2005}. 378 379 Boundary data files used with earlier versions of NEMO may need 380 to be re-ordered to work with this version. See the 382 381 section on the Input Boundary Data Files for details. 383 382 … … 386 385 \label{BDY_namelist} 387 386 387 The BDY module is activated by setting \np{ln\_bdy} to true. 388 388 It is possible to define more than one boundary ``set'' and apply 389 389 different boundary conditions to each set. The number of boundary -
branches/2016/dev_r6522_SIMPLIF_3/DOC/TexFiles/Chapters/Chap_SBC.tex
r6497 r6866 774 774 775 775 A module is available to compute the tidal potential and use it in the momentum equation. 776 This option is activated when \ key{tide} is defined.776 This option is activated when \np{ln\_tide} is set to true in \ngn{nam\_tide}. 777 777 778 778 Some parameters are available in namelist \ngn{nam\_tide}: -
branches/2016/dev_r6522_SIMPLIF_3/DOC/TexFiles/Namelist/nam_tide
r6140 r6866 1 1 !----------------------------------------------------------------------- 2 &nam_tide ! tide parameters ("key_tide")2 &nam_tide ! tide parameters 3 3 !----------------------------------------------------------------------- 4 ln_tide = .true. ! Activate tide module 4 5 ln_tide_pot = .true. ! use tidal potential forcing 5 6 ln_tide_ramp = .false. ! -
branches/2016/dev_r6522_SIMPLIF_3/DOC/TexFiles/Namelist/nambdy
r6140 r6866 1 1 !----------------------------------------------------------------------- 2 &nambdy ! unstructured open boundaries ("key_bdy")2 &nambdy ! unstructured open boundaries 3 3 !----------------------------------------------------------------------- 4 ln_bdy = .true. ! Activate BDY module 4 5 nb_bdy = 0 ! number of open boundary sets 5 6 ln_coords_file = .true. ! =T : read bdy coordinates from file -
branches/2016/dev_r6522_SIMPLIF_3/DOC/TexFiles/Namelist/nambdy_dta
r6140 r6866 1 1 !----------------------------------------------------------------------- 2 &nambdy_dta ! open boundaries - external data ("key_bdy")2 &nambdy_dta ! open boundaries - external data 3 3 !----------------------------------------------------------------------- 4 4 ! ! file name ! frequency (hours) ! variable ! time interp. ! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask !
Note: See TracChangeset
for help on using the changeset viewer.