palm_ncdf_data_template: Title

palm_ncdf_data_templateR Documentation

Title

Description

Title

Title

Methods

Public methods


Method new()

Usage
palm_ncdf_data_template$new(
  dat_name,
  FillValue,
  d_units,
  longname,
  d_source,
  lod,
  data,
  d_type,
  dimensions
)
Arguments
dat_name

Variable Name for StaticDriver

FillValue

Fill_Value of Data

d_units

Units of Data

longname

LongName

d_source

Source of Data

lod

Level of Detail

data

Data!

d_type

DataType

dimensions

Which Dimensions correspond to data?

Returns

A R6 Class with the needed Setup for the palm_ncdf_berlin clones.

Examples
x <- 1

Method add_another_data()

Usage
palm_ncdf_data_template$add_another_data(
  dat_name,
  FillValue,
  d_units,
  longname,
  d_source,
  lod,
  data,
  d_type,
  dimensions
)

Method print()

Usage
palm_ncdf_data_template$print()

Method clone()

The objects of this class are cloneable with this method.

Usage
palm_ncdf_data_template$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Examples


## ------------------------------------------------
## Method `palm_ncdf_data_template$new`
## ------------------------------------------------

x <- 1

SebaStad/rPALM documentation built on June 4, 2024, noon