Skip to content
Snippets Groups Projects
Commit fb0f3616 authored by Stefano Serafin's avatar Stefano Serafin
Browse files

new settings for BouLac model

parent a04b5158
No related branches found
No related tags found
No related merge requests found
{
"___comment": "Physical constants",
"___comment01": "Physical constants",
"g": 9.806,
"f": 0.0001,
"kvonk": 0.4,
"___comment": "Initial state properties",
"___comment02": "Initial state properties",
"ug": 0,
"vg": 10,
"theta_0": 300,
"gamma": 0.003,
"hml": 850,
"___comment": "Surface forcing",
"___comment03": "Surface forcing",
"z0": 0.1,
"Hmax": 0.24,
"H0_perturbation_ampl_init": 0.0,
"H0_perturbation_ampl_time": 0.0,
"___comment": "CBL model selection and configuration",
"___comment04": "CBL model selection and configuration",
"is_bwind": false,
"is_cgrad": true,
"is_cycle": false,
"model": "ysu",
"___comment": "simple CBL model",
"___comment05": "simple CBL model",
"simple": {
"pfac": 2,
"b0": 6.5,
......@@ -28,8 +28,8 @@
"exct": 0.3,
"Cd_iterative": true
},
"___comment": "Troen and Mahrt CBL model",
"___comment": "YSU CBL model",
"___comment06": "Troen and Mahrt CBL model",
"___comment07": "YSU CBL model",
"ysu": {
"pfac": 2,
"b0": 6.5,
......@@ -44,18 +44,29 @@
"ell0": 150,
"Cd_iterative": true
},
"___comment": "datadriven CBL model",
"___comment08": "BouLac model",
"boulac": {
"exct": 0.5,
"Prt": 1,
"Ck": 0.4,
"Ce": 0.7143,
"tkemin": 0.1,
"lmax": 3000,
"b0": 5,
"Cd_iterative": true
},
"___comment09": "datadriven CBL model",
"datadriven": {
"Kmin": 5,
"Cd_iterative": true
},
"___comment": "Numerical aspects",
"___comment10": "Numerical aspects",
"dz": 50,
"ztop": 4000,
"Kmin": 0.1,
"Kmax": 500,
"rnseed": 181612,
"___comment": "Ensemble settings",
"___comment11": "Ensemble settings",
"perturb_ensemble_state": true,
"perturbations_type": "smooth",
"perturbations_theta_amplitude": 0.5,
......@@ -63,7 +74,7 @@
"perturbations_smooth_number": 11,
"perturbations_symmetric": true,
"error_growth_perturbations_amplitude": 0.1,
"___comment": "Parameter estimation settings",
"___comment12": "Parameter estimation settings",
"perturb_ensemble_parameters": false,
"parameter_number": 1,
"parameter_names": "pfac",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment