'pointer.to.maps.xyz.time' function (obsolete)
pointer.to.maps.xyz.time(
wpath,
map.prefix = "thetaliq",
suffix = "L%04dN%04d.asc",
zoo.index = NULL,
ntime,
nlayers
)
A data.frame or zoo object containig the paths to maps fpr each time and z layer.
complete working path to *.asc maps are saved
string prefix name map before
z-time or time suffix plus file extention character string. Default for GEOtop application is "L%04dN%04d.asc"
for xy+z+time maps or "N%04d.asc"
for xy+time maps.
time or date index. Default is NULL
, otherwise function returns a zoo object with zoo.index
as index.
number of time instant. If zoo.index
is not NULL
, it is calculated from zoo.index
length.
number of vertical layers.
Emanuele Cordano