You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the concentrations of radiatively active gas-phase species in TUV-x prior to calculating photolysis rate constants.
@peverwhee - TUV-x needs to know the concentrations of certain chemical species above the top of the model. Is there a way to set this value for a constituent?
Gas-phase species can be configured to be included in the TUV-x solving for the radiation field.
The concentrations above the model top can be configured to be estimated using a scale height, or read in from a file
TUV-x photolysis rate constants are calculated using the actual concentrations of total air density and each specified gas-phase species for each column at each timestep
Ideas
Identify CCPP standard name for air density
Use constituents_t type to update species concentrations
Can we enable users to create profile and set the values for them?
The indexing of the constituents is not guaranteed to be the same as what we set in micm_register() . We might need to add an initialization step where we look up the indices of chemical species (fixed and variable)
The text was updated successfully, but these errors were encountered:
…s and MICM (#184)
Originator(s): @boulderdaze
Summary (include the keyword ['closes', 'fixes', 'resolves'] and issue
number):
- Closes#98
- Closes#165
Describe any changes made to the namelist: N/A
List all files eliminated and why: N/A
List all files added and what they do:
```
A schemes/musica/musica_ccpp_species.F90
A schemes/musica/tuvx/musica_ccpp_tuvx_gas_species.F90
A schemes/musica/tuvx/musica_ccpp_tuvx_load_species.F90
A test/musica/test_musica_species.F90
A test/musica/tuvx/test_tuvx_gas_species.F90
A test/musica/tuvx/test_tuvx_load_species.F90
```
List all existing files that have been modified, and describe the
changes:
```
M schemes/musica/micm/musica_ccpp_micm.F90
M schemes/musica/musica_ccpp.F90
M schemes/musica/musica_ccpp.meta
M schemes/musica/tuvx/musica_ccpp_tuvx.F90
M schemes/musica/tuvx/musica_ccpp_tuvx_height_grid.F90
M test/docker/Dockerfile.musica
M test/docker/Dockerfile.musica.no_install
M test/musica/CMakeLists.txt
M test/musica/test_musica_api.F90
M test/musica/tuvx/CMakeLists.txt
M test/musica/tuvx/test_tuvx_height_grid.F90
M to_be_ccppized/ccpp_tuvx_utils.F90
```
List any test failures: N/A
Is this a science-changing update? New physics package, algorithm
change, tuning changes, etc? No
Update the concentrations of radiatively active gas-phase species in TUV-x prior to calculating photolysis rate constants.
@peverwhee - TUV-x needs to know the concentrations of certain chemical species above the top of the model. Is there a way to set this value for a constituent?
(related issue on CCPP-framework: NCAR/ccpp-framework#573)
Acceptance Criteria
Ideas
constituents_t
type to update species concentrationsQuestions
profile
and set the values for them?micm_register()
. We might need to add an initialization step where we look up the indices of chemical species (fixed and variable)The text was updated successfully, but these errors were encountered: