-
Notifications
You must be signed in to change notification settings - Fork 1
Types
Odran Sourdeval edited this page Oct 12, 2022
·
21 revisions
Description: Containing the atmospheric quantities extract from ICON (directly or post-processe)
| Variable | Dimensions | Units | Description | ICON variable | Comments |
|---|---|---|---|---|---|
nlat |
|||||
nlon |
|||||
height |
|||||
mode |
Type of horizontal grid coordinates | 1: track, 2: lon-lat, 3: lat-lon | |||
nlevels |
|||||
npoints |
|||||
lat |
npoints | Latitude | lat |
-90° to 90° | |
lon |
npoints | Longitude | lon |
0° - 360° | |
lat_orig |
npoints | Original latitude | lat |
-90° to 90° | |
lon_orig |
npoints | Original longitude | lon |
0° - 360° | |
orography |
npoints | Elevation | topography_c |
||
landmask |
npoints | - | Surface type | FR_LAND |
|
skt |
npoints | Surface skin temperature | t_s |
||
psfc |
npoints | Surface pressure | ps |
||
t2m |
npoints | 2m temperature | tas |
||
q2m |
npoints | 2m specific water vapor content | huss |
||
u_wind |
npoints | U-component of wind | u_10m |
||
v_wind |
npoints | V-component of wind | v_10m |
||
p |
npoints, nlayers | Model pressure levels | pres |
||
z |
npoints, nlayers | Model level height | z_mc |
||
zh |
npoints, nlevels | Model level height at half-levels | z_ifc |
||
t |
npoints, nlayers | Temperature | ta |
||
q |
npoints, nlayers | Specific humidity | hus |
||
tca |
npoints, nlayers | - | Total cloud fraction | clc |
|
clw |
npoints, nlayers | Specific cloud water content | clw |
||
cli |
npoints, nlayers | Specific cloud ice content | cli |
||
qnc |
npoints, nlayers | Cloud droplet number concentration | qnc |
||
qr |
npoints, nlayers | Rain mixing ratio | qr |
||
qs |
npoints, nlayers | Snow mixing ratio | qs |
||
dz |
npoints, nlayers | Layer thickness | |||
rho |
npoints, nlayers | Moist air density | |||
tv |
npoints, nlayers | Virtual temperature | |||
lwc |
npoints, nlayers | Liquid water content | |||
iwc |
npoints, nlayers | Ice water content | |||
cdnc |
npoints, nlayers | Cloud droplet number concentration | |||
Reff |
npoints, nlayers | Cloud droplet effective radius |
Description: Containing the physical description of the atmospheric model (read from inputs)
Using this type: model
| Variable | Dimensions | Units | Description | RTTOV | Comments |
|---|---|---|---|---|---|
npoints |
- | - | Number of profiles | ||
nlevels |
- | - | Number of vertical levels in profile | ||
nlayers |
- | - | Number of vertical layers in profile | nlevels - 1 | |
nlat |
- | - | Number of latitude bins in grid | ||
nlon |
- | - | Number of longitude bins in grid | ||
mode |
- | - | Type of input grid | ||
date |
3 | - | Day, Month, Year | ||
time |
3 | - | Hour, Minute, Second | ||
lat |
npoints | Latitude | -90° to 90° | ||
lon |
npoints | Longitude | 0° - 360° | ||
lat_orig |
npoints | Original latitude (if regridded) | ❌ | -90° to 90° | |
lon_orig |
npoints | Original longitude (if regridded) | ❌ | 0° - 360° | |
skt |
npoints | Surface skin temperature | |||
orography |
npoints | Elevation | |||
psfc |
npoints | Surface pressure | |||
u_wind |
npoints | 10-m zonal wind | |||
v_wind |
npoints | 10-m medional wind | |||
t2m |
npoints | 2-m air temperature | |||
q2m |
npoints | 2-m water pressure | |||
landmask |
npoints | - | Surface type | ||
sunzenangle |
npoints | Solar zenith angle | 0 is Zenith | ||
sunazangle |
npoints | Solar azimuth angle | 0 is North | ||
p |
npoints, nlevels | Pressure levels | |||
z |
npoints, nlevels | Height levels | ❌ | ||
dz |
npoints, nlayer | Size of height levels | ❌ | ||
zh |
npoints, nlevels | Height at half levels | ❌ | ||
t |
npoints, nlevels | Temperature on levels | |||
q |
npoints, nlevels | Water vapour on levels | |||
o3 |
npoints, nlevels | Ozone concentration on levels | |||
co2 |
npoints, nlevels |
|
|||
ch4 |
npoints, nlevels |
|
|||
n2o |
npoints, nlevels |
|
|||
so2 |
npoints, nlevels |
|
|||
co |
npoints, nlevels |
|
|||
tca |
npoints, nlayers | - | Cloud fraction | ||
iwc |
npoints, nlayers | Ice Water Content | |||
lwc |
npoints, nlayers | Liquid Water Content | ❌ | ||
reff |
npoints, nlayers | Cloud droplet effective radius | |||
cdnc |
npoints, nlayers | Cloud droplet number concentration | ❌ | ||
qnc |
npoints, nlayers | Cloud droplet number concentration | ❌ | ||
qr |
npoints, nlayers | Rain mass mixing ratio | ❌ | ||
qs |
npoints, nlayers | Snow mass mixing ratio | ❌ |
Description: Pointer array containing the physical description of the atmospheric model necessary to run RTTOV.
Using this type: rttov_atm (points to model but used for smaller number of profiles)
| Variable | Dimensions | Units | Description | Comments |
|---|---|---|---|---|
idx_start |
- | - | Starting index for profile | Used for subsetting |
idx_end |
- | - | Ending index for subset profile | |
npoints |
- | - | Number of profiles | idx_end - idx_start + 1 |
nlevels |
- | - | Number of vertical levels in profile | |
nlayers |
- | - | Number of vertical layers in profile | nlevels - 1 |
lat |
npoints | Latitude | -90° to 90° | |
lon |
npoints | Longitude | 0° - 360° | |
t_skin |
npoints | Surface skin temperature | ||
h_surf |
npoints | Elevation | ||
p_surf |
npoints | Surface pressure | ||
u_surf |
npoints | 10-m zonal wind | ||
v_surf |
npoints | 10-m medional wind | ||
t2m |
npoints | 2-m air temperature | ||
q2m |
npoints | 2-m water pressure | ||
lsmask |
npoints | - | Surface type | land = 0; sea = 1; seaice = 2 |
p |
npoints, nlevels | Pressure levels | ||
z |
npoints, nlevels | Height levels | Not used in RTTOV | |
t |
npoints, nlevels | Temperature on levels | ||
q |
npoints, nlevels | Water vapour on levels | ||
o3 |
npoints, nlevels | Ozone concentration on levels | ||
co2 |
npoints, nlevels |
|
||
ch4 |
npoints, nlevels |
|
||
n2o |
npoints, nlevels |
|
||
so2 |
npoints, nlevels |
|
||
co |
npoints, nlevels |
|
||
tca |
npoints, nlayers | - | Cloud fraction | |
iwc |
npoints, nlayers | Ice Water Content | ||
lwc |
npoints, nlayers | Liquid Water Content | Not used in RTTOV | |
reff |
npoints, nlayers | Cloud droplet effective radius | ||
cdnc |
npoints, nlayers | Cloud droplet number concentration | Not used in RTTOV |