Constrained surrogate cloud fields |
||
|
RELATED INFORMATION |
IntroductionThis page explains how we are creating 3-dimensional cloud fields (Liquid Water Content fields), based on (almost) arbitrary statistical properties of measured clouds. The clouds are generated by searching for a 3D cloud field that has the same statistical properties as the measured clouds. These statistical properties provided the constraints for the search. We generate such cloud fields as surrogate product for measured cloud fields, which are not available, as it is close to impossible to measure a full 3D cloud field. Therefore, these cloud fields are called constrained surrogates. Search algorithmThe search is made using an evolutionary search algorithm, see figure 1. The main difference of such a search algorithm compared to traditional ones, is that it works on a population of possible solutions, and thus manages not to get stuck in local minima easily. It is a robust and flexible method. We used a population of 40 to 100 clouds. The fitness/cost of each cloud with respect to the statistical cloud properties determines its reproductive success. Mutations/permutations are used to keep the population diverse. Other global search algorithms may also work. The search for large cloud fields is possible by utilising the scaling properties of clouds (figure 2): The largest variations are at the large scales. Only after finding a good solution at a coarser resolution, the resolution is made finer. Without this key idea the search would have been too large to be possible. For example the number of possible clouds with resolution 64x64 and 256 LWC values is 2564096, much more than the number of atoms in the universe (about 1078). Convergence algorithmThe algorithm, which is written in IDL, needed 22 hours on a 700 MHz desktop PC to calculate one of the surrogate clouds (4096 pixels) shown here. It would not come as a surprise if we could still reduce the computation time by an order of magnitude, but the algorithm will remain a calculation intensive task. At the moment we are writing a C++ version that could also run on a parallel computer. With this version we will generate 3-dimensional clouds, in the same way we made the 2-dimensional surrogate cloud in Fig. 2. Going from 2D to 3D is in principle an trivial task, which we already did for a previous version of the algorithm with only cloud boundary statistics. With a good network connection you can download a 6 Mb-animation of this 3D cloud field The calculation of the fitness of the clouds takes most computer resources. The number of clouds that are generated before convergence is an about linear function of the number of pixels, see figure 3. That means that the calculation of large matrices is relatively easy. Given that the number of possibilities is a power law. This method to generate surrogate cloud fields is, thus, much slower than my iterative method, but it is much more flexible and might be able to find a better match with the measured statistics. As it is easy to change the cost function and try new statistical parameters, it is ideally suite to investigate with statistical properties are needed to describe cloud structure. LiteratureI do not have a finished article on this topic yet. The most informative is probably a
poster presented at EGS in 2003.
The talk in the multi-fractal session at EGU 2004
(pdf | ppt),
does not contain newer work, but details more on the reasons for generating
clouds fields the way I do. Furthermore, I once started a report on a previous version of the search algorithm that included only
cloud boundary statistics. This rather unpolished and out-dated report does
provide more detail on the search algorithm itself. Read at your own risk. ReferencesSearching for a 3D-cloud field with measured cloud properties Iterative and constrained algorithms to generate cloud fields with measured properties
(pdf | ppt) An evolutionary search algorithm to generate 3D cloud fields with measured cloud boundary statistics Constrained randomization of time series data |
|
|
Victor.Venema@uni-bonn.de Last update: 16 August 2004 URL: http://www2.meteo.uni-bonn.de/victor/themes/surrogates/constrained/ |