Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

time labelling with units on field plots #70

Open
mulvrova opened this issue Jan 30, 2020 · 2 comments
Open

time labelling with units on field plots #70

mulvrova opened this issue Jan 30, 2020 · 2 comments

Comments

@mulvrova
Copy link
Member

use time label on field plots in units (best is My) when dimensional_units=.true.

e.g. t = 0.3 My instead of t = 1E13

@amorison
Copy link
Member

For now, nothing is done specifically to handle dimensional_units=.true. properly. The problem at hand is more general than merely handling the specific case of time labels on field plots.

For now, if you have a dimensionless run and ask for dimensional plots with +dimensional, the time in the label is written in Myr or whatever you specified using the scaling and scaling.factors configuration options in the StagPy config file. Scaling is applied to any other variable you would want to make dimensional.

If you have a dimensional run, on the other hand, nothing works properly yet to handle units and scaling factors you would want to apply (from second to Myr for time for example). I'll think about it, I guess it shouldn't be too complicated to generalise what's already done.

@labrosse
Copy link
Member

labrosse commented Jan 30, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants