Technical Elements Documentation
    Preparing search index...

    Represents the analysis of meteorological data used in radiological consequence calculations.

    RCME-A11

    const meteorologicalDataAnalysis = {
    parameterUncertaintyCharacterisation: "Uncertainty in wind speed and direction modelled using historical data distributions.",
    meteorologicalDataSetDescription: "Five years of hourly meteorological data from the on-site tower were used.",
    meteorologicalFrequencyDistributionTreatment: "A stratified random sampling approach was used to select representative weather sequences."
    };
    interface MeteorologicalDataAnalysis {
        meteorologicalDataSetDescription?: string;
        meteorologicalFrequencyDistributionTreatment?: string;
        parameterUncertaintyCharacterisation?: string;
        temporalChangesAccommodation?: string;
        timeResolution?: string;
    }
    Index

    Properties

    meteorologicalDataSetDescription?: string

    Description of the meteorological data set(s) used for the analysis, including the period of data collection and relevant parameters.

    "Five years of hourly meteorological data (wind speed, wind direction, atmospheric stability) from the on-site meteorological tower were used."
    

    RCME-A11

    meteorologicalFrequencyDistributionTreatment?: string

    Description of how the frequency distribution of meteorological conditions is accounted for in the consequence analysis.

    "A stratified random sampling approach was used to select meteorological sequences from the five-year data set to represent the frequency distribution of weather conditions."
    

    RCME-B3

    parameterUncertaintyCharacterisation?: string

    Characterisation of the uncertainty distribution of meteorological parameters. Required by RCME-B3.

    "Uncertainty in wind speed and direction modelled using historical data distributions."
    

    RCME-B3

    temporalChangesAccommodation?: string

    Description of how temporal changes in meteorological conditions are accommodated. Required by HLR-RCAD-D.

    "Hourly meteorological data was used to capture diurnal variations in wind patterns."
    
    timeResolution?: string

    Time resolution of meteorological data.

    "Hourly" | "Daily" | "Monthly"