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
  • Exchange of variable fields
  • Schomburg scheme

Content

Schomburg scheme

  • More
    • Table of contents

Schomburg et al. (2010) describes this downscaling scheme in detail. This page will only point out some relevant aspects.

Three steps

The Schomburg scheme uses 3 steps to derive a fine active field from coarse and external data:

  1. A bi-quadratic spline interpolation
  2. A Schomburg rule if available to produce anomalies
  3. Noise generation

The 1st step instates the coarse pixel’s value as the average value of all the fine pixels it maps to. The letter steps leave this average untouched. Some variables are not submitted to these 2 steps at all.

Training

The Schomburg rules have been devised with training data from COSMO-DE with a grid spacing of 400 m. To produce predictors, the field was upscaled to a grid spacing of 2800 m.
In the training, all data was assumed to be taken at the surface or at the airborne lowest layer, which for COSMO-DE has its center at 10 m above ground. Not coincidentally, the training area is a subset of this project’s coarse and fine data.

Implementation

This project relies on an implementation into OASIS3. It does not provide for all variables the Community Land Model requires. Model1 admits the required variables under a wrong name to OASIS3, so that they can be processed at all.

What steps of the Schomburg scheme apply to which variables?

The 2nd and 3rd step of the Schomburg scheme are implemented in source:oasis3/lib/downscal/src/src_downscal2.F90 . This code shows that neither of these steps are implemented for:

  • UWIND
  • VWIND
  • DIRSW
  • DIFSW
  • LONGW
  • CVPRE (fn[7])
  • GSPRE

Both are implemented for:

  • TEMP (fn[8])
  • PRESKE1

SPWAT, described in a comment as ‘Sp. Humidity Field at Lowest Model Level’, experiences only the 3rd step, but namcouple does not call upon it. Instead, it calls SPWATKE1, which is[9] undefined in src_downscal2.F90.

Footnotes

Loading...