[Dart-dev] [6175] DART/branches/development/observations/even_sphere/even_sphere.m: Add comments about the various lists of 'mandatory levels', which

nancy at ucar.edu nancy at ucar.edu
Wed May 29 09:59:17 MDT 2013


Revision: 6175
Author:   nancy
Date:     2013-05-29 09:59:17 -0600 (Wed, 29 May 2013)
Log Message:
-----------
Add comments about the various lists of 'mandatory levels', which
generally are similar but differ especially in the higher levels.
No code changes.

Modified Paths:
--------------
    DART/branches/development/observations/even_sphere/even_sphere.m

-------------- next part --------------
Modified: DART/branches/development/observations/even_sphere/even_sphere.m
===================================================================
--- DART/branches/development/observations/even_sphere/even_sphere.m	2013-05-29 15:58:32 UTC (rev 6174)
+++ DART/branches/development/observations/even_sphere/even_sphere.m	2013-05-29 15:59:17 UTC (rev 6175)
@@ -17,15 +17,27 @@
 close all; clear;
 
 % Generate obs_sequence input for this problem
-% Mandatory levels are : 1000 mb, 850 mb, 700 mb, 500 mb, 400 mb, 
-% 300 mb, 200 mb, 150 mb, 100 mb, 50 mb, 30 mb, 20 mb, 10 mb, 7 mb, 5 
 
 % For diagnostic test need a null data value and a null qc value
 diagnostic_test = false;
 
-% Input is in hectopascals
+% Input is in hectopascals - this was intended to be the mandatory levels (see below).
 levels = [1000 850 700 500 400 300 200 150 100 50 30 20 10 7 5];
 
+% the nice thing about standards is there are so many of them.  mandatory levels, according to:
+% wisconsin: http://www.meteor.wisc.edu/~hopkins/aos100/raobdoc.htm
+% the surface, 1000, 925, 850, 700, 500, 400, 300, 250, 200, 150, 100, 70, 50, and 10 mb.
+%
+% the AMS glossary: http://amsglossary.allenpress.com/glossary/search?id=mandatory-level1
+% 1000, 850, 700, 500, 400, 300, 200, 150, 100, 50, 30, 20, 10, 7, 5, 3, 2, and 1 mb.
+%
+% the Office of Federal Coordinator of Meterology: http://www.ofcm.gov/fmh3/text/chapter5.htm
+% 1000, 925, 850, 700, 500, 400, 300, 250, 200, 150, 100, 70, 50, 30, 20, 10 hPa, plus it says
+% that these levels should be considered standard: 7, 5, 3, 2, and 1 hPa.
+%
+% the ones that this program generates right now:
+% 1000, 850, 700, 500, 400, 300, 200, 150, 100, 50, 30, 20, 10, 7, 5 mb.
+
 % Date information is overwritten by create_fixed_network_sequence
 year = 2008;
 month = 10;


More information about the Dart-dev mailing list