cbasetools-package: Retrieve and evaluate cloud bases from various...

Description Details Author(s)

Description

The layout of this directory is as follows:

Details

For every retrieval method, there are two files, <retrieval>.gen.R and <retrieval>.R.

The purpose of <retrieval>.gen.R is to hold functions that generate the retrievals from the precursor products (for example, generate the C-BASE retrievals from the CALIOP VFM). These functions should be exported so that it is possible to run the retrieval algorithm over a bunch of input data from some driver script, Makefile, or similar.

The purpose of <retrieval>.R is to provide accessor functions so that the retrievals can be loaded (typically as data.frames) into code that does further processing, for example visualization, combination with evaluation datasets, or evaluation. In addition to these accessor functions, reasonably small datasets should also be made available as package data and described in data.R.

Currently, files exist for the C-BASE CALIOP-based cloud base retrieval (c-base.gen.R and c-base.R) and for the METAR ground-based ceilometer evaluation dataset (metar.gen.R and metar.R). In the future, similar files are planned for cloud base retrievals from MISR, oxygen A-band, and NPP cloud-base temperature.

In addition to the retrieval-specific <retrieval>.gen.R and <retrieval>.R files, the package consists of:

combine.R

Code to combine retrievals and evaluation datasets

eval.R

Code to evaluate the retrievals

vis.R

Code to visualize the retrievals

utils.R

Functions that are useful in more than one place, internally to the package

tools.R

Functions that are also useful outside the package

Author(s)

Maintainer: Johannes Muelmenstaedt johannes.muelmenstaedt@uni-leipzig.de


jmuelmen/cbase-essd documentation built on May 24, 2019, 11:43 p.m.