Releases: PALEOtoolkit/PALEOmodel.jl
v0.15.4
PALEOmodel v0.15.4
Merged pull requests: (#19) (@sjdaines)
-
get_array can now modify / replace coordinates
Main use is to support time-varying coordinates (default coordinates can only be time-independent).
'get_array(output, ...)' and 'plot(output, ...)' can now take an
optional argumentcoords
to supply plot coordinates from Variables in output, to replace any default coordinates.
Format is a Vector of Pairs of "coord_name"=>("var_name1", "var_name2", ...)Example: to replace a 1D column default pressure coordinate with a z coordinate:
coords=["z"=>("atm.zmid", "atm.zlower", "atm.zupper")]
NB: the coordinates will be generated by applying the same spatial etc filter as that applied to the Variables,
so the supplied coordinate Variables must have the same dimensionality as the supplied Variables. -
rationalize 'get_array' syntax to match that of 'plot' so that we have:
get_array(output, "varname", (tmodel=1.0, column=1))
and
plot(output, "varname", (tmodel=1 .0, column=1)) -
it is now possible to plot spatially-resolved quantities from the current model state in
modeldata
, eg
plot(modeldata, "varname", (column=1,))
v0.15.3
PALEOmodel v0.15.3
Merged pull requests:
v0.15.2
PALEOmodel v0.15.2
Merged pull requests:
v0.15.1
PALEOmodel v0.15.1
Merged pull requests:
v0.15.0
v0.14.8
v0.14.7
v0.14.6
PALEOmodel v0.14.6
v0.14.5
PALEOmodel v0.14.5
Merged pull requests:
v0.14.4
PALEOmodel v0.14.4
Merged pull requests: