diff --git a/ChangeLog b/ChangeLog index 3d1ef8877cff21e4f43014f90bc54284be9f05fc..ac5137baa6ed59db5544cdd676ba2d0afe16e8f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-03-31 Ajil Kottayil <ajil.kottayil@ltu.se> + + * ARTS-XML-DATA-1-1-28 + + * atmosphere/seeborV4/: Renamed. + 2009-03-26 Oliver Lemke <olemke@core-dump.info> * ARTS-XML-DATA-1-1-27 diff --git a/atmosphere/seebor/README b/atmosphere/seebor/README deleted file mode 100644 index e086d98c6d98c1301000a4fcd6491f5fa261f0a2..0000000000000000000000000000000000000000 --- a/atmosphere/seebor/README +++ /dev/null @@ -1,24 +0,0 @@ -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/seeborV4/README b/atmosphere/seeborV4/README new file mode 100644 index 0000000000000000000000000000000000000000..da058de49b0df836374871c1f7fb03f53669b083 --- /dev/null +++ b/atmosphere/seeborV4/README @@ -0,0 +1,35 @@ +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. Seebor dataset is provided with surface +pressure & topography values for each profile. Seebor data profiles are +given for standard 101 pressure levels. First level in each profile starts +with surface pressure and elevation information. The levels below the surface +pressure are excluded. Therefore matrix dimensions are +different for diffrent profiles. + + +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: seebor_arts.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/seebor_emmi.xml.gz b/atmosphere/seeborV4/seebor_emmi.xml.gz similarity index 100% rename from atmosphere/seebor/seebor_emmi.xml.gz rename to atmosphere/seeborV4/seebor_emmi.xml.gz diff --git a/atmosphere/seebor/seebor_pro.xml.gz b/atmosphere/seeborV4/seebor_pro.xml.gz similarity index 100% rename from atmosphere/seebor/seebor_pro.xml.gz rename to atmosphere/seeborV4/seebor_pro.xml.gz diff --git a/atmosphere/seebor/seebor_stem.xml.gz b/atmosphere/seeborV4/seebor_stem.xml.gz similarity index 100% rename from atmosphere/seebor/seebor_stem.xml.gz rename to atmosphere/seeborV4/seebor_stem.xml.gz diff --git a/atmosphere/seebor/waveno.dat b/atmosphere/seeborV4/waveno.dat similarity index 100% rename from atmosphere/seebor/waveno.dat rename to atmosphere/seeborV4/waveno.dat