Top Menu

Jump to content
  • downscale
    • View all projects
Home
    • Work packages
    • News
    • Getting started
    • Introduction video
    • Welcome to OpenProject

      Get an overview

      Get a quick overview of project management and team collaboration with OpenProject.
      You can restart this video from the help menu

    • Help and support
    • Upgrade to Enterprise Edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Professional support

    • Additional resources
    • Data privacy and security policy
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

Side Menu

  • Overview
  • Activity
  • Work packages
  • News
  • Repository
  • You are here:Wiki main page
    • Table of contents
      • Hierarchy leafGravimetric humidity bias on 2008-04-07, 05 UTC
      • Expanded. Click to collapseCollapsed. Click to showWiki main page
        • Expanded. Click to collapseCollapsed. Click to showCoarse data
          • Hierarchy leafCoarse external data
          • Hierarchy leafIntroduction of new data
          • Hierarchy leafTemperature
        • Hierarchy leafDependencies
        • Expanded. Click to collapseCollapsed. Click to showExchange of variable fields
          • Hierarchy leafnamcouple
          • Expanded. Click to collapseCollapsed. Click to showSchomburg scheme
            • Expanded. Click to collapseCollapsed. Click to showSchomburg rules
              • Hierarchy leafSchomburg rule
        • Expanded. Click to collapseCollapsed. Click to showFine data
          • Hierarchy leafEstimated resolutions
          • Expanded. Click to collapseCollapsed. Click to showFine external data from the Climate Limited-area Modeling community
            • Hierarchy leafDivided by 7
            • Hierarchy leafEmulation of the test data resolution
          • Hierarchy leafSRTM data
        • Hierarchy leafIntroduction
        • Hierarchy leafLiterature
        • Expanded. Click to collapseCollapsed. Click to showModel1
          • Hierarchy leafDeprecated dummy data
          • Hierarchy leafDummy coordinates
          • Hierarchy leafProcessing
          • Expanded. Click to collapseCollapsed. Click to showRead_grib1
            • Hierarchy leafEccodes_handler
        • Hierarchy leafNaming schemes
        • Hierarchy leafOASIS3
        • Hierarchy leafPrivacy policy
        • Hierarchy leafTitle page
        • Expanded. Click to collapseCollapsed. Click to showValidation
          • Expanded. Click to collapseCollapsed. Click to showPreservation of the sub-scale average
            • Expanded. Click to collapseCollapsed. Click to showBias anecdote for gravimetric humidity
              • Hierarchy leafGravimetric humidity bias on 2008-04-04, 18 UTC
            • Expanded. Click to collapseCollapsed. Click to showBias anecdote for surface pressure
              • Hierarchy leafSurface pressure bias on 2008-04-04, 18UTC
              • Hierarchy leafSurface pressure bias on 2008-04-07, 05UTC
            • Expanded. Click to collapseCollapsed. Click to showBias anecdote for temperature
              • Hierarchy leafTemperature bias on 2008-04-07, 05UTC
              • Hierarchy leafTemperature bias on 2008-04-04, 18UTC
            • Hierarchy leafgrib2bin.pl
          • Hierarchy leafSpatial average and variance before and after downscaling
        • Expanded. Click to collapseCollapsed. Click to showWhat the Community Land Model requires
          • Hierarchy leafsva_DWD_forcing.ncl
You are here:
  • Wiki main page
  • Validation
  • Preservation of the sub-scale average

Content

Preservation of the sub-scale average

  • More
    • Table of contents

Upscaling is the reverse procedure of downscaling, but much simpler: All of the grid points in the fine mesh to be replaced by a single coarse grid point are averaged. Their average is the new, coarse grid value. Reverting back to the familiar downscaling, this means that the same must hold as accurately as possible: The average of the a set of fine grid points must approximate the value of their corresponding coarse grid point. Their difference, average minus value, is called the bias. If upscaling and downscaling are considered statistical procedures because of numerical fluctuations, this difference merely estimates the bias.

The unprocessed variables

In addition to downscaling, the downscale algorithm also performs some processing for 4 of the 7 output variables. The processing results are not recorded. A comparison of any kind, including bias calculation, is only warranted for the unprocessed variables: gravimetric humidity QV, surface pressure PS and temperature T.

Bias anecdotes

In advance of a statistical validation, here are some anecdotes of bias calculations for the unprocessed variables:

  • Bias anecdote for gravimetric humidity
  • Bias anecdote for temperature
  • Bias anecdote for surface pressure

MATLAB

source:sandbox/Grib/read_grib.m
Coarse file, uncut, via MATLAB
Fig.: MATLAB plot of coarse ALB_RAD over the whole available area for 2008-06-01 14 UTC.

This analysis derives from MATLAB code developed for the Multiple Objective Genetic Programming algorithm (MOGP). In order to read the Grib files with the coarse data, the validation employs read_grib.m of the collection ‘NetCDF/GRIB reader’, which in turn wraps around grib2bin.pl. READ_GRIB does return a 3-dimensional array, but only the order of the 1st 2 dimensions bears meaning, namely the horizontal structure of the read field. The 3rd dimension stores the different layers in the order of their corresponding Grib messages in the file, which has no meaning. To find the correct[15] layer in this returned matrix, the wgrib output for the file may help.

Notes

  • Spline-interpolation means fitting a polynomial. Polynomials vanish either on a null set or everywhere and never have a clearly circumscribed support. ASOB_S, visibile radiation, and TOT_PREC, precipitation, are only spline-interpolated. It lies in the physical nature of these fields to have a clearly circumscribed support:
    • ASOB_S is zero at night and fluctuates positively at noon. In mornings and evenings, however, a sharp line, the terminator, separates the night from the support.
    • TOT_PREC comes with clouds which are never as big as the modeled domain. Its support is a mostly coherent subset of the cloud-covered area.
  • The MATLAB code cannot access sec2date.F90, which complicates the generation of the correct file names.

Footnotes

fn1^. the physically lowest layer, designated with the highest number(s), in case of this project

fn2^. ne for each coarse pixel, i.e. 160 by 160

Loading...