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

Print parameter position when showing DAME command #60

Open
dgarijo opened this issue May 11, 2020 · 0 comments
Open

Print parameter position when showing DAME command #60

dgarijo opened this issue May 11, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@dgarijo
Copy link
Contributor

dgarijo commented May 11, 2020

If for some reason you want to mess up and test with the parameter values in DAME, the parameter positions should be shown in the invocation as well. For example, right now DAME shows:

Parameters
- weed_fraction: 0.05
- use_forcing: FALSE
- end_planting_day: 149
- end_year: 2017
(other parameters omitted for brevity)

What it should show:

Parameters
- weed_fraction (p1): 0.05
- use_forcing (p2): FALSE
- end_planting_day (p3): 149
- end_year (p4): 2017
(other parameters omitted for brevity)

Where p1..p4 are the parameters that will be shown in the invocation command. E.g.,:

-i2 crops.crop  -o1 cycles_soilProfile.dat -o9 cycles_outputs.txt -o3 cycles_crop.dat -o5 cycles_season.dat -o2 cycles_som.dat -o8 cycles_water.dat -o4 cycles_nitrogen.dat -o7 cycles_weatherOutput.dat -o6 cycles_summary.dat  -p4 100 -p2 2017 -p6 0 -p3 Maize -p5 149 -p8 FALSE -p7 0.05 -p1 2000```
@dgarijo dgarijo added the enhancement New feature or request label May 11, 2020
@dgarijo dgarijo added this to the End-Of-May Release milestone May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant