With this PR, h2 headings in the ILAMB configure files now allow the depths keyword which will accept a float or comma delimited list of floats (e.g. depths = 0, 100, 500). If the reference dataset has a depth dimension, then this keyword will automatically expand this h2 into a list of h2s, one for each depth specified. The child nodes (the datasets under the h2 are also copied and assigned a 'depth' value to be used in picking a layer out of the reference dataset.
With this PR,
h2
headings in the ILAMB configure files now allow thedepths
keyword which will accept a float or comma delimited list of floats (e.g.depths = 0, 100, 500
). If the reference dataset has adepth
dimension, then this keyword will automatically expand thish2
into a list ofh2
s, one for each depth specified. The child nodes (the datasets under theh2
are also copied and assigned a 'depth' value to be used in picking a layer out of the reference dataset.