ESCOMP / ESCOMP/atmospheric_physics
Complete tendency and state diagnostics
- Dominant language
- Fortran
- Stars
- 12
- Forks
- 38
- Avg merge
- 11h 16m
- Merged PRs (30d)
- 5
Description
Currently, the sima_tend_diagnostics.F90 and sima_state_diagnostics.F90 schemes do not have a comprehensive list of all the state and tendency variables to match CAM.
Here are at least some that are missing:
* ~~flx_net - only used for eulerian dycore~~
* te_tnd - cumulative_total_energy_boundary_flux_using_physics_energy_formula
* tw_tnd - cumulative_total_water_boundary_flux
* te_ini_phys - vertically_integrated_total_energy_of_initial_state_using_physics_energy_formula
* te_ini_dyn - vertically_integrated_total_energy_of_initial_state_using_dycore_energy_formula
* te_cur_phys - vertically_integrated_total_energy_of_current_state_using_physics_energy_formula
* te_cur_dyn - vertically_integrated_total_energy_of_current_state_using_dycore_energy_formula
* tw_ini - vertically_integrated_water_vapor_and_condensed_water_of_initial_state
* tw_cur - vertically_integrated_water_vapor_and_condensed_water_of_current_state
* temp_ini - temperature_of_initial_state
* z_ini - height_wrt_surface_of_initial_state
NOTE: this update will require additions to the CAM-SIMA registry.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.