Skip to content

Commit cfe048f

Browse files
authored
Cmems (#203)
* add value and validator * rm validator
1 parent d4c953a commit cfe048f

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

tools/cmems_download_ic_bc/cmems_download_ic_bc.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ export CMEMS_PASSWORD='$cmems_password'
3838
</configfile>
3939
</configfiles>
4040
<inputs>
41-
<param name="min_lat" type="float" label="Min latitude (ºN)" min="-180" max="180" optional="false" help="Minimum latitude value for the data subset (southern boundary latitude)." />
42-
<param name="max_lat" type="float" label="Max latitude (ºN)" min="-180" max="180" optional="false" help="Maximum latitude value for the data subset (northern boundary latitude)." />
43-
<param name="min_lon" type="float" label="Min longitude (ºE)" min="-180" max="180" optional="false" help="Minimum longitude value for the data subset (western boundary longitude)." />
44-
<param name="max_lon" type="float" label="Max longitude (ºE)" min="-180" max="180" optional="false" help="Maximum longitude value for the data subset (eastern boundary longitude)." />
45-
<param name="min_depth" type="float" label="Min depth (m)" optional="false" help="Minimum depth value for the data subset (requires a positive float or 0)." />
46-
<param name="max_depth" type="float" label="Max depth (m)" optional="false" help="Maximum depth value for the data subset (requires a positive float or 0)." />
47-
<param name="start_date" type="text" label="Start date (YYYY-MM-DD)" optional="false" help="The start datetime of the temporal data subset.">
41+
<param name="min_lat" type="float" label="Min latitude (ºN)" min="-180" max="180" optional="false" value="" help="Minimum latitude value for the data subset (southern boundary latitude)." />
42+
<param name="max_lat" type="float" label="Max latitude (ºN)" min="-180" max="180" optional="false" value="" help="Maximum latitude value for the data subset (northern boundary latitude)." />
43+
<param name="min_lon" type="float" label="Min longitude (ºE)" min="-180" max="180" optional="false" value="" help="Minimum longitude value for the data subset (western boundary longitude)." />
44+
<param name="max_lon" type="float" label="Max longitude (ºE)" min="-180" max="180" optional="false" value="" help="Maximum longitude value for the data subset (eastern boundary longitude)." />
45+
<param name="min_depth" type="float" label="Min depth (m)" optional="false" value="" help="Minimum depth value for the data subset (requires a positive float or 0)." />
46+
<param name="max_depth" type="float" label="Max depth (m)" optional="false" value="" help="Maximum depth value for the data subset (requires a positive float or 0)." />
47+
<param name="start_date" type="text" label="Start date (YYYY-MM-DD)" optional="false" value="" help="The start datetime of the temporal data subset.">
4848
<validator type="regex" message="Date must be in YYYY-MM-DD format">^\d{4}-\d{2}-\d{2}$</validator>
4949
</param>
50-
<param name="end_date" type="text" label="End date (YYYY-MM-DD)" optional="false" help="The end datetime of the temporal data subset.">
50+
<param name="end_date" type="text" label="End date (YYYY-MM-DD)" optional="false" value="" help="The end datetime of the temporal data subset.">
5151
<validator type="regex" message="Date must be in YYYY-MM-DD format">^\d{4}-\d{2}-\d{2}$</validator>
5252
</param>
5353
<param name="bc_south" type="boolean" label="OBC South" help="Open Boundary Conditions (OBCs) in the southern boundary." />

0 commit comments

Comments
 (0)