From 2c6dd2bfad833b21d2bcbaf06d1b253667c8503e Mon Sep 17 00:00:00 2001 From: andrew-platt Date: Mon, 5 Jun 2023 14:09:54 -0600 Subject: [PATCH] Update api-change.rst (includes notes for #1008) --- docs/source/user/api_change.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/source/user/api_change.rst b/docs/source/user/api_change.rst index 6ca2caf00a..eea37f3c93 100644 --- a/docs/source/user/api_change.rst +++ b/docs/source/user/api_change.rst @@ -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 ----------------------------------