Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PE_CBL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stefano Serafin
PE_CBL
Commits
fb0f3616
Commit
fb0f3616
authored
1 month ago
by
Stefano Serafin
Browse files
Options
Downloads
Patches
Plain Diff
new settings for BouLac model
parent
a04b5158
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
default_cbl.json
+22
-11
22 additions, 11 deletions
default_cbl.json
with
22 additions
and
11 deletions
default_cbl.json
+
22
−
11
View file @
fb0f3616
{
"___comment"
:
"Physical constants"
,
"___comment
01
"
:
"Physical constants"
,
"g"
:
9.806
,
"f"
:
0.0001
,
"kvonk"
:
0.4
,
"___comment"
:
"Initial state properties"
,
"___comment
02
"
:
"Initial state properties"
,
"ug"
:
0
,
"vg"
:
10
,
"theta_0"
:
300
,
"gamma"
:
0.003
,
"hml"
:
850
,
"___comment"
:
"Surface forcing"
,
"___comment
03
"
:
"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"
,
"___comment
04
"
:
"CBL model selection and configuration"
,
"is_bwind"
:
false
,
"is_cgrad"
:
true
,
"is_cycle"
:
false
,
"model"
:
"ysu"
,
"___comment"
:
"simple CBL model"
,
"___comment
05
"
:
"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"
,
"___comment
06
"
:
"Troen and Mahrt CBL model"
,
"___comment
07
"
:
"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"
,
"___comment
10
"
:
"Numerical aspects"
,
"dz"
:
50
,
"ztop"
:
4000
,
"Kmin"
:
0.1
,
"Kmax"
:
500
,
"rnseed"
:
181612
,
"___comment"
:
"Ensemble settings"
,
"___comment
11
"
:
"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"
,
"___comment
12
"
:
"Parameter estimation settings"
,
"perturb_ensemble_parameters"
:
false
,
"parameter_number"
:
1
,
"parameter_names"
:
"pfac"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment