-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3229 from CliMA/cc/gcm_driven_updates
Use Rayleigh sponge and interactive surface fluxes for gcm-driven EDMF setup
- Loading branch information
Showing
3 changed files
with
46 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
[EDMF_surface_area] | ||
value = 0.1 | ||
|
||
[EDMF_min_area] | ||
value = 1.0e-5 | ||
|
||
[EDMF_max_area] | ||
value = 0.7 | ||
|
||
[entr_inv_tau] | ||
value = 0.0001 | ||
|
||
[entr_coeff] | ||
value = 0.3 | ||
|
||
[min_area_limiter_scale] | ||
value = 0 | ||
|
||
[detr_inv_tau] | ||
value = 0 | ||
|
||
[detr_coeff] | ||
value = 0 | ||
|
||
[detr_buoy_coeff] | ||
value = 0 | ||
|
||
[detr_vertdiv_coeff] | ||
value = 0 | ||
|
||
[detr_massflux_vertdiv_coeff] | ||
value = 1 | ||
|
||
[max_area_limiter_scale] | ||
value = 0 | ||
|
||
[pressure_normalmode_drag_coeff] | ||
value = 40.0 | ||
|
||
[zd_rayleigh] | ||
value = 20000.0 |