Bert Jagers

Results 19 comments of Bert Jagers

Use cases: * check pointing * iterative solver

We also need a model version number.

yaml-file? yaml to fortran api parser for consistency?

Start looking at https://github.com/csdms/bmi-tester

Similar to interpolation question "get water_level at (x,y)" Distinguish between BMI with basic functions, and convenience (framework) functions on top of BMI

Alternative 1 can be slow: string parsing every time Alternative 3: * item = get_input_item_handle(“boundaries:hoekvanholland:water_level”) * set_value(item, 2.0) This is already more in line with Alternative 2.

Hi Mark, Some thoughts that come to my mind in the context of this question. - You're talking about "steady-state solutions", but such solutions will depend on boundary conditions and...

Draft a list of "grand challenges" associated with the OMF vision?

Your model domain seems to be many kilometers away from (0,0); x > 660 km, y > 2890 km. The turbine location is specified in metres: XYLoc = 90,199 #...