changeset 5:a8fff872444c draft

planemo upload for repository https://github.com/AquaINFRA/tools-ecology/tree/master commit fa7b5c7a6a7ded46137a970806231239ba8cbb97
author ecology
date Wed, 07 May 2025 17:58:21 +0000
parents eb41894de107
children 5acff8859db2
files aquainfra_ogc_api_processes.xml
diffstat 1 files changed, 17 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/aquainfra_ogc_api_processes.xml	Tue Apr 29 17:24:41 2025 +0000
+++ b/aquainfra_ogc_api_processes.xml	Wed May 07 17:58:21 2025 +0000
@@ -1,4 +1,4 @@
-<tool id="aquainfra_ogc_api_processes" name="AquaINFRA OGC API Processes" version="0.5.0" profile="22.05">
+<tool id="aquainfra_ogc_api_processes" name="AquaINFRA OGC API Processes" version="0.6.0" profile="22.05">
     <description/>
     <macros>
         <import>macros.xml</import>
@@ -29,6 +29,7 @@
                 <option value="tordera-gloria">tordera-gloria: SWAT+, Soil and Water Assessment Tool</option>
                 <option value="tordera-gloria-connection">tordera-gloria-connection: SWAT+ output to MITgcm input connection tool</option>
                 <option value="riverload">riverload: Compute River Load</option>
+                <option value="mitgcm-resultplots">mitgcm-resultplots: Catalunya MITgcm Plotting Tool</option>
             </param>
             <when value="points-att-polygon">
                 <param name="input_data" label="Table to be merged with study region" optional="false" help="URL to the input table containing the in-situ data points with coordinates. Can be provided as Excel file or CSV file (comma-separated text file). The coordinates have to be in WGS84 coordinate system. (URL must be stored in a .txt file)" type="data" format="txt"/>
@@ -145,6 +146,21 @@
                 <param name="input_toc_urls" label="Input Total Organic Carbon (TOC)" optional="false" help="URL to in situ Total Organic Carbon (TOC) data (date, value). If the data is divided into parts, please provide several URLs separated by a comma. All URLs need to start with http(s). (URL must be stored in a .txt file)" type="data" format="txt"/>
                 <param name="input_discharge_urls" label="Input discharge" optional="false" help="URL to the daily discharge data (date, value). If the data is divided into parts, please provide several URLs separated by a comma. All URLs need to start with http(s). (URL must be stored in a .txt file)" type="data" format="txt"/>
             </when>
+            <when value="mitgcm-resultplots">
+                <param name="netcdf_input_file" label="NetCDF input file" optional="false" help="The NetCDF input file that should be plotted. It must comply to some specific properties with respect to variables. (URL must be stored in a .txt file)" type="data" format="txt"/>
+                <param name="variable" label="Variable to be plotted" optional="false" help="The variable that should be plotted. You can choose between 'T', 'S', 'U', 'V', 'Eta' and 'W'." type="select">
+                    <option value="T">T</option>
+                    <option value="S">S</option>
+                    <option value="U">U</option>
+                    <option value="V">V</option>
+                    <option value="Eta">Eta</option>
+                    <option value="W">W</option>
+                </param>
+                <param name="plot_time" label="Hour to be plotted" optional="false" help="The time of day (hourly resolution) that should be plotted. Please specify it in this specific format: '20220703-12:00:00'. We assume that the hour is in the simulation period." type="text"/>
+                <param name="plot_depth" label="Depth to be plotted" optional="false" help="The depth at which should be plotted. The plot will be at the closest vertical level to this depth. Please specify a negative value. We assume the depth is in the range of our depths." type="float"/>
+                <param name="min_var_for_color" label="Minimum value to be considered for color limit" optional="true" help="This is a parameter controlling the color limits to display. Example (for salinity): 35. Leave empty to let the color limits be chosen automatically." type="float"/>
+                <param name="max_var_for_color" label="Maximum value to be considered for color limit" optional="true" help="This is a parameter controlling the color limits to display. Example (for salinity): 38. Leave empty to let the color limits be chosen automatically." type="float"/>
+            </when>
         </conditional>
     </inputs>
     <outputs>