CreateFluxNetcdfFile: Creates a netcdf file for flux variables

View source: R/Handlers_NetCDF.R

CreateFluxNetcdfFileR Documentation

Creates a netcdf file for flux variables

Description

Creates a netcdf file for flux variables

Usage

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
)

Arguments

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)

Value

netcdf file with flux variables


aukkola/FLUXNET2015_processing documentation built on July 4, 2023, 12:02 p.m.