Skip to content
Success

Changes

Summary

  1. Added zt2zm2zt-smoothing to remove noise in MPACE_B winds (#1161) (details)
  2. Moving PosInf to clubb_model_settings.F90 (details)
  3. Changing openacc to openmp migration repo to a fork with a change to switch the order of copyins and copies. This is to allow us to only copyin the pdf_params structure, but copy the internal arrays. When the copying of the internal arrays happens first, followed by the copyin of the structure, we overwrite the pointers to the internal arrays on the GPU version of the structure. Hence why we want the copyins to precede the copy statements. (details)
Commit a5e586ca398dcd4733c05082addacaa66e24b2f6 by noreply
Added zt2zm2zt-smoothing to remove noise in MPACE_B winds (#1161)

BIT_CHANGING

In order to remove noise in the wind fields in MPACE_B, we added some smoothing.

* Added `zt2zm2zt`-smoothing to `diagnose_upxp` calls in `advance_xm_wpxp`
* Added `zm2zt2zm`-smoothing to `wp2` and `em` vars fed into `wp3_term_pr_turb_rhs` in `advance_wp2_wp3`
* Changed C_wp2_splat to 0.00 in default tunable_parameters.in
The file was modified input/tunable_parameters/tunable_parameters.in (diff)
The file was modified src/CLUBB_core/advance_wp2_wp3_module.F90 (diff)
The file was modified src/CLUBB_core/advance_xm_wpxp_module.F90 (diff)
Commit 1f96b03b404757544a6954e41ebea65a4771d333 by Gunther Huebler
Moving PosInf to clubb_model_settings.F90
The file was modified src/jacobian.F90 (diff)
The file was modified src/stat_file_utils.F90 (diff)
The file was modified src/clubb_model_settings.F90 (diff)
The file was modified src/CLUBB_core/parameters_model.F90 (diff)
Commit 46fe460263003ad92fd5f942a2c99d006bcbf0fa by Gunther Huebler
Changing openacc to openmp migration repo to a fork with a change to switch the order of copyins and copies. This is to allow us to only copyin the pdf_params structure, but copy the internal arrays. When the copying of the internal arrays happens first, followed by the copyin of the structure, we overwrite the pointers to the internal arrays on the GPU version of the structure. Hence why we want the copyins to precede the copy statements.
The file was modified compile/convert_acc_to_omp.bash (diff)