63 zt, tt, plev[
NZ], ps, ts, zs, us, vs, ess, nss, shf, lsm, sst, pbl,
64 pt, pct, pcb, plcl, plfc, pel, cape, cin, o3c, cl, t, u, v, w, pv,
65 h2o, h2ot, o3, lwc, rwc, iwc, swc, cc, lat, lats[
NY], lonm[
NZ][
NY], cw[3];
67 static int np[
NZ][
NY], npc[
NZ][
NY], npt[
NZ][
NY], ny, nz, ci[3];
75 ERRMSG(
"Give parameters: <ctl> <zm.tab> <met0> [ <met1> ... ]");
79 double z0 =
scan_ctl(argv[1], argc, argv,
"ZM_Z0", -1,
"-999", NULL);
80 double z1 =
scan_ctl(argv[1], argc, argv,
"ZM_Z1", -1,
"-999", NULL);
81 double dz =
scan_ctl(argv[1], argc, argv,
"ZM_DZ", -1,
"-999", NULL);
82 double lon0 =
scan_ctl(argv[1], argc, argv,
"ZM_LON0", -1,
"-360", NULL);
83 double lon1 =
scan_ctl(argv[1], argc, argv,
"ZM_LON1", -1,
"360", NULL);
84 double lat0 =
scan_ctl(argv[1], argc, argv,
"ZM_LAT0", -1,
"-90", NULL);
85 double lat1 =
scan_ctl(argv[1], argc, argv,
"ZM_LAT1", -1,
"90", NULL);
86 double dlat =
scan_ctl(argv[1], argc, argv,
"ZM_DLAT", -1,
"-999", NULL);
92 for (
int i = 3; i < argc; i++) {
102 z1 =
Z(met->
p[met->
np - 1]);
105 for (
int iz = 0; iz < met->
np; iz++)
106 if (
Z(met->
p[iz]) >= z0 &&
Z(met->
p[iz]) <= z1) {
107 plev[nz] = met->
p[iz];
109 ERRMSG(
"Too many pressure levels!");
112 for (z = z0; z <= z1; z += dz) {
115 ERRMSG(
"Too many pressure levels!");
120 dlat = fabs(met->
lat[1] - met->
lat[0]);
122 if (lat0 < -90 && lat1 > 90) {
123 lat0 = gsl_stats_min(met->
lat, 1, (
size_t) met->
ny);
124 lat1 = gsl_stats_max(met->
lat, 1, (
size_t) met->
ny);
126 for (lat = lat0; lat <= lat1 + 0.001; lat += dlat) {
127 lats[ny] = round(lat * 1e3) / 1e3;
129 ERRMSG(
"Too many latitudes!");
133 for (
int ix = 0; ix < met->
nx; ix++)
134 if (met->
lon[ix] >= lon0 && met->
lon[ix] <= lon1)
135 for (
int iy = 0; iy < ny; iy++)
136 for (
int iz = 0; iz < nz; iz++) {
142 timem[iz][iy] += met->
time;
143 lonm[iz][iy] += met->
lon[ix];
171 if (isfinite(plfc) && isfinite(pel) && cape >= ctl.
conv_cape
173 plclm[iz][iy] += plcl;
174 plfcm[iz][iy] += plfc;
176 capem[iz][iy] += cape;
184 h2otm[iz][iy] += h2ot;
188 rhm[iz][iy] +=
RH(plev[iz], t, h2o);
189 rhicem[iz][iy] +=
RHICE(plev[iz], t, h2o);
190 tdewm[iz][iy] +=
TDEW(plev[iz], h2o);
191 ticem[iz][iy] +=
TICE(plev[iz], h2o);
212 LOG(1,
"Write meteorological data file: %s", argv[2]);
213 if (!(out = fopen(argv[2],
"w")))
214 ERRMSG(
"Cannot create file!");
220 for (
int iz = 0; iz < nz; iz++) {
222 for (
int iy = 0; iy < ny; iy++)
224 "%.2f %g %g %g %g %g %g %g %g %g %g %g %g %g %g %g %g %g %g %g"
225 " %g %g %g %g %g %g %g %g %g %g %g %g %g %g %g %g %g %g %g"
226 " %g %g %g %g %g %g %g %g %g %g %g %g %g %d %d %d\n",
227 timem[iz][iy] / np[iz][iy],
Z(plev[iz]),
228 lonm[iz][iy] / np[iz][iy], lats[iy],
229 plev[iz], tm[iz][iy] / np[iz][iy], um[iz][iy] / np[iz][iy],
230 vm[iz][iy] / np[iz][iy], wm[iz][iy] / np[iz][iy],
231 h2om[iz][iy] / np[iz][iy], o3m[iz][iy] / np[iz][iy],
232 zm[iz][iy] / np[iz][iy], pvm[iz][iy] / np[iz][iy],
233 psm[iz][iy] / np[iz][iy], tsm[iz][iy] / np[iz][iy],
234 zsm[iz][iy] / np[iz][iy], usm[iz][iy] / np[iz][iy],
235 vsm[iz][iy] / np[iz][iy], essm[iz][iy] / np[iz][iy],
236 nssm[iz][iy] / np[iz][iy], shfm[iz][iy] / np[iz][iy],
237 lsmm[iz][iy] / np[iz][iy],
238 sstm[iz][iy] / np[iz][iy], ptm[iz][iy] / npt[iz][iy],
239 ztm[iz][iy] / npt[iz][iy], ttm[iz][iy] / npt[iz][iy],
240 h2otm[iz][iy] / npt[iz][iy], lwcm[iz][iy] / np[iz][iy],
241 rwcm[iz][iy] / np[iz][iy], iwcm[iz][iy] / np[iz][iy],
242 swcm[iz][iy] / np[iz][iy], ccm[iz][iy] / np[iz][iy],
243 clm[iz][iy] / np[iz][iy], pctm[iz][iy] / np[iz][iy],
244 pcbm[iz][iy] / np[iz][iy], plclm[iz][iy] / npc[iz][iy],
245 plfcm[iz][iy] / npc[iz][iy], pelm[iz][iy] / npc[iz][iy],
246 capem[iz][iy] / npc[iz][iy], cinm[iz][iy] / npc[iz][iy],
247 rhm[iz][iy] / np[iz][iy], rhicem[iz][iy] / np[iz][iy],
248 tdewm[iz][iy] / np[iz][iy], ticem[iz][iy] / np[iz][iy],
249 tnatm[iz][iy] / np[iz][iy], hno3m[iz][iy] / np[iz][iy],
250 ohm[iz][iy] / np[iz][iy], h2o2m[iz][iy] / np[iz][iy],
251 ho2m[iz][iy] / np[iz][iy], o1dm[iz][iy] / np[iz][iy],
252 pblm[iz][iy] / np[iz][iy], o3cm[iz][iy] / np[iz][iy],
253 np[iz][iy], npt[iz][iy], npc[iz][iy]);
int main(int argc, char *argv[])
#define NY
Maximum number of latitudes.
#define NZ
Maximum number of altitudes.
int mptrac_read_met(const char *filename, const ctl_t *ctl, const clim_t *clim, met_t *met)
Reads meteorological data from a file, supporting multiple formats and MPI broadcasting.
double clim_zm(const clim_zm_t *zm, const double t, const double lat, const double p)
Interpolates monthly mean zonal mean climatological variables.
double nat_temperature(const double p, const double h2o, const double hno3)
Calculates the nitric acid trihydrate (NAT) temperature.
double scan_ctl(const char *filename, int argc, char *argv[], const char *varname, const int arridx, const char *defvalue, char *value)
Scans a control file or command-line arguments for a specified variable.
void mptrac_read_clim(const ctl_t *ctl, clim_t *clim)
Reads various climatological data and populates the given climatology structure.
double clim_oh(const ctl_t *ctl, const clim_t *clim, const double t, const double lon, const double lat, const double p)
Calculates the hydroxyl radical (OH) concentration from climatology data, with an optional diurnal co...
void mptrac_read_ctl(const char *filename, int argc, char *argv[], ctl_t *ctl)
Reads control parameters from a configuration file and populates the given structure.
MPTRAC library declarations.
#define INTPOL_SPACE_ALL(p, lon, lat)
Interpolate multiple meteorological variables in space.
#define ERRMSG(...)
Print an error message with contextual information and terminate the program.
#define Z(p)
Convert pressure to altitude.
#define P(z)
Compute pressure at given altitude.
#define MET_HEADER
Write header for meteorological data file.
#define TICE(p, h2o)
Calculate frost point temperature (WMO, 2018).
#define RHICE(p, t, h2o)
Compute relative humidity over ice.
#define ALLOC(ptr, type, n)
Allocate memory for a pointer with error handling.
#define RH(p, t, h2o)
Compute relative humidity over water.
#define LOG(level,...)
Print a log message with a specified logging level.
#define TDEW(p, h2o)
Calculate dew point temperature.
clim_zm_t ho2
HO2 zonal means.
clim_zm_t hno3
HNO3 zonal means.
clim_zm_t o1d
O(1D) zonal means.
clim_zm_t h2o2
H2O2 zonal means.
double conv_cape
CAPE threshold for convection module [J/kg].
double conv_cin
CIN threshold for convection module [J/kg].
int nx
Number of longitudes.
int ny
Number of latitudes.
int np
Number of pressure levels.
double lon[EX]
Longitude [deg].
double lat[EY]
Latitude [deg].
double p[EP]
Pressure levels [hPa].