Skip to content
Success

Changes

Summary

  1. added autocommit message maker to clubb so I have an easier time testing it (details)
  2. changes to integrate message maker into gitUpdate scripts (details)
  3. Oops, I made 1 small error, should be consistent now. (details)
  4. Implementing changes to the initial conditions. (details)
  5. This commit most definitely does not change any bits, (details)
Commit 965964e81cc6b58ffbf3213af1d2488080b3371a by cernikt
added autocommit message maker to clubb so I have an easier time testing it
The file was addedutilities/autocommit_message_maker/autocommit_message_maker.py
Commit 6e4204729c1b525b0f2fde3d7c715f5982fc79c3 by cernikt
changes to integrate message maker into gitUpdate scripts
The file was modified utilities/autocommit_message_maker/autocommit_message_maker.py (diff)
Commit be6ab481c56acfc66d65990889dba011d6bcd36a by cernikt
Oops, I made 1 small error, should be consistent now.
The file was modified utilities/autocommit_message_maker/autocommit_message_maker.py (diff)
Commit 9aeea149d5970cb99218344f8bde576e1f036d21 by bmg2
Implementing changes to the initial conditions.
This commit contains code changes related to the modified initial
conditions for convergence test simulations. These code changes can be
activated by setting l_modify_ic_with_cubic_int = .true. in
the namelist on a case-by-case basis.

Along with this option, the sounding profiles are also modified for
the BOMEX, RICO, DYCOMS2_RF02 and Wangara cases.

-- For BOMEX, RICO, Wangara cases, we add more height levels in the
    original sounding profiles so that the cubic spline interpolation
    produces consistent profiles with those with linear interpolation

-- For DYCOMS2_RF02, instead of using the formulations in the code to
    derive the initial condition profiles (which will results in the
    grid-spacing dependent initial condition when we refine grid), we
    construct a sounding profiles (still use the same formulas as in
    the src/sounding.F90) on a high-resolution grid (refine the standard
    grid by a factor of 2^7), then save the profile in
    dycoms2_rf02_sounding.in. In this way, the model initiliazation will
    always read the same sounding profile for initialization when user
    refine the vertical model grid.

Originally committed by Shixuan.
The file was modified input/case_setups/bomex_sounding.in (diff)
The file was modified input/case_setups/dycoms2_rf02_sounding.in (diff)
The file was modified input/case_setups/dycoms2_rf02_morr_model.in (diff)
The file was modified input/case_setups/dycoms2_rf02_ds_model.in (diff)
The file was modified input/case_setups/dycoms2_rf02_do_model.in (diff)
The file was modified input/case_setups/rico_model.in (diff)
The file was modified input/case_setups/wangara_sounding.in (diff)
The file was modified input/case_setups/wangara_model.in (diff)
The file was modified input/case_setups/bomex_model.in (diff)
The file was modified input/case_setups/dycoms2_rf02_so_model.in (diff)
The file was modified input/case_setups/rico_sounding.in (diff)
The file was modified src/sounding.F90 (diff)
The file was modified src/clubb_driver.F90 (diff)
The file was modified input/case_setups/dycoms2_rf02_nd_model.in (diff)
The file was modified input/case_setups/rico_silhs_model.in (diff)
Commit a6682998e27e3d01b8ffeb4ec2774872e7311aa4 by bmg2
This commit most definitely does not change any bits,
but commit 67878ef was BIT_CHANGING for the DYCOMS-II RF02 family
of cases, RICO (and RICO SILHS), BOMEX, and Wangara.
The file was modified README (diff)