ARTS built-in documentation server

Workspace Method cloudboxSetFullAtm

Description

Sets the cloudbox to cover the full atmosphere.

The cloudbox is always set to fully span the atmosphere vertically.

For the latitide and longitide dimensions, default is to leave room
between the cloudbox an the end of the atmosphere in these dimensions.
This is required for some scattering solvers (MC and DOIT). In other
cases it can be OK to let the cloudbox to fill the atmosphere fully
also in latitude and longitude. This is triggered by setting the GIN
fullfull to 1.

Authors: Claudia Emde, Jana Mendrok, Patrick Eriksson

Synopsis

cloudboxSetFullAtm( cloudbox_on, cloudbox_limits, atmosphere_dim, p_grid, lat_grid, lon_grid, fullfull )

Variables

OUTcloudbox_on(Index)Flag to activate the cloud box.
OUTcloudbox_limits(ArrayOfIndex)The limits of the cloud box.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INp_grid(Vector)The pressure grid.
INlat_grid(Vector)The latitude grid.
INlon_grid(Vector)The longitude grid.
GINfullfull(Index, Default: 0)Flag to let cloudbox reach ends of lat and lon grids.