Skip to content
Success

Changes

Summary

  1. Renamed unit_var_test --> uninit_var_test to reflect the purpose of the test. (details)
  2. Setting l_update_pressure = .false. since it was causing a problem with the MC3E test and is turned off in all host models anyway. (details)
  3. Removing "if" statement around calculation of wp4 in pdf_closure_module.F90 and the same "if" statement around some further manipulation of wp4 in advance_clubb_core.  Results are bit-for-bit with this change, since normally all cases calculate wp4 anyway since the "if" condition was always satisfied in normal runs (but not, for example, in some tuning runs).  This was done because the new wp3_pr_dfsn term needs wp4 in its current formulation so it needs to always be calculated. (details)
Commit 59079784973fd15013ece64a894b6ddea7f46cf5 by benjamin.andrew.stephens
Renamed unit_var_test --> uninit_var_test to reflect the purpose of the test.
The file was removedjenkins_tests/unit_var_test/Jenkinsfile
The file was addedjenkins_tests/uninit_var_test/Jenkinsfile
Commit a21e1e8e8af9837cc0b9a79eaf45e546696c4020 by benjamin.andrew.stephens
Setting l_update_pressure = .false. since it was causing a problem with the MC3E test and is turned off in all host models anyway.

This is BIT_CHANGING.

See https://github.com/larson-group/e3sm/issues/6.
The file was modified input/tunable_parameters/configurable_model_flags.in (diff)
Commit 0e8ed5d48b7be5f98b78abc60c44627a5c8cf050 by benjamin.andrew.stephens
Removing "if" statement around calculation of wp4 in pdf_closure_module.F90 and the same "if" statement around some further manipulation of wp4 in advance_clubb_core.  Results are bit-for-bit with this change, since normally all cases calculate wp4 anyway since the "if" condition was always satisfied in normal runs (but not, for example, in some tuning runs).  This was done because the new wp3_pr_dfsn term needs wp4 in its current formulation so it needs to always be calculated.

See #920.
The file was modified input/stats/all_stats.in (diff)
The file was modified src/CLUBB_core/advance_clubb_core_module.F90 (diff)
The file was modified src/CLUBB_core/pdf_closure_module.F90 (diff)