Index: ../trunk-jpl/src/java/Changelog_1.0.0.txt =================================================================== --- ../trunk-jpl/src/java/Changelog_1.0.0.txt (revision 18297) +++ ../trunk-jpl/src/java/Changelog_1.0.0.txt (revision 18298) @@ -1,29 +0,0 @@ -This is the changelog for Inishell release 1.0.0 - *editing existing ini file: - +populate the GUI according to the values in an existing ini file - +show progress bar while loading - +Comments are preserved, nested template parameters properly handled, unknown keys are preserved - - *usability improvements: - +the file dialogs remember the last path they pointed to - +add ".ini" extension when saving to a config file if necessary - +new icons, hoping to make their meaning clearer - +reset button on the GUI to revert to defaults - - *layout improvements: - +fixed help text horizontal alignements issues - +the help text is now verticaly aligned with the top of the widget - +Notion of hierarchy for an easier handling of layout issues - +layout now consistent between Linux and Windows, still some small spacing differences with osX - +possibility to group parameters in a frame with a frame title - - *bug fixes: - +default value in comboBox is honored - +mandatory comboBox properly handled on osX - +better help text handling - - *others: - +keys are printed in the order they appear on the GUI - +code cleanup and optimizations - +add version information in MANIFEST and title bar - +clean up and reorganization in build.xml, add help and pack targets Index: ../trunk-jpl/src/java/dist/inishell.jar =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: ../trunk-jpl/src/java/doc/examples/min_example.xml =================================================================== --- ../trunk-jpl/src/java/doc/examples/min_example.xml (revision 18297) +++ ../trunk-jpl/src/java/doc/examples/min_example.xml (revision 18298) @@ -1,40 +0,0 @@ - - -
-
- - This is a parameter that asks for a string value and that is present in - both the section "section1" and "section2". - - - - -
- - - - This parameter belongs to section1. - When the "null" option is selected, the dropdown menu appears - red because this parameter is non-optional. - When the value "ONE" is selected a nested parameter "SOME_INTEGER" appears. - - - - - - - - \ No newline at end of file Index: ../trunk-jpl/src/java/doc/examples/io.ini =================================================================== --- ../trunk-jpl/src/java/doc/examples/io.ini (revision 18297) +++ ../trunk-jpl/src/java/doc/examples/io.ini (revision 18298) @@ -1,180 +0,0 @@ -[General] -PLUGINPATH = ../../lib/plugins ;super -BUFF_CHUNK_SIZE = 30 -BUFF_BEFORE = 1.5 - -[Input] -COORDSYS = CH1903 -TIME_ZONE = 1 -; COORDSYS = PROJ4 -; COORDPARAM = 21781 - -#reading ARC dem -DEM = ARC -DEMFILE = ./input/surface-grids/Switzerland_1000m.asc - -#reading ARPS dem -; DEM = ARPS -; DEMFILE = ./wgrt10r2_vw4.asc -; ARPS_X = 653400 -; ARPS_Y = 112204 - -#reading PGM image as dem -; DEM = PGM -; DEMFILE = ./Switzerland.pgm -; PGM_XCOORD = 479500. -; PGM_YCOORD = 73500. -; PGM_CELLSIZE = 1000. -; PGM_MIN = 193. -; PGM_MAX = 4204. - -; LANDUSE = ARC -; LANDUSEFILE = ch_as97.asc - -#Alpine3D traditional inputs -> A3D plugin -; METEO = A3D -; METEOPATH = ./input/meteo - -#Borma -; METEO = BORMA -; METEOPATH = ./input/xml -; NROFSTATIONS = 1 -; STATION1 = 00.00.00.2 - -#Snowpack input -; METEO = SNOWPACK -; METEOPATH = input -; METAFILE = IMIS_Extracted_Info.txt ;metadata for all stations -; STATION1 = MST96_RR.inp - -#SMET meteorological file format -METEO = SMET -METEOPATH = ./input/meteo -STATION1 = FLU2.smet -STATION2 = FIR2.smet -STATION3 = FRA2.smet -STATION4 = GLA2.smet -STATION5 = ILI2.smet -STATION6 = OTT2.smet -STATION7 = TUJ3.smet - -#IMIS network database input -> IMIS plugin -; METEO = IMIS -; DBNAME = sdbo -; DBUSER = XXX -; DBPASS = XXX -; NROFSTATIONS = 4 -; STATION1 = MORN2 -; STATION2 = DAV3 -; STATION3 = KLO2 -; STATION4 = *SAM0 - -#GEOtop traditional inputs -> GEOTOP plugin -; METEO = GEOTOP -; METEOPATH = meteo/ -; METEOPREFIX = _meteo - -#GSN direct input -> GSN plugin -; METEO = GSN -; ENDPOINT = http://montblanc.slf.ch:22001/services/A3DWebService -; STATION1 = wan_sen14_2008 -; STATION2 = wan2 - -[Output] -COORDSYS = CH1903 -TIME_ZONE = 1 - -GRID2D = ARC -GRID2DPATH = ./ - -; GRID2D = PNG -; GRID2DPATH = ./ -; PNG_MIN_SIZE = 800x600 -; PNG_WORLD_FILE = true -; PNG_AUTOSCALE = false -; PNG_SCALING = nearest - -METEO = SMET -METEOPATH = ./ - -[Filters] -TA::filter1 = min_max -TA::arg1 = 240 320 - -RH::filter1 = min_max -RH::arg1 = 0.01 1.2 -RH::filter2 = min_max -RH::arg2 = soft 0.05 1.0 - -HNW::filter1 = min -HNW::arg1 = -0.1 -HNW::filter2 = min -HNW::arg2 = soft 0. - -ISWR::filter1 = min_max -ISWR::arg1 = -10. 1500. -ISWR::filter2 = min -ISWR::arg2 = soft 0. - -RSWR::filter1 = min_max -RSWR::arg1 = -10 1500 -RSWR::filter2 = min -RSWR::arg2 = soft 0 - -#for TA between 240 and 320 K -ILWR::filter1 = min_max -ILWR::arg1 = 188 600 -ILWR::filter2 = min_max -ILWR::arg2 = soft 200 400 - -#we need to consider time with no snow -> TSS>0 -#min(TSS) in db since 1998: -50C -TSS::filter1 = min_max -TSS::arg1 = 200 320 - -#idem -TSG::filter1 = min_max -TSG::arg1 = 200 320 - -HS::filter1 = min -HS::arg1 = soft 0.0 -HS::filter2 = rate -HS::arg2 = 5.55e-5 ;0.20 m/h - -VW::filter1 = min_max -VW::arg1 = -2 70 -VW::filter2 = min_max -VW::arg2 = soft 0.2 50.0 - -[Interpolations1D] -WINDOW_SIZE = 86400 - -TA::resample = linear - -RH::resample = linear - -HS::resample = linear - -VW::resample = nearest_neighbour -VW::args = extrapolate - -HNW::resample = linear - -[Interpolations2D] -TA::algorithms = IDW_LAPSE CST_LAPSE -TA::cst_lapse = -0.008 -TA::idw_lapse = -0.008 soft - -RH::algorithms = RH IDW_LAPSE CST - -HNW::algorithms = IDW_LAPSE CST_LAPSE CST -HNW::cst_lapse = 0.0005 frac - -VW::algorithms = IDW_LAPSE CST - -P::algorithms = STD_PRESS - -ILWR::algorithms = CST_LAPSE -ILWR::cst_lapse = -0.03125 - -RSWR::algorithms = IDW CST Index: ../trunk-jpl/src/java/doc/examples/meteoio_config.xml =================================================================== --- ../trunk-jpl/src/java/doc/examples/meteoio_config.xml (revision 18297) +++ ../trunk-jpl/src/java/doc/examples/meteoio_config.xml (revision 18298) @@ -1,919 +0,0 @@ - - - - -
- Size in days of a chunk of data to read at once. - - - -
- Alternate way of buffer centering: When rebuffering, the new date will be located BUFF_BEFORE days from the - beginning of the buffer (therefore, it takes a value in days). - - - - -
-
- - - - - - coordinate system - - - -
-
- - - - -
- - - - - - -
-
- - -