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

Config file does not accept blank lines anymore? #9548

Open
BrianCollinss opened this issue Dec 17, 2024 · 0 comments
Open

Config file does not accept blank lines anymore? #9548

BrianCollinss opened this issue Dec 17, 2024 · 0 comments
Labels

Comments

@BrianCollinss
Copy link
Member

What happened?

Also, it does not accept absolute paths, at least of plant parameters.

This works:

load Wheat2.apsimx
[Wheat].Phenology.Phyllochron.BasePhyllochron.FixedValue = 120
[Wheat].Phenology.GrainFilling.Target.FixedValue = 555
save WheatCopy.apsimx
run

These don't work:

load Wheat2.apsimx

[Wheat].Phenology.Phyllochron.BasePhyllochron.FixedValue = 120
[Wheat].Phenology.GrainFilling.Target.FixedValue = 555

save WheatCopy.apsimx
run

image

load Wheat2.apsimx
.Simulations.Simulation.Field.Wheat.Phenology.Phyllochron.BasePhyllochron.FixedValue = 120
.Simulations.Simulation.Field.Wheat.Phenology.GrainFilling.Target.FixedValue = 555
save WheatCopy.apsimx
run

image

What Operating System are you on?

Windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

1 participant