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

Bump SHiELD_physics and atmos_drivers #23

Merged
merged 4 commits into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add a diagnostics manager controlled field to regression test
  • Loading branch information
spencerkclark committed Dec 20, 2023
commit 325117076a9d79da999ca4a1640c65c99aef5f73
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
<pytest_tempdir>/test_regression_default_yml_0/rundir-wrapper/sfc_dt_atmos.tile4.nc 175a54e7d21419619bfcc1024b6e33a4
<pytest_tempdir>/test_regression_default_yml_0/rundir-wrapper/sfc_dt_atmos.tile5.nc 4192bd05bf563fc83899f26df0ac4d66
<pytest_tempdir>/test_regression_default_yml_0/rundir-wrapper/sfc_dt_atmos.tile6.nc c34f080cdf2cf85f84a3de64216a03fc
<pytest_tempdir>/test_regression_default_yml_0/rundir-wrapper/sfc_dt_atmos_diagnostics_manager_controlled.tile1.nc b6fa7d4aeb3e77b8fdac9e25cec81b61
<pytest_tempdir>/test_regression_default_yml_0/rundir-wrapper/sfc_dt_atmos_diagnostics_manager_controlled.tile2.nc 21fee0a6cd979ba1ce0bcd7b1487ca65
<pytest_tempdir>/test_regression_default_yml_0/rundir-wrapper/sfc_dt_atmos_diagnostics_manager_controlled.tile3.nc 387f1898c5e22be595cc583643720999
<pytest_tempdir>/test_regression_default_yml_0/rundir-wrapper/sfc_dt_atmos_diagnostics_manager_controlled.tile4.nc e7c5820ae1ba169ef78f80df9c0e5506
<pytest_tempdir>/test_regression_default_yml_0/rundir-wrapper/sfc_dt_atmos_diagnostics_manager_controlled.tile5.nc df52c5056d6503aaa6aca28a97d5d7de
<pytest_tempdir>/test_regression_default_yml_0/rundir-wrapper/sfc_dt_atmos_diagnostics_manager_controlled.tile6.nc 9ac7478486192daf9c381a1ef1627bb6
<pytest_tempdir>/test_regression_default_yml_0/rundir-wrapper/RESTART/fv_core.res.nc 18f136825b9be2c9daad27aff6e25375
<pytest_tempdir>/test_regression_default_yml_0/rundir-wrapper/RESTART/fv_core.res.tile1.nc e68453ab9f5a18b5d1d5240f68b49bb2
<pytest_tempdir>/test_regression_default_yml_0/rundir-wrapper/RESTART/fv_core.res.tile2.nc b783b05ac7e0e3085c5b6cacc3dbb06f
Expand Down
7 changes: 7 additions & 0 deletions wrapper/tests/pytest/config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,13 @@ diag_table:
frequency_units: minutes
time_axis_name: time
time_axis_units: minutes
- field_configs:
- {module_name: gfs_phys, field_name: vertically_integrated_tendency_of_air_temperature_due_to_longwave_heating, output_name: vertically_integrated_tendency_of_air_temperature_due_to_longwave_heating}
name: sfc_dt_atmos_diagnostics_manager_controlled
frequency: 15
frequency_units: minutes
time_axis_name: time
time_axis_units: minutes
experiment_name: default
field_table: gs:https://vcm-fv3config/config/field_table/TKE-EDMF/v1.1/field_table
forcing: gs:https://vcm-fv3config/data/base_forcing/SHiELD/v1.0/C48
Expand Down