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 10279 for NEMO/trunk/cfgs/AGRIF_DEMO/README.rst – NEMO

Ignore:
Timestamp:
2018-11-07T12:04:15+01:00 (5 years ago)
Author:
nicolasmartin
Message:

Various improvments for quick start guide

  • implementation of Rtd theme (Read the Docs) with custom layout and style file
  • add reviewed BibTeX entries for NEMO references with DOI (manuals, guide, development strategy)
  • enhancement of bibliography management and configuration file for guide building
  • standardisation of headings markup
  • numerous edits
File:
1 edited

Legend:

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

    r10201 r10279  
    1 Embedded zooms with AGRIF 
    2 ========================= 
    3  
    4 .. include:: .global.rst 
     1********************** 
     2Embedded zooms (AGRIF) 
     3********************** 
    54 
    65.. contents:: 
    76   :local: 
    87 
    9 -------- 
    108Overview 
    11 -------- 
     9======== 
    1210 
    1311AGRIF (Adaptive Grid Refinement In Fortran) is a library that allows the seamless space and time refinement over 
     
    1917For a more technical description of the library itself, please refer to http://agrif.imag.fr. 
    2018 
    21 ----------- 
    2219Compilation 
    23 ----------- 
     20=========== 
    2421 
    2522Activating AGRIF requires to append the cpp key ``key_agrif`` at compilation time:  
     
    3431saved arrays may be switched in memory space from one domain to an other. 
    3532 
    36 -------------------------------- 
    3733Definition of the grid hierarchy 
    38 -------------------------------- 
     34================================ 
    3935 
    4036An additional text file ``AGRIF_FixedGrids.in`` is required at run time. 
     
    6864Defining for instance a circumpolar zoom in a global model is therefore not possible.  
    6965 
    70 ------------- 
    7166Preprocessing 
    72 ------------- 
     67============= 
    7368 
    7469Knowing the refinement factors and area, a ``NESTING`` pre-processing tool may help to create needed input files 
     
    7974These correspond to the namelists used to create ``AGRIF_DEMO`` inputs. 
    8075 
    81 ---------------- 
    8276Namelist options 
    83 ---------------- 
     77================ 
    8478 
    8579Each child grid expects to read its own namelist so that different numerical choices can be made 
     
    104982 x refinement factor (from i=1+nbghostcells+1 to i=1+nbghostcells+sponge_area)  
    10599 
    106 ---------- 
    107100References 
    108 ---------- 
     101========== 
    109102 
    110103.. bibliography:: zooms.bib 
    111104   :all: 
    112105   :style: unsrt 
     106   :labelprefix: A 
     107   :keyprefix: a- 
Note: See TracChangeset for help on using the changeset viewer.