Skip to content
Success

Changes

Summary

  1. Making compatible with latest clubb changes (details)
  2. Multicol CLUBB (#1193) (details)
  3. Multicol CLUBB (#1193) (details)
Commit 51464dff84594316676a0c8a49e1f50f565670a3 by Gunther Huebler
Making compatible with latest clubb changes
The file was modified src/physics/cam/subcol_SILHS.F90 (diff)
The file was modified src/physics/cam/clubb_intr.F90 (diff)
Commit 40c21aea94d5a17e53da0e2472630007e3bc583a by noreply
Multicol CLUBB (#1193)

* Adding column loop to run_clubb

* Lot more changes

* Adding multicolumn output support and improving stats code.

* Conditionally closing stats files. This is just a bug fix. I'm not sure how this ever worked without the conditionals.

* Improvements and some cleanup.

* Bug fix

* Merge with master

* Removing num_standalone_columns, it's no longer needed.

* Changes to make CPU vs GPU test work with new multicol mode. Columns now run with different parameter sets, tolerance script checks average diff instead, increasing number of cobra timestep run, removing mpace_b because it turns out that cobra has ice and is capable of detecting the same ice code errors that mpace_b was added to test.

* Jenkins script update

* Jenkins script update

* Jenkins script update

* Jenkins script update

* Jenkins script update

* Jenkins script update

* Tightening tolerance

* Script cleanup and improvement

* Some more slight changes and cleanup. Making monoflux script work with new multicol mode.

* Small bug fix that was breaking bugsrad when using multiple columns.

* Bug fix to script

* Small cleanup and renaming of read_parameters

* Slight update to ifdef NETCDF statement

* Better change to ifdefs

* Adding new name init_read_clubb_params_api to public api list

* Name changes and adding section in README

* Renaming script

* Renaming script

* Removing C1 from list of variables to change, it was breaking the CPU vs GPU test, and also clubb warns that 'l_damp_wp2_using_em = T requires C1=C14 and l_stability_correct_tau_zm = F', so perhaps chaning it is just unstable. I've confirmed that GPU bugs are still dectable though.
The file was modified clubb_api_module.F90 (diff)
The file was modified output_netcdf.F90 (diff)
The file was modified parameters_tunable.F90 (diff)
The file was modified stats_clubb_utilities.F90 (diff)
Commit 80f1ba8df08e50db2baba3f569820fdb99b860f4 by noreply
Multicol CLUBB (#1193)

* Adding column loop to run_clubb

* Lot more changes

* Adding multicolumn output support and improving stats code.

* Conditionally closing stats files. This is just a bug fix. I'm not sure how this ever worked without the conditionals.

* Improvements and some cleanup.

* Bug fix

* Merge with master

* Removing num_standalone_columns, it's no longer needed.

* Changes to make CPU vs GPU test work with new multicol mode. Columns now run with different parameter sets, tolerance script checks average diff instead, increasing number of cobra timestep run, removing mpace_b because it turns out that cobra has ice and is capable of detecting the same ice code errors that mpace_b was added to test.

* Jenkins script update

* Jenkins script update

* Jenkins script update

* Jenkins script update

* Jenkins script update

* Jenkins script update

* Tightening tolerance

* Script cleanup and improvement

* Some more slight changes and cleanup. Making monoflux script work with new multicol mode.

* Small bug fix that was breaking bugsrad when using multiple columns.

* Bug fix to script

* Small cleanup and renaming of read_parameters

* Slight update to ifdef NETCDF statement

* Better change to ifdefs

* Adding new name init_read_clubb_params_api to public api list

* Name changes and adding section in README

* Renaming script

* Renaming script

* Removing C1 from list of variables to change, it was breaking the CPU vs GPU test, and also clubb warns that 'l_damp_wp2_using_em = T requires C1=C14 and l_stability_correct_tau_zm = F', so perhaps chaning it is just unstable. I've confirmed that GPU bugs are still dectable though.
The file was modified latin_hypercube_driver_module.F90 (diff)
The file was modified silhs_api_module.F90 (diff)