Skip to content

Commit

Permalink
update data
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomei committed Jul 24, 2024
1 parent e29b314 commit 657d01c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
6 changes: 2 additions & 4 deletions DATA/PROJECT/Cogne/Cogne.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ is_utc=true
[project]
name=Cogne
dem=./MAPS/DEM_Cogne.flt
#meteo_points=./METEOPOINTS/piem_aosta.db
meteo_points=./METEOPOINTS/piem_aosta.db
output_points=./OUTPUT/test_output_list.csv
aggregation_points=
meteo_grid=
load_grid_data_at_start=false


[settings]
parameters_file=./SETTINGS/parameters.ini
Binary file modified DATA/PROJECT/Cogne/MAPS/DEM_Cogne.flt
Binary file not shown.
8 changes: 4 additions & 4 deletions DATA/PROJECT/Cogne/MAPS/DEM_Cogne.hdr
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ncols 449
nrows 478
xllcorner 364874
yllcorner 5041583
ncols 443
nrows 394
xllcorner 364978
yllcorner 5043689
cellsize 26
NODATA_value -9999
byteorder LSBFIRST
Binary file added DATA/PROJECT/Cogne/METEOPOINTS/piem_aosta.db
Binary file not shown.
5 changes: 2 additions & 3 deletions bin/CRITERIA3D/criteria3DProject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -956,14 +956,13 @@ bool Crit3DProject::runModelHour(const QDateTime &myDateTime, const QString& hou

hourlyMeteoMaps->setComputed(true);
emit updateOutputSignal();
qApp->processEvents();
}

if (processes.computeRadiation)
{
if (! interpolateAndSaveHourlyMeteo(globalIrradiance, myDateTime, hourlyOutputPath, isSaveOutputRaster()))
return false;
qApp->processEvents();
emit updateOutputSignal();
}

if (processes.computeSnow)
Expand All @@ -974,7 +973,7 @@ bool Crit3DProject::runModelHour(const QDateTime &myDateTime, const QString& hou
{
return false;
}
qApp->processEvents();
emit updateOutputSignal();
}

// initalize sink / source
Expand Down

0 comments on commit 657d01c

Please sign in to comment.