add_rename_landnode_xml: Add a table to an XML pipeline that instructs the...

View source: R/xml.R

add_rename_landnode_xmlR Documentation

Add a table to an XML pipeline that instructs the ModelInterface to rename LandNodeX to LandNode.

Description

Such a table is necessary to help work around limitations in the XML processing that node names of the same name can not be nested with in each other: LandNode/LandNode thus instead we say LandNode1/LandNode2 and rename as the last step. Therefore in most cases a user should add this table near the end of the XML pipeline.

Usage

add_rename_landnode_xml(dot)

Arguments

dot

The current state of the pipeline started from create_xml

Value

A "data structure" to hold the various parts needed to run the model interface CSV to XML conversion.

Author(s)

Pralit Patel


JGCRI/gcamdata documentation built on March 21, 2023, 2:19 a.m.