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 14446 – NEMO

Changeset 14446


Ignore:
Timestamp:
2021-02-11T19:33:57+01:00 (3 years ago)
Author:
clem
Message:

trunk: some corrections on the html user guide

Location:
NEMO/trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/INSTALL.rst

    r14239 r14446  
    122122.. code:: console 
    123123 
    124    $ svn co https://forge.ipsl.jussieu.fr/nemo/svn/NEMO/releases/r4.0/r4.0.4 
     124   $ svn co https://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/NEMO/trunk 
    125125 
    126126Description of 1\ :sup:`st` level tree structure 
  • NEMO/trunk/README.rst

    r14113 r14446  
    6262 |NEMO-OCE|   |DOI man OCE|_     |DOI qsg| 
    6363 |NEMO-ICE|   |DOI man ICE| 
    64  |NEMO-TOP|   |DOI man TOP| 
     64 |NEMO-MBG|   |DOI man MBG| 
    6565============ ================== =================== 
    6666 
  • NEMO/trunk/cfgs/README.rst

    r11743 r14446  
    240240   The vertical eddy viscosity and diffusivity coefficients are increased to 1 m\ :sup:`2`/s in 
    241241   case of static instability. 
    242 :time step: is 5760sec (1h36') so that there is 15 time steps in one day. 
     242:time step: is 5400sec (1h30') so that there is 16 time steps in one day. 
    243243 
    244244ORCA2_OFF_PISCES 
  • NEMO/trunk/doc/rst/source/conf.py

    r14359 r14446  
    4343# General information about the project. 
    4444project = u'NEMO' 
    45 copyright = u'2019, NEMO Consortium' 
     45copyright = u'2020, NEMO Consortium' 
    4646 
    4747# The version info for the project you're documenting, acts as replacement for 
     
    5050# 
    5151# The short X.Y version. 
    52 version = 'trk' 
     52version = 'trunk' 
    5353# The full version, including alpha/beta/rc tags. 
    5454release = 'trunk' 
  • NEMO/trunk/doc/rst/source/guide.rst

    r13244 r14446  
    1616.. toctree:: 
    1717   :hidden: 
    18 .. todos:: 
     18 
     19   todos 
    1920 
    2021.. Only displayed with 'make drafthtml' 
  • NEMO/trunk/src/OCE/USR/README.rst

    r14433 r14446  
    5858 
    5959.. _here: https://prodn.idris.fr/thredds/catalog/ipsl_public/rron463/catalog.html 
     60 
     61Option 4: Use the nesting tools to create embedded zooms or regional configurations from an existing grid 
     62--------------------------------------------------------------------------------------------------------- 
     63(see :download:`NESTING README <../../../tools/NESTING/README>`). 
     64 
    6065 
    6166Creating a completely new configuration 
  • NEMO/trunk/src/TOP/README.rst

    r14239 r14446  
    376376   .. code-block:: perl 
    377377 
    378       bld::tool::fppkeys  key_zdftke key_dynspg_ts key_xios key_top 
     378      bld::tool::fppkeys key_xios key_top 
    379379      inc <MYBGCPATH>/MYBGC.fcm 
    380380 
  • NEMO/trunk/tests/README.rst

    r14226 r14446  
    206206   :labelprefix: T 
    207207 
     208ICE_RHEO 
     209-------- 
     210|  
     211 
     212BENCH 
     213----- 
     214| Benchmark configuration. Allow to run any configuration (including ORCA type or BDY) with idealized grid 
     215  and initial state so it does not need any input file other than the namelists. 
     216  As usual, all configuration changes can be done through the namelist.  
     217  We provide 3 example of namelist_cfg to mimic ORCA1, OR025 or ORCA12 configurations. 
     218  By default do not produce any output file. An extensive description of BENCH will be abailable in  
     219  Irrmann et al. 2021. 
     220 
    208221CPL_OASIS 
    209222--------- 
    210223| This test case checks the OASIS interface in OCE/SBC, allowing to set up  
    211 a coupled configuration through OASIS. See CPL_OASIS/README.md for more information. 
     224  a coupled configuration through OASIS. See CPL_OASIS/README.md for more information. 
    212225 
    213226TSUNAMI 
    214227--------- 
    215228| just use dynspg_ts to simulate the propagation of an ssh anomaly (cosinus) in a box configuration 
    216 with flat bottom and jpk=2 
     229  with flat bottom and jpk=2. 
    217230 
    218231DONUT 
    219232----- 
    220 | Donut shaped configuration to test MPI decomposition with bdy 
     233| Donut shaped configuration to test MPI decomposition with bdy. 
     234 
     235C1D_ASICS 
     236--------- 
     237|  
     238 
     239DOME 
     240---- 
     241|  
     242 
     243ICB 
     244---- 
     245| ICB is a very idealized configuration used to test and debug the icb module. 
     246  The configuration is box with a shallow shelf (40m) on the east and west part of the domain  
     247  with a deep central trough (> 100m). 
     248  ICB are generating using the test capability of the icb model along a E-W line (this can easily be tuned). 
     249 
     250STATION_ASF 
     251----------- 
     252| this demonstration test case can be used to perform a sanity test of the SBCBLK interface of 
     253  NEMO.  It will test all the bulk-parameterization algorithms using an idealized 
     254  forcing that includes a wide range of *SSX / surface atmospheric state* 
     255  conditions to detect potential error / inconsistencies.  Both a short report and 
     256  boolean output: *passed* or *failed* is provided as an output. 
     257 
     258SWG 
     259--- 
     260| Square bassin blown with an analytical wind. Vertical structure allows only one mode 
     261  associated with reduced gravity to develop. This configuration is based on Adcroft & Marshall 1998. 
     262  Also run with RK3 time stepping.  
Note: See TracChangeset for help on using the changeset viewer.