Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
binary_c-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Izzard, Robert Dr (Maths & Physics)
binary_c-python
Commits
3faf74e3
Commit
3faf74e3
authored
5 years ago
by
Izzard, Robert Dr (Maths & Physics)
Browse files
Options
Downloads
Patches
Plain Diff
change default lambda_ce to 0.5 because setting it to -1 is not
valid over the whole parameter space, especially not at Z<0.02
parent
d3a5d0be
No related branches found
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/binary_c_parameters.h
+7
-2
7 additions, 2 deletions
src/binary_c_parameters.h
with
7 additions
and
2 deletions
src/binary_c_parameters.h
+
7
−
2
View file @
3faf74e3
...
...
@@ -1093,9 +1093,14 @@
/*
* Lambda is the envelope binding energy parameter:
* Ebind = -G M Menv / (R lambda)
* Ebind = -G M Menv / (R lambda)
*
* Note: much as we'd like to set this to one of the
* three LAMBDA_* macros (for the Dewi/Tauris,
* Wang or Polytrope) these are not reliable over
* the whole parameter space. Instead, use 0.5.
*/
#define DEFAULT_LAMBDA_CE
-1.0
#define DEFAULT_LAMBDA_CE
0.5
/* use Hurley et al. (2002) energy balance prescription by default */
#define DEFAULT_COMENV_PRESCRIPTION COMENV_BSE
...
...
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