rwp  11.0-0.dev11.el7
 All Data Structures Files Functions Variables Macros Groups
srun_store_data.c File Reference

SRun RWP Store Data Functions. More...

#include <math.h>
#include "dsproc3.h"
#include "srun_ingest.h"

Go to the source code of this file.

Functions

void srun_unitless_to_db (CDSGroup *dataset, const char *var_name)
 Convert unitless values to db. More...
 
void srun_apply_1_26_updates (CDSGroup *dataset)
 Update data from SRUN 1.26 to be consistent with SRUN 1.27. More...
 
int srun_set_metadata (SRUN_DATA *data, SRUN_INPUT *inpt, CDSGroup *dataset)
 Store metadata in the output dataset. More...
 
int srun_store_data (SRUN_DATA *data, SRUN_INPUT *inpt, CSV2CDS *csv2cds)
 Store data. More...
 

Detailed Description

SRun RWP Store Data Functions.

Definition in file srun_store_data.c.

Function Documentation

void srun_apply_1_26_updates ( CDSGroup *  dataset)

Update data from SRUN 1.26 to be consistent with SRUN 1.27.

Parameters
dataset- pointer to the output dataset

Definition at line 63 of file srun_store_data.c.

void srun_unitless_to_db ( CDSGroup *  dataset,
const char *  var_name 
)

Convert unitless values to db.

Parameters
dataset- pointer to the output dataset
var_name- name of the variable in the output dataset

Definition at line 29 of file srun_store_data.c.