Skip to content

Commit

Permalink
update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomei committed Mar 19, 2024
1 parent 62e2754 commit 4e564db
Showing 1 changed file with 49 additions and 48 deletions.
97 changes: 49 additions & 48 deletions DATA/PROJECT/Ravone/SETTINGS/parameters.ini
Original file line number Diff line number Diff line change
@@ -1,72 +1,73 @@
[climate]
tdmax=1, 2, 5.2, 9, 12.1, 14.1, 15.3, 14.6, 12.4, 9.4, 6, 2
tdmax_lapserate=-0.006, -0.006, -0.005, -0.005, -0.004, -0.004, -0.004, -0.004, -0.004, -0.004, -0.004, -0.005
tdmin=-2, 0, 3.5, 7.5, 11.2, 14, 15.5, 15, 12.8, 9, 5, 0
tdmin_lapserate=-0.005, -0.005, -0.006, -0.006, -0.007, -0.006, -0.006, -0.006, -0.005, -0.004, -0.004, -0.004
tmax=5.2, 7.6, 11.6, 15.7, 20.5, 24.5, 27.6, 26.9, 23, 17.3, 10.7, 6.3
tmax_lapserate=-0.001, -0.003, -0.006, -0.007, -0.007, -0.007, -0.007, -0.006, -0.007, -0.006, -0.003, -0.001
tmin=-1.5, 0, 2.7, 6.2, 10.1, 13.6, 16, 15.7, 12.8, 8.6, 3.7, -0.3
tmin_lapserate=-0.001, -0.003, -0.004, -0.005, -0.005, -0.005, -0.005, -0.005, -0.005, -0.004, -0.003, -0.002

[elaboration]
anomaly_pts_max_delta_z=50
anomaly_pts_max_distance=3000
grid_min_coverage=10
anomaly_pts_max_distance=20000
grid_min_coverage=0
merge_joint_stations=true

[proxy_elevation]
active=true
order=1
table=point_properties
field=altitude
use_for_spatial_quality_control=true

[interpolation]
algorithm=shepard
aggregationMethod=AVG
algorithm=idw
lapseRateCode=true
localDetrending=false
meteogrid_upscalefromdem=false
minRegressionR2=0.1
min_points_local_detrending=20
multipleDetrending=false
optimalDetrending=false
thermalInversion=true
topographicDistance=false
optimalDetrending=false
minRegressionR2=0.1
aggregationMethod=AVG
topographicDistanceMaxMultiplier=128
useDewPoint=true
useInterpolationTemperatureForRH=true
topographicDistanceMaxMultiplier=128
dynamicLapserate=false
meteogrid_upscalefromdem=false
localDetrending=false
multipleDetrending=false
min_points_local_detrending=20

[quality]
delta_temperature_suspect=26
delta_temperature_wrong=13
reference_height=300
relhum_tolerance=102

[meteo]
min_percentage=90
compute_et0hs=true
compute_tavg=true
hourly_intervals=1
min_percentage=60
prec_threshold=0.2
samani_coefficient=0.17
temperature_threshold=30
thom_threshold=24
hourly_intervals=1
wind_intensity_default=0
compute_tavg=true
compute_et0hs=true

[climate]
tmin=-1.5, 0, 2.7, 6.2, 10.1, 13.6, 16, 15.7, 12.8, 8.6, 3.7, -0.3
tmax=5.2, 7.6, 11.6, 15.7, 20.5, 24.5, 27.6, 26.9, 23, 17.3, 10.7, 6.3
tmin_lapserate=-0.001, -0.003, -0.004, -0.005, -0.005, -0.005, -0.005, -0.005, -0.005, -0.004, -0.003, -0.002
tmax_lapserate=-0.001, -0.003, -0.006, -0.007, -0.007, -0.007, -0.007, -0.006, -0.007, -0.006, -0.003, -0.001
tdmin=-2, 0, 3.5, 7.5, 11.2, 14, 15.5, 15, 12.8, 9, 5, 0
tdmax=1, 2, 5.2, 9, 12.1, 14.1, 15.3, 14.6, 12.4, 9.4, 6, 2
tdmin_lapserate=-0.005, -0.005, -0.006, -0.006, -0.007, -0.006, -0.006, -0.006, -0.005, -0.004, -0.004, -0.004
tdmax_lapserate=-0.006, -0.006, -0.005, -0.005, -0.004, -0.004, -0.004, -0.004, -0.004, -0.004, -0.004, -0.005
[proxy_elevation]
active=true
field=altitude
order=1
stddev_threshold=50
table=point_properties
use_for_spatial_quality_control=true

[quality]
delta_temperature_suspect=26
delta_temperature_wrong=13
reference_height=300
relhum_tolerance=102

[radiation]
algorithm=r.sun
real_sky_algorithm=Linke turbidity factor
linke_mode=fixed
albedo_mode=fixed
tilt_mode=dem
real_sky=true
shadowing=true
linke=4
albedo=0.2
tilt=0
albedo_map=
albedo_mode=fixed
algorithm=r.sun
aspect=0
clear_sky=0.75
linke=4
linke_map=
albedo_map=
linke_mode=fixed
linke_monthly=-9999, -9999, -9999, -9999, -9999, -9999, -9999, -9999, -9999, -9999, -9999, -9999
real_sky=true
real_sky_algorithm=Linke turbidity factor
shadowing=true
tilt=0
tilt_mode=dem

0 comments on commit 4e564db

Please sign in to comment.