emc2.simulator.main.make_simulated_data¶
-
emc2.simulator.main.
make_simulated_data
(model, instrument, N_columns, **kwargs)[source]¶ This procedure will make all of the subcolumns and simulated data for each subcolumn.
- Parameters
- model: :func:`emc2.core.Model`
The model to make the simulated parameters for.
- instrument: :func:`emc2.core.Instrument`
The instrument to make the simulated parameters for.
- N_columns: int
The number of subcolumns to generate.
- Additional keyword arguments are passed into :func:`emc2.simulator.calc_lidar_moments` or
- :func:`emc2.simulator.calc_radar_moments`
- Returns
- model:
emc2.core.Model()
The model with all of the simulated parameters generated.
- model: