Skip to content
Snippets Groups Projects
Commit 9ce6c5f4 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Changed License to Bioforsk Open Source License

parent b6f2af7d
No related branches found
No related tags found
No related merge requests found
# Copyright (C) 2014 Bioforsk # Copyright (c) 2014 Bioforsk <http://www.bioforsk.no/>.
# #
# This file is part of VIPS/AppleScabModel # This file is part of AppleScabModel.
# # AppleScabModel is free software: you can redistribute it and/or modify
# VIPS/AppleScabModel is free software: you can redistribute it and/or modify # it under the terms of the Bioforsk Open Source License as published by
# it under the terms of the GNU Affero General Public License as # Bioforsk, either version 1 of the License, or (at your option) any
# published by the Free Software Foundation, either version 3 of the # later version.
# License, or (at your option) any later version. #
# # AppleScabModel is distributed in the hope that it will be useful,
# VIPS/AppleScabModel is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Bioforsk Open Source License for more details.
# GNU Affero General Public License for more details. #
# # You should have received a copy of the Bioforsk Open Source License
# You should have received a copy of the GNU Affero General Public License # along with AppleScabModel. If not, see <http://www.bioforsk.no/licenses/>.
# along with VIPS/AppleScabModel. If not, see <http://www.gnu.org/licenses/>. #
name=Apple Scab Model name=Apple Scab Model
usage=Description of required input parameters:\nstartDateAscosporeMaturity - The date for when to start calculation of ascospore maturity. It normally coincides with the date for "Green tip" (See description of model)\ntimeZone - What timezone the calculation is for. Necessary to calculate daily values from the provided hourly values. See this list of time zones: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones (Column "TZ")\nobservations - list of weather data. The following parameters are required:\n* TM - Average temperature (Degrees Celcius)\n* BT - Leaf wetness (Minutes/hour) (IF you don't have leaf wetness, you must provide UM (relative humidity). Then we will calculate the leaf wetness.\n* RR - Precipitation (Millimeters)\nThese should all be complete timeseries of hourly data from the same time period.\nstartDateAscosporeMaturity must be within the timeseries of weather data. usage=Description of required input parameters:\nstartDateAscosporeMaturity - The date for when to start calculation of ascospore maturity. It normally coincides with the date for "Green tip" (See description of model)\ntimeZone - What timezone the calculation is for. Necessary to calculate daily values from the provided hourly values. See this list of time zones: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones (Column "TZ")\nobservations - list of weather data. The following parameters are required:\n* TM - Average temperature (Degrees Celcius)\n* BT - Leaf wetness (Minutes/hour) (IF you don't have leaf wetness, you must provide UM (relative humidity). Then we will calculate the leaf wetness.\n* RR - Precipitation (Millimeters)\nThese should all be complete timeseries of hourly data from the same time period.\nstartDateAscosporeMaturity must be within the timeseries of weather data.
......
# Copyright (C) 2014 Bioforsk # Copyright (c) 2014 Bioforsk <http://www.bioforsk.no/>.
# #
# This file is part of VIPS/AppleScabModel # This file is part of AppleScabModel.
# # AppleScabModel is free software: you can redistribute it and/or modify
# VIPS/AppleScabModel is free software: you can redistribute it and/or modify # it under the terms of the Bioforsk Open Source License as published by
# it under the terms of the GNU Affero General Public License as # Bioforsk, either version 1 of the License, or (at your option) any
# published by the Free Software Foundation, either version 3 of the # later version.
# License, or (at your option) any later version. #
# # AppleScabModel is distributed in the hope that it will be useful,
# VIPS/AppleScabModel is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Bioforsk Open Source License for more details.
# GNU Affero General Public License for more details. #
# # You should have received a copy of the Bioforsk Open Source License
# You should have received a copy of the GNU Affero General Public License # along with AppleScabModel. If not, see <http://www.bioforsk.no/licenses/>.
# along with VIPS/AppleScabModel. If not, see <http://www.gnu.org/licenses/>. #
name=Epleskurvmodell name=Epleskurvmodell
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment