Skip to content
Success

Changes

Summary

  1. Run scm fixes (#1244) (details)
Commit ed8cf99696028a97975d3af4b3a83983857177da 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 advance_windm_edsclrm_module.F90 (diff)
The file was modified grid_class.F90 (diff)
The file was modified mixing_length.F90 (diff)
The file was modified advance_xm_wpxp_module.F90 (diff)
The file was modified advance_xp2_xpyp_module.F90 (diff)
The file was modified mono_flux_limiter.F90 (diff)
The file was modified advance_clubb_core_module.F90 (diff)