========================================================================================
			 General information
These data are extracted as DMI's contribution to the Baltic Earth effort on 
'Scenario Analysis' (Matthias Gröger) and 'Coordinated Experiments' (Ha Hagemann)

According to the initiative from Christian Dieterich & Matthias Gröger on 
joint paper on extreme sea levels, March 22, 2018. 

In addition, hourly model output in netcdf and atmospheric forcing on sea-grids 
are all available. Please feel free to contact me.

Contact info: Tian Tian, DMI (tian@dmi.dk)
=========================================================================================


			Table of experiments
-----------------------------------------------------------------------------------------
Forcing             Period              coupled   uncoupled Files           Open boundary TS  
hindcast             21 yrs,1990~2010   CMD2WAY   CMD1WAY   2d              prescribed
historical+RCP4.5   141 yrs,1960~2100   CC1       UC1       2d+stations     prescribed  
RCP8.5:              91 yrs,2010~2100   CC4       UC3       2d+stations     prescribed 
-----------------------------------------------------------------------------------------
Reference: 
The model output are all from the same model configuration at the spatial resolution of 6nm, for the North Sea and Baltic Sea domain. The forcing is from the EC-Earth CMIP5 simulations from 1960-2100, with two RCP 4.5& RCP 8.5 scenarios. The models (hindcast) was validated by Tian et al. (2013) in Tellus and the climate-downscaling was analysised by Tian et al, (2015) in Clim Dyn.


=============================================================================================
			Brief explanation about the files
1. elev${year}_co.tar.gz:: hourly 2D field in netcdf. unit: meter   
2. wltmp${year}.tar.gz  :: every 90 second water level at 43 water stations. unit: cm
3. wlstat_clim.dat      :: index and coordinates of 43 water stations.
4. missingfile          :: list of files, unfortunately lost from post-processing. 
----------------------------------
1.  hourly 2D field in meter
----------------------------------
elev${year}_co.tar.gz 
stored in daily file, and then compressed as one year a file.
daily file named as:elev${year}${mon}${day}00_co.nc
F.ex. netcdf elev1988052100_co {
dimensions:
        lon = 207 ;
        lat = 174 ;
        time = UNLIMITED ; // (24 currently)
variables:
        float lon(lon) ;
                lon:units = "degree_east" ;
        float lat(lat) ;
                lat:units = "degree_north" ;
        float time(time) ;
                time:units = "hours since 1988-01-01 00:00:00 UTC" ;
        float elev(time, lat, lon) ;
                elev:units = "meter" ;
                elev:missing_value = 1.234e+37f ;


--------------------------------------
3. Index and coordinates of 43 stations refer to wlstat_clim.dat. F.ex.
------------------------------------------------------------
 NO_OF_STATIONS: 043
         INDX    NAME                I    J GRID FILE NUMBER
-------------------------------------------------------------
 STATION:   1    Stavanger          71   59    1    1  46003
....
 STATION:  43    Kobenhavn         113  118    2    1  30336



--------------------------------------
2. every 90 sec water station model output in cm
--------------------------------------
wltmp${year}.tar.gz
stored in daily file, and then compressed as one year a file.
There are 43 coastal stations, used to compare with water station observations.

daily file named as: wlfile1.${year}${mon}${day}00
F.ex.wlfile1.1988031300
 1988.03.12 00:01:30 32212.00104167     1   123   193  -415  -814  -155  1149   261 -1577   641  -259 -1534  -728    65    45   133   -70   -61    14    58    44   -42    54    59    92    56    18     5   -47   -85   -58     2    -1    97   182   -24    39   135    47   140   -27     0   -42   -33
 1988.03.12 00:03:00 32212.00208333     1   124   193  -409  -818  -167  1137   268 -1574   635  -238 -1532  -731    65    46   133   -70   -62    14    59    44   -42    55    60    92    57    18     5   -47   -85   -58     2    -1    98   184   -25    38   135    45   138   -27     1   -41   -33
...
 1988.03.13 00:00:00 32213.00000000    24   139   258  -456  -190   664  1403  -310 -1158   805  -724 -1260  -266   245   208   194   -58   -45    81    75    76    88    74    81   141    79    84    36     0   -16   -37   -62   -72   -10   281   -85    13   136    44    76   -26   -46    28   -33

first 4 columns are 1) date, 2) time, 3)the datenum (creates a numeric array that represents each point in time as the number of days from January 1, 1990), 4) hr of the day (1-24)
followed by 43 water level in cm. There are in total 960 time records in one daily file.
======================================================================

The end

