PALEOtoolkit / PALEOboxes.jl

Model coupler for the PALEO model framework
https://PALEOtoolkit.github.io/PALEOboxes.jl
MIT License
2 stars 1 forks source link

Can't use modelpars to set a boolean parameter #92

Closed sjdaines closed 1 year ago

sjdaines commented 1 year ago

It should be possible to do this:

model1:
    parameters:
        O2_const: false

and then

            parameters:
                    const: extern%O2_const  # fails

but this fails

sjdaines commented 1 year ago

Duh. Typo, external not extern

            parameters:
                const: external%O2_const  # works