Skip to content

Latest commit

 

History

History
executable file
·
14 lines (11 loc) · 570 Bytes

File metadata and controls

executable file
·
14 lines (11 loc) · 570 Bytes

Canopy interception

Obtain meteorological variables

Preferably ERA5 since they are going to work with 'MetData_GRIB_to_TXT'. You will need these variables

  • 2m temperature + 2m dew temperature
  • 10m u-component of wind + 10m v-component of wind

Set the region boundaries to in agreement with 'amalie_gps_cords.txt' Since the meteorological data are in 1 hrs step you need to interpolate values inbetween to match measured data from AMALIA. Use the 'metdataInterp.py' script. After that prepare measured data to fit .in format. For that use 'prepRain.py' script.