Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After introduction of the weather events, this page guides the user step by step through running the selected experiments, post-processing the model outputs, downloading the reference data and visualization the outcomes with Metview. The input data and namelists needed for the model runs, the scripts for the MARS retrieves and the Metview macros for visualization are available in the OpenIFS repository and can be downloaded.

Let us start!


panel
Panel
bgColorwhite
titleBGColor#dcf0f7
borderStyledotted
titleLet us start!

Page Tree
root6. OpenIFS Meteorological Evaluation


Page Tree Search
rootPage6. OpenIFS Meteorological Evaluation


CSS Stylesheet
.cell_nopadding {
    padding: 3px;
    border: 0px;
}

.cell_leftmargin {
    padding-left: 30px;
 }

.table_noborder {
    border: 0px;
}

.vertical {
    height: 100%;
}

.vertical td:first-child {
    position: relative;
    width: 35px;
    padding: 0;
    border: 2px solid #ddd;
}

.vertical_text {
    display: block;
    white-space: nowrap;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: center center;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: center center;
    position: absolute;
    width:25px;
    color: #205081;
}

.table_line {
    padding: 0;
    height: 2px;
    border-left: 0px;
    border-right: 0px;
}

.table_line td:first-child {
    padding: 0;
    height: 2px;
    border-left: 0px;
    border-right: 0px;
}

.font_background_cyan {
    background-color: cyan;
}

.font_background_yellow {
    padding: 2px;
    background-color: #ffffb3;
}

.font_background_grey {
    padding: 2px;
    background-color: #dddddd;
}

.font_code_black {
    color: #000000;
    font-family: Monospace;
}

.li_withspace {
    margin-bottom: 10px;
}

.img_withoutspace {
    margin-bottom: -12px;
}

...