Skip to content
Success

Changes

Summary

  1. Run scm fixes (#1244) (details)
  2. I am adding a new .json file for host model flags. Flag set 1 consists (details)
  3. I am adding a Jenkinsfile for a new CLUBB generalized vertical (details)
  4. I am adding a second set of host flags as part of the generalized (details)
  5. Fixing an error in the previous commit. (lol, good ol' find and replace) (details)
Commit 1e73c9c30c0b13eb0a0a5e0010ce9fd81c67c2f0 by noreply
Run scm fixes (#1244)

Fixed error output for run?scm?all.bash, added some missing error checks to CLUBB
CLUBB ticket #975

* Fixed error output issues for run_scm_all.bash
- Changed tail $TMP_OUT to cat $TMP_OUT so we can see the entire stderr output of CLUBB in the log
- Added `if allocated` check to subroutine finalize_t_dependent_forcings in time_dependent_input.F90 to avoid runtime errors
- Removed unnecessary write statement in clubb_standalone.F90

* Added missing err_code checks
- Added err_code checks so we don't get false negative error messages
The file was modified src/CLUBB_core/advance_clubb_core_module.F90 (diff)
The file was modified src/clubb_driver.F90 (diff)
The file was modified src/CLUBB_core/mixing_length.F90 (diff)
The file was modified src/CLUBB_core/advance_windm_edsclrm_module.F90 (diff)
The file was modified src/CLUBB_core/grid_class.F90 (diff)
The file was modified src/time_dependent_input.F90 (diff)
The file was modified src/CLUBB_core/advance_xp2_xpyp_module.F90 (diff)
The file was modified src/CLUBB_core/mono_flux_limiter.F90 (diff)
The file was modified src/clubb_standalone.F90 (diff)
The file was modified run_scripts/run_scm_all.bash (diff)
The file was modified src/advance_microphys_module.F90 (diff)
The file was modified src/CLUBB_core/advance_xm_wpxp_module.F90 (diff)
Commit 9b42183b3b368cf7c079faf0a7b79eefc159f901 by bmg2
I am adding a new .json file for host model flags. Flag set 1 consists
of the current CAM default settings.
The file was addedrun_scripts/run_bindiff_w_flags_config_host_flags.json
Commit d1b42f244d4e38d86e5cf1bea3cbdb38950e094b by bmg2
I am adding a Jenkinsfile for a new CLUBB generalized vertical
grid test that uses flag sets consisting of specialized flag
settings that are found in host models of which CLUBB is a part.
The file was addedjenkins_tests/clubb_generalized_vert_grid_host_flags/Jenkinsfile
Commit f1b430ab343e05a36e916cf1910c78c1a20c177b by bmg2
I am adding a second set of host flags as part of the generalized
vertical grid test for host model flags. Flag set 2 consists of
flag settings that are found in the clubb_silhs_devel branch of CAM.
The file was modified run_scripts/run_bindiff_w_flags_config_host_flags.json (diff)
Commit 6912ae1620711773f96385ece3b9330fc73daf68 by bmg2
Fixing an error in the previous commit. (lol, good ol' find and replace)
The file was modified run_scripts/run_bindiff_w_flags_config_host_flags.json (diff)