Skip to content

Commit

Permalink
address seg fault if progsigma=F
Browse files Browse the repository at this point in the history
  • Loading branch information
lisa-bengtsson committed Jul 16, 2024
1 parent 7d45b69 commit 2a4071e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ccpp/framework
Submodule framework updated 42 files
+0 −49 .github/workflows/python.yaml
+0 −3 pytest.ini
+11 −73 scripts/ccpp_capgen.py
+22 −342 scripts/ccpp_datafile.py
+1 −1 scripts/ccpp_fortran_to_metadata.py
+2 −37 scripts/ccpp_suite.py
+183 −216 scripts/constituents.py
+0 −91 scripts/fortran_tools/offline_check_fortran_vs_metadata.py
+3 −17 scripts/fortran_tools/parse_fortran_file.py
+5 −78 scripts/host_cap.py
+14 −33 scripts/metadata_table.py
+7 −13 scripts/metavar.py
+1 −0 scripts/parse_tools/parse_source.py
+3 −3 scripts/suite_objects.py
+37 −367 src/ccpp_constituent_prop_mod.F90
+0 −27 test/advection_test/cld_ice.F90
+0 −1 test/advection_test/cld_ice.meta
+0 −21 test/advection_test/cld_liq.F90
+0 −1 test/advection_test/cld_liq.meta
+0 −2 test/advection_test/run_test
+61 −392 test/advection_test/test_host.F90
+1 −3 test/advection_test/test_host_mod.F90
+0 −3 test/advection_test/test_reports.py
+1 −3 test/capgen_test/run_test
+5 −5 test/capgen_test/temp_adjust.F90
+0 −14 test/capgen_test/temp_adjust.meta
+1 −3 test/capgen_test/temp_set.F90
+0 −14 test/capgen_test/temp_set.meta
+4 −5 test/capgen_test/test_reports.py
+0 −1 test/hash_table_tests/test_hash.F90
+0 −1 test/unit_tests/sample_files/test_host.meta
+0 −96 test/unit_tests/sample_scheme_files/duplicate_dyn_const.F90
+0 −104 test/unit_tests/sample_scheme_files/duplicate_dyn_const.meta
+0 −75 test/unit_tests/sample_scheme_files/dyn_const_not_present.F90
+0 −104 test/unit_tests/sample_scheme_files/dyn_const_not_present.meta
+0 −100 test/unit_tests/sample_scheme_files/dyn_const_not_present_nested.F90
+0 −104 test/unit_tests/sample_scheme_files/dyn_const_not_present_nested.meta
+0 −21 test/unit_tests/sample_scheme_files/temp_adjust.F90
+0 −1 test/unit_tests/sample_scheme_files/temp_adjust.meta
+0 −35 test/unit_tests/test_metadata_scheme_file.py
+0 −3 test/unit_tests/test_metadata_table.py
+2 −2 test/var_compatibility_test/test_reports.py
2 changes: 1 addition & 1 deletion ccpp/physics

0 comments on commit 2a4071e

Please sign in to comment.