ARTS built-in documentation server
Workspace Variable atm_fields_compact
A compact combination of all atmospheric fields for a clear-sky calculation on a common set of grids. This concerns temperature, altitude, and gas VMRs. The data are stored in a GriddedField4. The order of the fields must be: T[K] z[m] VMR_1[1] ... VMR_n[1] (the field names for the gases do not have to start with VMR_) Usage: Used inside batch calculations, to hold successive atmospheric states from an ArrayOfGriddedField4. Possible future extensions: Add a similar variable particle_fields_compact for hydrometeors? Dimensions: GriddedField4: ArrayOfString field_names[N_fields] Vector p_grid[N_p] Vector lat_grid[N_lat] Vector lon_grid[N_lon] Tensor4 data[N_fields][N_p][N_lat][N_lon]
Group: GriddedField4
Specific methods that can generate atm_fields_compact
Generic and supergeneric methods that can generate atm_fields_compact
- GriddedField4Create
- Copy
- Extract
- GriddedFieldLatLonExpand
- GriddedFieldLatLonRegrid
- GriddedFieldPRegrid
- ReadXML
- ReadXMLIndexed
- Touch
Specific methods that require atm_fields_compact
Generic and supergeneric methods that can use atm_fields_compact
- Append
- Copy
- Delete
- FieldFromGriddedField
- GriddedFieldLatLonExpand
- GriddedFieldLatLonRegrid
- GriddedFieldPRegrid
- Ignore
- surface_scalar_reflectivityFromGriddedField4
- WriteXML
- WriteXMLIndexed
Agendas that can generate atm_fields_compact
- none
Agendas that require atm_fields_compact
- none