ADG1_pdf_driver subroutine port with OpenACC (details)
Replacing old elemental ADG1_w_closure with new GPUized one. Making G_unit tests work with new version. Also making mixt_frac_max_mag a scalar since it was only being used as such. larson-group/clubb#1049 (details)
Making the multicolumn code open the netcdf file before writing and close when finished writing. This fixes a bug where the netcdf data wasn't being written. (details)
For tuning dashboard, modify the separate input file (details)
Delete tuner file that was accidentally committed (details)
Prevent accidental commits of python .pyc files (details)
I can now safely remove all the "ifdef E3SM" statements from CLUBB's (details)
Added OpenACC related flags in linux_x86_64_nvhpc_casper.bash You can enable/disable OpenACC compilation using OPENACC=true/false. Added OpenACC directives in ADG1_pdf_driver subroutine.
Replacing old elemental ADG1_w_closure with new GPUized one. Making G_unit tests work with new version. Also making mixt_frac_max_mag a scalar since it was only being used as such. larson-group/clubb#1049
Making the multicolumn code open the netcdf file before writing and close when finished writing. This fixes a bug where the netcdf data wasn't being written.
I can now safely remove all the "ifdef E3SM" statements from CLUBB's parameters_tunable.F90. This code is now located in the clubb_intr.F90 portion of E3SM.