-
Notifications
You must be signed in to change notification settings - Fork 3
Specify units and add fields #83
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
base: devel
Are you sure you want to change the base?
Conversation
|
@nass13m do you think this is still useful? |
dschwoerer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay in getting back to you!
| TH: | ||
| TH2: | ||
| units: eV | ||
| long_name: Atomic hydrogen temperature | ||
| long_name: D_2 temperature |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
File name: TEMPERATURE_M
Structure: * For each molecule species known by EIRENE: * Molecule temperature in eV (list of floats, length: maximum cell number for neutrals)
| DENSITY_E_M_%d: {} | ||
| DENSITY_E_M_%d: | ||
| scale: 1000000.0 | ||
| units: m$^{-3}$ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| units: m$^{-3}$ | |
| units: "eV m$^{-3}$" |
| DENSITY_E_I_%d: {} | ||
| DENSITY_E_I_%d: | ||
| scale: 1000000.0 | ||
| units: eV.m$^{-3}$ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| units: eV.m$^{-3}$ | |
| units: "eV m$^{-3}$" |
| DENSITY_E_A_%d: {} | ||
| DENSITY_E_A_%d: | ||
| scale: 1000000.0 | ||
| units: eV.m$^{-3}$ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| units: eV.m$^{-3}$ | |
| units: "eV m$^{-3}$" |
| type: mapped | ||
| vars: | ||
| fort.40_%d: {} | ||
| SOURCE_P_%d: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sn%d if this essentially a density source.
| type: mapped | ||
| vars: | ||
| fort.42_%d: {} | ||
| SOURCE_E_E: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See if this is the energy density source for electrons
| vars: | ||
| fort.42_%d: {} | ||
| SOURCE_E_E: | ||
| units: W.m$^{-3}$ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| units: W.m$^{-3}$ | |
| units: "W m$^{-3}$" |
or
| units: W.m$^{-3}$ | |
| units: "eV m$^{-3}$" |
?
| vars: | ||
| fort.43_%d: {} | ||
| SOURCE_E_I: | ||
| units: W.m$^{-3}$ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| units: W.m$^{-3}$ | |
| units: "W m$^{-3}$" |
or
| units: W.m$^{-3}$ | |
| units: "eV m$^{-3}$" |
?
| type: mapped | ||
| vars: | ||
| SOURCE_RAD_E: | ||
| units: W.m$^{-3}$ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| units: W.m$^{-3}$ | |
| units: "W m$^{-3}$" |
or
| units: W.m$^{-3}$ | |
| units: "eV m$^{-3}$" |
?
| units: A.g.s$^{-1}$.m$^{-2}$ | ||
| scale: 10000.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be better to switch to particle based, rather then Ampere.
So probably
| units: A.g.s$^{-1}$.m$^{-2}$ | |
| scale: 10000.0 | |
| units: "g s$^{-1}$ m$^{-2}$" | |
| scale: 6.242e22 |
Maybe we should add more SF ... or use A in the scale, so we only need to set it once?
No description provided.