From 6dbe4ecd25abdd38980af5eceae3ebe790297ec8 Mon Sep 17 00:00:00 2001 From: ajil <ajil@aaf1aab0-4228-0410-ad68-8dceda47f409> Date: Wed, 25 Mar 2009 12:29:30 +0000 Subject: [PATCH] 2009-03-25 Ajil Kottayil <ajil.kottayil@ltu.se> * atmosphere/seebor/: Added files, REDAME and waveno.dat git-svn-id: https://radiativetransfer.org/svn/rt/arts-xml-data/trunk@5976 aaf1aab0-4228-0410-ad68-8dceda47f409 --- atmosphere/seebor/README | 24 ++++++++++++++++++++++++ atmosphere/seebor/waveno.dat | 8 ++++++++ 2 files changed, 32 insertions(+) create mode 100644 atmosphere/seebor/README create mode 100644 atmosphere/seebor/waveno.dat diff --git a/atmosphere/seebor/README b/atmosphere/seebor/README new file mode 100644 index 00000000..e086d98c --- /dev/null +++ b/atmosphere/seebor/README @@ -0,0 +1,24 @@ +This directory contains three file in ARTS format created +from Seebor dataset version 4. + +1.seebor_pro.xml.gz +===================== +Contains the profiles of temperature,humidity and ozone from 15704 diverse global dataset.The z profile was generated using hydrostatic equation from pressure and temperature. In Seebor data profiles are given for standard 101 pressure levels. In this file matrix dimension is different for each profile since we are excluding the levels which is above the surface pressure. + +2.seebor_stem.xml.gz +===================== +Contains surface skin temperature values from Seebor dataset. Matrix dimension is 15704*1. + +3.seebor_emmi.xml.gz +==================== +Contains the emissivity values for eight infrared wavelength, assaigned for each profile.Matrix dimension is 15704*8. The file waveno.dat contains the wavenumbers for which the emissivity values are provided. + + +The original Seebor data and the FORTRAN extraction program that +created these files in ARTS format can be found in the directory +"~ajil/Documents/Data/" +Fortran program: arts_pro.f90 +Data:SeeBorV4.0_Nov05.bin + +More information for Seebor data can be found in +http://cimss.ssec.wisc.edu/training_data/ diff --git a/atmosphere/seebor/waveno.dat b/atmosphere/seebor/waveno.dat new file mode 100644 index 00000000..d4e842ee --- /dev/null +++ b/atmosphere/seebor/waveno.dat @@ -0,0 +1,8 @@ + 699.30072 + 925.92590 + 1075.2688 + 1204.8193 + 1315.7894 + 2000.0000 + 2325.5813 + 2702.7026 -- GitLab