NREL / SOWFA

Other
130 stars 113 forks source link

Missing folder "sampling" in example.UAE_PhaseVI.ALMAdvanced and no replacement in other folders #105

Closed Kumoi-S closed 3 months ago

Kumoi-S commented 7 months ago

Hello, I knew there's already a issue with this problem #68. However, in this case (UAE_PhaseVI) the files required is not in any of the other folders, such as "sliceDataInstantaneous1" and "cylinder.4". Besides, there's a soft link called "symbol" in the system folder. I'm wondering if it was forgeted to add it in.

Thanks very much!

Hello,

I noticed that there is already an issue addressing a similar problem (#68). However, in the folder "UAE_PhaseVI," the necessary files are not found in any of the other folders, such as "sliceDataInstantaneous1" and "cylinder.4." Additionally, there is a symbolic link named "symbol" in the "system" folder. I am curious whether it was inadvertently omitted and needs to be included.

In the event that the files can be substituted with those from other cases, could you provide guidance on the necessary modifications when copying them into this specific case?

Thank you!

at the end of controlDict.1:

functions {

include "sampling/sliceDataInstantaneous1"

 #include "sampling/sliceDataInstantaneous2"
 #include "sampling/sliceDataMean"
 #include "sampling/cylinder.1"
 #include "sampling/cylinder.2"
 #include "sampling/cylinder.3"
 #include "sampling/cylinder.4"
 #include "sampling/probeDataSonics"

}