View source: R/Handlers_NetCDF.R
| CreateFluxNetcdfFile | R Documentation | 
Creates a netcdf file for flux variables
CreateFluxNetcdfFile(
  fluxfilename,
  datain,
  site_code,
  siteInfo,
  ind_start,
  ind_end,
  starttime,
  flux_varname,
  cf_name,
  total_missing,
  total_gapfilled,
  qcInfo,
  arg_info,
  var_ind,
  varnames,
  modelInfo,
  global_atts
)
fluxfilename | 
 output file name  | 
datain | 
 input data  | 
site_code | 
 site code  | 
siteInfo | 
 meta-data  | 
ind_start | 
 start year  | 
ind_end | 
 end year  | 
starttime | 
 timing info  | 
flux_varname | 
 flux variable names  | 
cf_name | 
 cf name  | 
total_missing | 
 percentage missing and gap filled  | 
total_gapfilled | 
 percentage missing and gap filled  | 
qcInfo | 
 qc flag information  | 
arg_info | 
 processing information  | 
var_ind | 
 variable indices?  | 
varnames | 
 original varnames corresponding to the dataset  | 
modelInfo | 
 model parameters  | 
global_atts | 
 global attributes (from origianl Ozflux nc-files)  | 
netcdf file with flux variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.