hive-xgb / config.jsonc
jvwilliams23's picture
Upload config.jsonc with huggingface_hub
4526b4c verified
{
"apps":
{
"SS316LSTCComplexAFormEM.i":
{
"type":"moose",
"uncertain-params":
{
"Functions":
{
"ss316l-rx" :
{
"type": "csv",
"distribution": {"name":"uniform", "loc":0.9, "scale":0.2, "fraction":true},
"scale_all":{},
"human-description" : "Electrical conductivity (scaling factor)",
},
},
"Coefficients":
{
"CurrentMagnitude":
{
"type": "value", // will parse "x" and "y" parameter from moose input
"value_name":"value",
"distribution": {"name":"uniform", "loc":900, "scale":200, "fraction":false},
"human-description" : "Current magnitude",
}
}
},
"uq_log_name": "uq_log_aform",
},
"SS316LSTCThermal.i":
{
"type":"moose",
"uncertain-params":
{
"Functions":
{
"water-htc-func" :
{
"type": "csv",
"distribution": {"name":"uniform", "loc":0.9, "scale":0.2, "fraction":true},
"scale_all":{},
"human-description" : "Pipe heat-transfer coefficient (scaling factor)",
}
}
},
"uq_log_name": "uq_log_thermal",
}
},
"paths":
{
"workdir":"./",
"baseline_dir":"basedir",
"executable":"/work4/cse/scarf1324/apollo/apollo-opt",
},
"sampler" : "latinhypercube",
"num_samples" : 10,
"launcher" : "slurm",
"template_launcher_script":"runCase.sh",
// parameters for run
"launcher_name" : "launcher.sh",
}