-
Notifications
You must be signed in to change notification settings - Fork 0
Config File Example
Joe-Wagstaff edited this page May 13, 2025
·
2 revisions
{
"general": {
"noval": "-999",
"jung_ref": "159",
"defaultbd": "1.43",
"cdtformat": "%d/%m/%Y",
";accuracy is for n0 calibration": "",
"accuracy": "0.01",
";QA values are percentages (e.g. below 30% N0)": "",
"belowN0": "30",
"timestepdiff": "20",
";density=density of quartz": "",
"density": "2.65",
"smwindow": "12",
"pv0": "0",
"a0": "0.0808",
"a1": "0.372",
"a2": "0.115",
"sm_calc_method": "desilets",
"intensity_correction_method": "mcjannet"
},
"metadata": {
"country": "UK",
"sitenum": "1",
"sitename": "My_Site",
"install_date": null,
"latitude": "53.2734",
"longitude": "352.5113",
"elev": "73",
"timezone": null,
"rc": "2.51",
"lw": "0.03",
"soc": "0.05",
"bd": "1.2",
"beta_coeff": "0.00732",
"reference_press": "1013.25",
"n0": 2840,
"precip_max": null,
"sm_max": 0.5472,
"field_capacity": null,
"wilting_point": null
},
"filepaths": {
"raw_data_filepath": "C:\\Users\\YourName\\Documents\\your-folder\\raw_data.txt",
"raw_data_url": null,
"calib_data_filepath": "C:\\Users\\YourName\\Documents\\your-folder\\calibration_data.csv",
"default_dir": "C:\\Users\\YourName\\Documents\\your-folder\\crspy_lite_test"
}
}