ARTS built-in documentation server

Workspace Method ybatchMetProfiles

Description

This method is used for simulating ARTS for metoffice model fields
This method reads in met_amsu_data which contains the
lat-lon of the metoffice profile files as a Matrix. It then
loops over the number of profiles and corresponding to each
longitude create the appropriate profile basename. Then,
corresponding to each basename we have temperature field, altitude
field, humidity field and particle number density field. The
temperature field and altitude field are stored in the same dimensions
as t_field_raw and z_field_raw. The oxygen and nitrogen VMRs are
set to constant values of 0.209 and 0.782, respectively and are used
along with humidity field to generate vmr_field_raw. 

The three fields t_field_raw, z_field_raw, and vmr_field_raw are
given as input to met_profile_calc_agenda which is called in this
method. See documentation of WSM met_profile_calc_agenda for more
information on this agenda. 

The method also converts satellite zenith angle to appropriate
sensor_los. It also sets the p_grid and cloudbox_limits
from the profiles inside the function

Authors: Sreerekha T.R.

Synopsis

ybatchMetProfiles( ybatch, abs_species, met_profile_calc_agenda, f_grid, met_amsu_data, sensor_pos, r_geoid, lat_grid, lon_grid, atmosphere_dim, scat_data_raw, nelem_p_grid, met_profile_path, met_profile_pnd_path )

Variables

OUTybatch(Matrix)Batch of spectra.
INabs_species(ArrayOfArrayOfSpeciesTag)Tag groups for scalar gas absorption.
INmet_profile_calc_agenda(Agenda)See agendas.cc.
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
INmet_amsu_data(Matrix)The AMSU data set.
INsensor_pos(Matrix)The sensor position for each measurement block.
INr_geoid(Matrix)Geoid radius.
INlat_grid(Vector)The latitude grid.
INlon_grid(Vector)The longitude grid.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INscat_data_raw(ArrayOfSingleScatteringData)Raw data of single scattering data.
GINnelem_p_grid(Index)FIXME DOC
GINmet_profile_path(String)FIXME DOC
GINmet_profile_pnd_path(String)FIXME DOC