jvwilliams23
commited on
Commit
•
4526b4c
1
Parent(s):
6e271c5
Upload config.jsonc with huggingface_hub
Browse files- config.jsonc +66 -0
config.jsonc
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"apps":
|
3 |
+
{
|
4 |
+
"SS316LSTCComplexAFormEM.i":
|
5 |
+
{
|
6 |
+
"type":"moose",
|
7 |
+
"uncertain-params":
|
8 |
+
{
|
9 |
+
"Functions":
|
10 |
+
{
|
11 |
+
"ss316l-rx" :
|
12 |
+
{
|
13 |
+
"type": "csv",
|
14 |
+
"distribution": {"name":"uniform", "loc":0.9, "scale":0.2, "fraction":true},
|
15 |
+
"scale_all":{},
|
16 |
+
"human-description" : "Electrical conductivity (scaling factor)",
|
17 |
+
},
|
18 |
+
},
|
19 |
+
"Coefficients":
|
20 |
+
{
|
21 |
+
"CurrentMagnitude":
|
22 |
+
{
|
23 |
+
"type": "value", // will parse "x" and "y" parameter from moose input
|
24 |
+
"value_name":"value",
|
25 |
+
"distribution": {"name":"uniform", "loc":900, "scale":200, "fraction":false},
|
26 |
+
"human-description" : "Current magnitude",
|
27 |
+
}
|
28 |
+
}
|
29 |
+
},
|
30 |
+
"uq_log_name": "uq_log_aform",
|
31 |
+
},
|
32 |
+
"SS316LSTCThermal.i":
|
33 |
+
{
|
34 |
+
"type":"moose",
|
35 |
+
"uncertain-params":
|
36 |
+
{
|
37 |
+
"Functions":
|
38 |
+
{
|
39 |
+
"water-htc-func" :
|
40 |
+
{
|
41 |
+
"type": "csv",
|
42 |
+
"distribution": {"name":"uniform", "loc":0.9, "scale":0.2, "fraction":true},
|
43 |
+
"scale_all":{},
|
44 |
+
"human-description" : "Pipe heat-transfer coefficient (scaling factor)",
|
45 |
+
}
|
46 |
+
}
|
47 |
+
},
|
48 |
+
"uq_log_name": "uq_log_thermal",
|
49 |
+
}
|
50 |
+
},
|
51 |
+
"paths":
|
52 |
+
{
|
53 |
+
"workdir":"./",
|
54 |
+
"baseline_dir":"basedir",
|
55 |
+
"executable":"/work4/cse/scarf1324/apollo/apollo-opt",
|
56 |
+
},
|
57 |
+
|
58 |
+
"sampler" : "latinhypercube",
|
59 |
+
"num_samples" : 10,
|
60 |
+
"launcher" : "slurm",
|
61 |
+
"template_launcher_script":"runCase.sh",
|
62 |
+
|
63 |
+
// parameters for run
|
64 |
+
"launcher_name" : "launcher.sh",
|
65 |
+
}
|
66 |
+
|