Ignore:
Timestamp:
Apr 1, 2020, 5:03:13 PM (4 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
d78851d, e0005c9
Parents:
50f9ca6
Message:

updated online documentation FIX for tickets #265 and #262

File:
1 edited

Legend:

Unmodified
Added
Removed
  • For_developers/Sphinx/source/Documentation/Input/templates.rst

    rba99230 rb1674ed  
    33*********
    44
    5 In ``flex_extract`` we use the Python package ``genshi`` (`ref <https://genshi.edgewall.org/>`_) to create specific files from templates. It is the most efficient way to be able to quickly adapt e.g. the job scripts send to the ECMWF batch queue system or the namelist file für the Fortran program without the need to change the program code.
     5In ``flex_extract`` we use the Python package `genshi <https://genshi.edgewall.org/>`_ to create specific files from templates. It is the most efficient way to be able to quickly adapt e.g. the job scripts send to the ECMWF batch queue system or the namelist file für the Fortran program without the need to change the program code.
    66
    77.. note::
     
    1515----------
    1616
    17     This is the template for a Fortran namelist file called ``fort.4`` which will be read by ``CONVERT2``.
    18     It contains all the parameters ``CONVERT2`` needs.
     17    This is the template for a Fortran namelist file called ``fort.4`` which will be read by ``calc_etadot``.
     18    It contains all the parameters ``calc_etadot`` needs.
    1919   
    2020    .. code-block:: fortran
     
    125125        cd $${FLEXPART_ROOT_SCRIPTS}/flex_extract_v$${VERSION}   # if FLEXPART_ROOT is not set this means cd to the home directory
    126126        tar -xvf $${HOME}/flex_extract_v$${VERSION}.tar
    127         cd source/fortran
     127        cd Source/Fortran
    128128        \rm *.o *.mod $fortran_program
    129129        make -f $${MAKEFILE} >flexcompile 2>flexcompile
     
    191191          module load eccodes/2.12.0
    192192          module load emos/455-r64
    193           export PATH=$${PATH}:$${HOME}/flex_extract_v7.1/source/python
     193          export PATH=$${PATH}:$${HOME}/flex_extract_v7.1/Source/Python
    194194          ;;
    195195          *cca*)
     
    200200          module load emos
    201201          export SCRATCH=$${TMPDIR}
    202           export PATH=$${PATH}:$${HOME}/flex_extract_v7.1/source/python
     202          export PATH=$${PATH}:$${HOME}/flex_extract_v7.1/Source/Python
    203203          ;;
    204204        esac
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG