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 14239 for NEMO/trunk/src/TOP/README.rst – NEMO

Ignore:
Timestamp:
2020-12-23T09:57:16+01:00 (3 years ago)
Author:
smasson
Message:

trunk: replace key_iomput by key_xios

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/TOP/README.rst

    r14229 r14239  
    6262Here below the list of preprocessing keys that applies to the TOP interface (beside ``key_top``): 
    6363 
    64 ``key_iomput`` 
     64``key_xios`` 
    6565   use XIOS I/O 
    6666 
     
    320320.. code-block:: perl 
    321321 
    322    bld::tool::fppkeys key_iomput key_top 
     322   bld::tool::fppkeys key_xios key_top 
    323323 
    324324the compilation with :file:`makenemo` will be executed through the following syntax 
     
    348348.. code-block:: perl 
    349349 
    350    bld::tool::fppkeys  key_iomput key_top 
     350   bld::tool::fppkeys  key_xios key_top 
    351351 
    352352   src::MYBGC::initialization         <MYBGCPATH>/initialization 
     
    376376   .. code-block:: perl 
    377377 
    378       bld::tool::fppkeys  key_zdftke key_dynspg_ts key_iomput key_top 
     378      bld::tool::fppkeys  key_zdftke key_dynspg_ts key_xios key_top 
    379379      inc <MYBGCPATH>/MYBGC.fcm 
    380380 
Note: See TracChangeset for help on using the changeset viewer.