Skip to contents

Assemble argo data into a ctd object. This function may be called by as.ctd() or called directly. In the first case, note that the only as.ctd() parameters that are provide are the object, the profile number, and the debug value.

Usage

as.ctd.argo(argo, profile = NULL, debug = getOption("oceDebug"))

Arguments

argo

an argo object.

profile

an integer specifying the profile to pick within the argo object. This will be set to 1, with a warning, if it is not supplied.

debug

an integer specifying whether debugging information is to be printed during the processing. This is a general parameter that is used by many oce functions. Generally, setting debug=0 turns off the printing, while higher values suggest that more information be printed. If one function calls another, it usually reduces the value of debug first, so that a user can often obtain deeper debugging by specifying higher debug values.

Author

Dan Kelley