MPTRAC
Data Fields
clim_ts_t Struct Reference

Climatological data in the form of time series. More...

#include <mptrac.h>

Data Fields

int ntime
 Number of timesteps. More...
 
double time [CTS]
 Time [s]. More...
 
double vmr [CTS]
 Volume mixing ratio [ppv]. More...
 

Detailed Description

Climatological data in the form of time series.

This structure contains climatological data in the form of time series, representing the evolution of volume mixing ratio over time.

Definition at line 3178 of file mptrac.h.

Field Documentation

◆ ntime

int clim_ts_t::ntime

Number of timesteps.

Definition at line 3181 of file mptrac.h.

◆ time

double clim_ts_t::time[CTS]

Time [s].

Definition at line 3184 of file mptrac.h.

◆ vmr

double clim_ts_t::vmr[CTS]

Volume mixing ratio [ppv].

Definition at line 3187 of file mptrac.h.


The documentation for this struct was generated from the following file: