Skip to content

Commit

Permalink
Update api-change.rst (includes notes for OpenFAST#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-platt committed Jun 5, 2023
1 parent c96130e commit 2c6dd2b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/source/user/api_change.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,23 @@ The changes are tabulated according to the module input file, line number, and f
The line number corresponds to the resulting line number after all changes are implemented.
Thus, be sure to implement each in order so that subsequent line numbers are correct.

OpenFAST v3.5.0 to OpenFAST dev
----------------------------------

The HydroDyn module was split into HydroDyn and SeaState. This results in a
completely new input file for SeaState, and complete revision of the HydroDyn
input file. See examples in the regression tests for the new formats.

============================================= ==== ==================== ========================================================================================================================================================================================================
Modified in OpenFAST `dev`
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Module Line Flag Name Example Value
============================================= ==== ==================== ========================================================================================================================================================================================================
HydroDyn all Complete restructuring of input file
SeaState all New module (split from HydroDyn, so contains some inputs previously found in HydroDyn)
============================================= ==== ==================== ========================================================================================================================================================================================================


OpenFAST v3.4.0 to OpenFAST v3.5.0
----------------------------------

Expand Down

0 comments on commit 2c6dd2b

Please sign in to comment.