Skip to content
Success

Changes

Summary

  1. Making work with latest clubb changes. (details)
  2. Removing removed parameters from run file. (details)
  3. Changing stat_indices to stats_metadata_type (details)
  4. New Stats Indices Type (#1118) (details)
  5. New Stats Indices Type (#1118) (details)
Commit 96610a76a2c7f9369b6625c536c5d2fe55554437 by Gunther Huebler
Making work with latest clubb changes.
The file was modified components/eam/src/physics/cam/subcol_SILHS.F90 (diff)
The file was modified components/eam/src/physics/cam/clubb_intr.F90 (diff)
Commit f9424d825225c07136f684980ebf6f22d164eedc by Gunther Huebler
Removing removed parameters from run file.
The file was modified nightly_test/nightly_e3sm_ne4_silhs.csh (diff)
Commit 0c5c48612c3d0d83a2b868661f78386ef3ccd16e by Gunther Huebler
Changing stat_indices to stats_metadata_type
The file was modified components/eam/src/physics/cam/clubb_intr.F90 (diff)
Commit 0eb82e3d60c5fd567e1f24a0015d2c6fd8f21069 by noreply
New Stats Indices Type (#1118)

* Grouping stats indices into a derived type and making that accessible globally, for now. This does not run yet, but a checkpoint I wish to save.

* Checkpoint to save

* Checkpoint

* It actually works now and is BFB with every case.

* Starting to push the new derived type through the argument list.

* The new dervied type, now stats_metadata, has been fed through the argument list.

* Moved l_stats_samp into stats_metadata

* Moved all the other stats_variables into stats_metadata

* Small cleanup

* Fixes a stats bug when calling compute_sample_mean in silhs.

* Arrays in stats_metadata need only be allocated once, but we may want to call the stats init routines to set up more stats variables. So now we check for allocation before allocating. Also made the stat_indices type publicly available through clubb_api.

* This should be initialized to 0. The new changes in cam were able to tease this out, which is a good sign.

* A couple more to initialize to zero.

* Moving stats_metadata to before stats_ variables in argument lists, just for consistency.

* Changing stat_indices to stats_metadata_type
The file was modified advance_xp2_xpyp_module.F90 (diff)
The file was modified fill_holes.F90 (diff)
The file was modified stats_clubb_utilities.F90 (diff)
The file was modified stats_zm_module.F90 (diff)
The file was modified numerical_check.F90 (diff)
The file was modified advance_xp3_module.F90 (diff)
The file was modified mono_flux_limiter.F90 (diff)
The file was modified sfc_varnce_module.F90 (diff)
The file was modified mixing_length.F90 (diff)
The file was modified pdf_closure_module.F90 (diff)
The file was modified clip_explicit.F90 (diff)
The file was modified advance_xm_wpxp_module.F90 (diff)
The file was modified stats_rad_zm_module.F90 (diff)
The file was modified stats_sfc_module.F90 (diff)
The file was modified clubb_api_module.F90 (diff)
The file was modified advance_clubb_core_module.F90 (diff)
The file was modified stats_lh_sfc_module.F90 (diff)
The file was modified advance_windm_edsclrm_module.F90 (diff)
The file was modified stats_zt_module.F90 (diff)
The file was modified output_grads.F90 (diff)
The file was modified stats_lh_zt_module.F90 (diff)
The file was modified stats_type_utilities.F90 (diff)
The file was modified advance_helper_module.F90 (diff)
The file was modified setup_clubb_pdf_params.F90 (diff)
The file was modified precipitation_fraction.F90 (diff)
The file was modified stats_variables.F90 (diff)
The file was modified advance_wp2_wp3_module.F90 (diff)
The file was modified stats_rad_zt_module.F90 (diff)
Commit 1fff41b95831158920098a46667c5bee20b406fd by noreply
New Stats Indices Type (#1118)

* Grouping stats indices into a derived type and making that accessible globally, for now. This does not run yet, but a checkpoint I wish to save.

* Checkpoint to save

* Checkpoint

* It actually works now and is BFB with every case.

* Starting to push the new derived type through the argument list.

* The new dervied type, now stats_metadata, has been fed through the argument list.

* Moved l_stats_samp into stats_metadata

* Moved all the other stats_variables into stats_metadata

* Small cleanup

* Fixes a stats bug when calling compute_sample_mean in silhs.

* Arrays in stats_metadata need only be allocated once, but we may want to call the stats init routines to set up more stats variables. So now we check for allocation before allocating. Also made the stat_indices type publicly available through clubb_api.

* This should be initialized to 0. The new changes in cam were able to tease this out, which is a good sign.

* A couple more to initialize to zero.

* Moving stats_metadata to before stats_ variables in argument lists, just for consistency.

* Changing stat_indices to stats_metadata_type
The file was modified latin_hypercube_driver_module.F90 (diff)
The file was modified silhs_api_module.F90 (diff)
The file was modified output_2D_samples_module.F90 (diff)