Hello everyone As a type developer, how should I deal with initial values to the INPUTS of my type. What’s the convention here, in what sense are these values “initial”? Say my type is used like so: UNIT 1 TYPE 1234 INPUTS MfrIn Tin 0 TInInit […] How do I get to know the value of `TInInit` from Fortran, when should I query that value and what should I do with it? Thanks for your help. Cheers, Damian |