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

Complete tendency and state diagnostics #128

Open
peverwhee opened this issue Oct 2, 2024 · 2 comments
Open

Complete tendency and state diagnostics #128

peverwhee opened this issue Oct 2, 2024 · 2 comments

Comments

@peverwhee
Copy link
Collaborator

peverwhee commented Oct 2, 2024

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.

@adamrher
Copy link

adamrher commented Oct 3, 2024

@PeterHjortLauritzen and I will fill out these standard names this afternoon.

@PeterHjortLauritzen
Copy link

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

No branches or pull requests

3 participants