Summary
- Added zt2zm2zt-smoothing to remove noise in MPACE_B winds (#1161) (details)
- Moving PosInf to clubb_model_settings.F90 (details)
- 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)
The file was modified | src/CLUBB_core/advance_wp2_wp3_module.F90 (diff) |
The file was modified | input/tunable_parameters/tunable_parameters.in (diff) |
The file was modified | src/CLUBB_core/advance_xm_wpxp_module.F90 (diff) |
The file was modified | src/CLUBB_core/parameters_model.F90 (diff) |
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 | compile/convert_acc_to_omp.bash (diff) |