Skip to content

Commit 70403d1

Browse files
author
Rudy Alkarem
committed
updating the name of the condition folder so it better fits the parameters
1 parent 8afdd7b commit 70403d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openfast_toolbox/fastfarm/FASTFarmCaseCreation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ def _create_dir_structure(self):
630630
hydroFy_ = self.allCond['hydroFy' ].isel(cond=cond).values
631631

632632
# Set current path name string
633-
condStr = f'Cond{cond:02d}_v{Vhub_:04.1f}_PL{shear_}_TI{tivalue_}_Hs{waveHs_:04.1f}_Tp{waveTp_:04.1f}_Wdir{waveDir_:02d}_HFx{hydroFx_:06.1f}_HFy{hydroFy_:06.1f}'
633+
condStr = f'Cond{cond:02d}_v{Vhub_:04.1f}_PL{shear_}_TI{tivalue_:02.1f}_Hs{waveHs_:02.1f}_Tp{waveTp_:02.1f}_Wdir{waveDir_:02.1f}_HFx{hydroFx_:06.1f}_HFy{hydroFy_:06.1f}'
634634
# condStr = f'Cond{cond:02d}_v{Vhub_:04.1f}_PL{shear_}_TI{tivalue_}_Hs{waveHs_:04.1f}_Tp{waveTp_:04.1f}_HFx{hydroFx_:06.1f}_HFy{hydroFy_:06.1f}'
635635
else:
636636
condStr = f'Cond{cond:02d}_v{Vhub_:04.1f}_PL{shear_}_TI{tivalue_}'

0 commit comments

Comments
 (0)