You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<paramname="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
-
<paramname="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
-
<paramname="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
-
<paramname="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
-
<paramname="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
-
<paramname="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
-
<paramname="start_date"type="text"label="Start date (YYYY-MM-DD)"optional="false"help="The start datetime of the temporal data subset.">
41
+
<paramname="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
+
<paramname="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
+
<paramname="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
+
<paramname="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
+
<paramname="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
+
<paramname="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
+
<paramname="start_date"type="text"label="Start date (YYYY-MM-DD)"optional="false"value=""help="The start datetime of the temporal data subset.">
48
48
<validatortype="regex"message="Date must be in YYYY-MM-DD format">^\d{4}-\d{2}-\d{2}$</validator>
49
49
</param>
50
-
<paramname="end_date"type="text"label="End date (YYYY-MM-DD)"optional="false"help="The end datetime of the temporal data subset.">
50
+
<paramname="end_date"type="text"label="End date (YYYY-MM-DD)"optional="false"value=""help="The end datetime of the temporal data subset.">
51
51
<validatortype="regex"message="Date must be in YYYY-MM-DD format">^\d{4}-\d{2}-\d{2}$</validator>
52
52
</param>
53
53
<paramname="bc_south"type="boolean"label="OBC South"help="Open Boundary Conditions (OBCs) in the southern boundary." />
0 commit comments