.. _model_config_inputdata:
INPUTDATA_SPEC_FILE
===================
.. contents::
:local:
Entry
-----
The following is an example entry for ``INPUTDATA_SPEC_FILE`` in ``config_files.xml``.
Only a single value is required.
.. code-block:: xml
char
$SRCROOT/cime_config/config_inputdata.xml
case_last
env_case.xml
file containing inputdata server descriptions (for documentation only - DO NOT EDIT)
$CIMEROOT/CIME/data/config/xml_schemas/config_inputdata.xsd
Contents
--------
Schema Definition
-----------------
================== =========================================================================================
Element/Attribute Description
================== =========================================================================================
server Describes an input data server.
comment Server comment.
protocol Protocol used to connect to server. Possible values svn, gftp, ftp or wget.
address Address for the server.
user Username if required to connect to the server.
password Password if required to connect to the server.
checksum Remote path to the checksum file.
inventory A CSV file containing a list of available data files and the valid date for each.
Format should be `pathtofile,YYYY-MM-DD HH:MM:SS`.
ic_filepath Remote path for initial condition files.
================== =========================================================================================
.. code-block:: xml