Closed serbinsh closed 2 years ago
Actually, I think I am wrong here and instead I have just mis-understood the order in my scripts. probably just need to modify the order based on the function args
Yup - user error, not realizing the order for PROSPECT-D. Closing
While trying to develop inversion scripts that compar 5b and D, I noticed a mismatch in the way the parameters are listed in the manual and in the function. This is important as it matters how the parameter priors are defined and added to inversion and what the user expects based on what they think they are inputting
IN the manual
but in the functions
isnt exactly consistent
e.g.
function(N, Cab, Car, Cbrown, Canth, Cw, Cm, ...)
but cc <- rbind(Cab, Car, Canth, Cbrown, Cw, Cm) / N
@ashiklom i am going to assume this is important unless there is some agnostic thing going on in the background?