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/AGRIF_DEMO/README.rst – NEMO

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

Review of INSTALL.rst

File:
1 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- 
Note: See TracChangeset for help on using the changeset viewer.