Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | benchmark | |
Tool | atmosphere |
Get the atmospheric profile.
thickness | out | thickness of every atmospheric layer | |
Allowed: | Quantum with a vector value and dimension of length, m | ||
Default: | none | ||
temperature | out | temperature of every atmospheric layer | |
Allowed: | Quantum with a vector value and unit of temperature, K | ||
Default: | none | ||
water | out | water content of every atmospheric layer | |
Allowed: | Quantum with a vector value and unit of kg.m-3 | ||
Default: | none | ||
pressure | out | pressure of every atmospheric layer | |
Allowed: | Quantum with a vector value and unit of Pascal | ||
Default: | none | ||
O3 | out | O3 of every atmospheric layer | |
Allowed: | Quantum with a vector value and unit of m-3 | ||
Default: | none | ||
CO | out | CO of every atmospheric layer | |
Allowed: | Quantum with a vector value and unit of m-3 | ||
Default: | none | ||
N2O | out | N2O of every atmospheric layer | |
Allowed: | Quantum with a vector value and unit of m-3 | ||
Default: | none |
myatm.getProfile( thickness, temperature, water, pressure, O3, CO, N2O ) print spaste( 'thickness = ', thickness ) print spaste( '(thickness.value)[1],thickness.unit = ', (thickness.value)[1], thickness.unit ) thickness = [value=[54.2820552 68.3014666 86.0898268 108.749638 137.76137 175.148792 223.740915 287.605456 372.804489 488.798233 651.269636 888.430939 1257.26693 1895.2737 3257.98328 1750 2000 2000 3000 3000 3000 4250 4500 4500] , unit=m] (thickness.value)[1],thickness.unit = 54.2820552m