Skip to content
Failed

Changes

Summary

  1. Fixed issues with ACC run (details)
  2. Finishing touches: Renamed OMP to chunk index, modified error headers (details)
Commit 42a44cddf801b57f31dc74a7ab04117cd61b0115 by Steffen Domke
Fixed issues with ACC run
The file was modified src/CLUBB_core/mixing_length.F90 (diff)
The file was modified src/clubb_driver.F90 (diff)
Commit 36a5af1d8ae50c28d6238db0fa978e6b19e7b0af by Steffen Domke
Finishing touches: Renamed OMP to chunk index, modified error headers
CLUBB ticket #975

- Added column 1 lat/lon info to global header
- Added column index to column error header
- Renamed omp_thread_nr to chunk_index to accomodate non-OMP runs
- Moved err_code->err_info replacement script into utilities folder
The file was removedreplace_err_code_type.py
The file was modified src/CLUBB_core/err_info_type_module.F90 (diff)
The file was addedutilities/parse_argument_list/replace_err_code_type.py