Skip to content

Commit

Permalink
FF: Small reorganization and clean up of FAST.Farm r-test input files…
Browse files Browse the repository at this point in the history
…, upload of artifact(#1303)
  • Loading branch information
ebranlard authored Oct 28, 2022
1 parent 8b8177f commit d1ed5a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automated-dev-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -783,4 +783,4 @@ jobs:
with:
name: rtest-FF
path: |
${{runner.workspace}}/openfast/build/reg_tests/glue-codes/fastfarm
${{runner.workspace}}/openfast/build/reg_tests/glue-codes/fast-farm
4 changes: 3 additions & 1 deletion reg_tests/executeFASTFarmRegressionCase.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,12 @@
if not os.path.isdir(testBuildDirectory):
rtl.copyTree(inputsDirectory, testBuildDirectory, excludeExt=excludeExt)

caseName='FAST.Farm' # for ease of comparison

### Run openfast on the test case
if not noExec:
caseInputFile = os.path.join(testBuildDirectory, caseName + ".fstf")
returnCode = openfastDrivers.runOpenfastCase(caseInputFile, executable)
returnCode = openfastDrivers.runOpenfastCase(caseInputFile, executable, verbose=verbose)
if returnCode != 0:
sys.exit(returnCode*10)

Expand Down
2 changes: 1 addition & 1 deletion reg_tests/r-test
Submodule r-test updated 23 files
+99 −94 glue-codes/fast-farm/5MW_Baseline/AD.dat
+54 −54 glue-codes/fast-farm/5MW_Baseline/NRELOffshrBsline5MW_Onshore_ElastoDyn_Tower.dat
+116 −0 glue-codes/fast-farm/LESinflow/FAST.Farm.fstf
+0 −0 glue-codes/fast-farm/LESinflow/FAST.Farm.out
+4 −4 glue-codes/fast-farm/LESinflow/FFTest_WT1.fst
+57 −57 glue-codes/fast-farm/LESinflow/IW_WT.dat
+0 −116 glue-codes/fast-farm/LESinflow/LESinflow.fstf
+2 −2 glue-codes/fast-farm/LESinflow/NRELOffshrBsline5MW_Onshore_ElastoDyn_8mps.dat
+0 −54 glue-codes/fast-farm/LESinflow/NRELOffshrBsline5MW_Onshore_ElastoDyn_Tower.dat
+1 −1 glue-codes/fast-farm/LESinflow/NRELOffshrBsline5MW_Onshore_ServoDyn_WT1.dat
+118 −0 glue-codes/fast-farm/TSinflow/FAST.Farm.fstf
+0 −0 glue-codes/fast-farm/TSinflow/FAST.Farm.out
+4 −4 glue-codes/fast-farm/TSinflow/FFTest_WT1.fst
+4 −4 glue-codes/fast-farm/TSinflow/FFTest_WT2.fst
+4 −4 glue-codes/fast-farm/TSinflow/FFTest_WT3.fst
+57 −57 glue-codes/fast-farm/TSinflow/IW.dat
+57 −57 glue-codes/fast-farm/TSinflow/IW_WT.dat
+0 −94 glue-codes/fast-farm/TSinflow/NRELOffshrBsline5MW_Onshore_AeroDyn15.dat
+2 −2 glue-codes/fast-farm/TSinflow/NRELOffshrBsline5MW_Onshore_ElastoDyn_8mps.dat
+1 −1 glue-codes/fast-farm/TSinflow/NRELOffshrBsline5MW_Onshore_ServoDyn_WT1.dat
+1 −1 glue-codes/fast-farm/TSinflow/NRELOffshrBsline5MW_Onshore_ServoDyn_WT2.dat
+1 −1 glue-codes/fast-farm/TSinflow/NRELOffshrBsline5MW_Onshore_ServoDyn_WT3.dat
+0 −118 glue-codes/fast-farm/TSinflow/TSinflow.fstf

0 comments on commit d1ed5a8

Please sign in to comment.