Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Meteo on an equidistant grid:
    For meteo on an equidistant grid, the wind velocities and air pressure are specified in 3 separate files using the keywords:
    Filwu
    Filwv
    Filwp
    and Filwr, Filwt, Filwc for relative humidity, air temperature and cloudiness respectively.
Code Block
### START OF HEADER
### This file is created by Deltares
### All text on a line behind the first # is parsed as commentary
### Additional commments
FileVersion      =    1.01                                               # Version of meteo input file, to check if the newest file format is used
filetype         =    meteo_on_equidistant_grid                          # Type of meteo input file: meteo_on_flow_grid, meteo_on_equidistant_grid, meteo_on_curvilinear_grid or meteo_on_spiderweb_grid
NODATA_value     =    -9999.000                                          # Value used for undefined or missing data
n_cols           =    400                                                # Number of columns used for wind datafield
n_rows           =    16                                                 # Number of rows used for wind datafield
grid_unit        =    degree                                             # Unit of distances on the grid in both x- and y-direction: m or degree
x_llcorner       =    -12.000                                            # Xcoordinate of lower left corner of grid (in units specified in grid_unit)
y_llcorner       =     48.000                                            # Ycoordinate of lower left corner of grid (in units specified in grid_unit)
value_pos        =    centre                                             # Coordinates given in centre or corner of lower left cell?
dx               =    0.12500                                            # Grid dimensions: dx and dy (in units specified in grid_unit)
dy               =    0.083333333                                        
n_quantity       =    1                                                  # Number of quantities prescribed in the file
quantity1        =    x_wind                                             # Name of quantity1 (x_wind, y_wind or air_pressure)
unit1            =    m s-1                                              # Unit of quantity1 (m s-1 for velocities or Pa/mbar for air_pressure)
### END OF HEADER
TIME             =   0 minutes since 2007-10-08 15:24:00 -02:00          # Fixed format: <time> <time unit> "since" <date> <time> <time zone> 
 1.388999       1.388999       1.388999       1.388999       1.388999      1.388999       1.388999       1.388999       1.388999       1.388999    
 2.388999       2.388999       2.388999       2.388999       2.388999      2.388999       2.388999       2.388999       2.388999       2.388999    
 3.388999       3.388999       3.388999       3.388999       3.388999      3.388999       3.388999       3.388999       3.388999       3.388999    
TIME            =   1440 minutes since 2007-10-08 15:24:00 -02:00        # Fixed format: <time> <time unit> "since" <date> <time> <time zone> 
 2.435253       2.435253       5.435253       1.435253       3.435253      4.435253       2.435253       2.557653       2.412253       2.435255    
 1.435253       2.435253       1.435253       2.435253       1.435253      2.435253       1.435253       1.435253       2.435253       1.435251    
 4.435253       4.435253       1.435253       3.355253       3.456253      5.425253       1.223453       5.523341       5.521246       3.255258    

...