File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
openfast_toolbox/fastfarm Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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_ } '
You can’t perform that action at this time.
0 commit comments