New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 11723 for NEMO/trunk/cfgs – NEMO

Changeset 11723 for NEMO/trunk/cfgs


Ignore:
Timestamp:
2019-10-18T14:33:36+02:00 (5 years ago)
Author:
nicolasmartin
Message:

Review of INSTALL.rst

Location:
NEMO/trunk/cfgs
Files:
4 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/cfgs/AGRIF_DEMO/README.rst

    r10460 r11723  
    2020=========== 
    2121 
    22 Activating AGRIF requires to append the cpp key ``key_agrif`` at compilation time:  
     22Activating AGRIF requires to append the cpp key ``key_agrif`` at compilation time: 
    2323 
    2424.. code-block:: sh 
     
    5454depends on the number of ghost cells as illustrated by the (attempted) drawing below for nbghostcells=1 and 
    5555nbghostcells=3. 
    56 The grid refinement is 3 and nxfin is the number of child grid points in i-direction.   
     56The grid refinement is 3 and nxfin is the number of child grid points in i-direction. 
    5757 
    5858.. image:: _static/agrif_grid_position.jpg 
     
    6262boundary data exchange and update being only performed between root and child grids. 
    6363Use of east-west periodic or north-fold boundary conditions is not allowed in child grids either. 
    64 Defining for instance a circumpolar zoom in a global model is therefore not possible.  
     64Defining for instance a circumpolar zoom in a global model is therefore not possible. 
    6565 
    6666Preprocessing 
     
    9292      rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [m2/s] 
    9393      ln_chk_bathy  = .false. !  =T  check the parent bathymetry 
    94    /              
     94   / 
    9595 
    9696where sponge layer coefficients have to be chosen according to the child grid mesh size. 
    9797The sponge area is hard coded in NEMO and applies on the following grid points: 
    98 2 x refinement factor (from i=1+nbghostcells+1 to i=1+nbghostcells+sponge_area)  
     982 x refinement factor (from i=1+nbghostcells+1 to i=1+nbghostcells+sponge_area) 
    9999 
    100 References 
    101 ========== 
     100.. rubric:: References 
    102101 
    103102.. bibliography:: zooms.bib 
    104    :all: 
    105    :style: unsrt 
    106    :labelprefix: A 
    107    :keyprefix: a- 
     103   :all: 
     104   :style: unsrt 
     105   :labelprefix: A 
     106   :keyprefix: a- 
  • NEMO/trunk/cfgs/README.rst

    r11708 r11723  
    296296while lateral boundary conditions for dynamical fields have 3 days time frequency. 
    297297 
    298 References 
    299 ========== 
    300  
    301 .. bibliography:: configurations.bib 
     298.. rubric:: References 
     299 
     300.. bibliography:: cfgs.bib 
    302301   :all: 
    303302   :style: unsrt 
    304303   :labelprefix: C 
    305  
    306 .. Links and substitutions 
Note: See TracChangeset for help on using the changeset viewer.