MPTRAC
Data Fields
clim_zm_t Struct Reference

Climatological data in the form of zonal means. More...

#include <mptrac.h>

Data Fields

int ntime
 Number of timesteps. More...
 
int nlat
 Number of latitudes. More...
 
int np
 Number of pressure levels. More...
 
double time [CT]
 Time [s]. More...
 
double lat [CY]
 Latitude [deg]. More...
 
double p [CP]
 Pressure [hPa]. More...
 
double vmr [CT][CP][CY]
 Volume mixing ratio [ppv]. More...
 

Detailed Description

Climatological data in the form of zonal means.

This structure contains climatological data organized as zonal means, representing the distribution of volume mixing ratio over latitudes and pressure levels across multiple timesteps.

Definition at line 3198 of file mptrac.h.

Field Documentation

◆ ntime

int clim_zm_t::ntime

Number of timesteps.

Definition at line 3201 of file mptrac.h.

◆ nlat

int clim_zm_t::nlat

Number of latitudes.

Definition at line 3204 of file mptrac.h.

◆ np

int clim_zm_t::np

Number of pressure levels.

Definition at line 3207 of file mptrac.h.

◆ time

double clim_zm_t::time[CT]

Time [s].

Definition at line 3210 of file mptrac.h.

◆ lat

double clim_zm_t::lat[CY]

Latitude [deg].

Definition at line 3213 of file mptrac.h.

◆ p

double clim_zm_t::p[CP]

Pressure [hPa].

Definition at line 3216 of file mptrac.h.

◆ vmr

double clim_zm_t::vmr[CT][CP][CY]

Volume mixing ratio [ppv].

Definition at line 3219 of file mptrac.h.


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