Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script to set background mixing frequency variables #41

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

rahmans1
Copy link
Contributor

@rahmans1 rahmans1 commented Jan 4, 2025

Briefly, what does this PR introduce?

Capability to set background mixing frequencies

What kind of change does this PR introduce?

  • Bug fix (issue #__)
  • New feature (issue #__)
  • Documentation update
  • Other: __

Please check if this PR fulfills the following:

  • Tests for the changes have been added
  • Documentation has been added / updated
  • Changes have been communicated to collaborators

Does this PR introduce breaking changes? What changes might users need to make to their code?

Does this PR change default behavior?

@rahmans1 rahmans1 marked this pull request as draft January 4, 2025 16:06
@rahmans1 rahmans1 requested a review from wdconinc January 4, 2025 16:06
MINBIAS_URL=https://raw.githubusercontent.com/eic/simulation_campaign_datasets/main/config_data/minbias_freq.csv

# Download tables
EGAS_TABLE=(curl ${EGAS_URL})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be

Suggested change
EGAS_TABLE=(curl ${EGAS_URL})
EGAS_TABLE=$(curl ${EGAS_URL})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants