-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for NSSL 2-moment cloud microphysics scheme #761
Commits on Oct 15, 2021
-
- Adds support for NSSL full 2-moment microphysics with droplets, rai…
…n, cloud ice, snow, graupel, and hail. Graupel and hail have predicted bulk density via the particle volume. Hail can be deactived. Simple CCN concentration can be predicted, either as the count of unactivated or activated nuclei. (Mansell et al. 2010, JAS)
Configuration menu - View commit details
-
Copy full SHA for 99e3043 - Browse repository at this point
Copy the full SHA 99e3043View commit details -
Configuration menu - View commit details
-
Copy full SHA for a13afa1 - Browse repository at this point
Copy the full SHA a13afa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c25e52 - Browse repository at this point
Copy the full SHA 8c25e52View commit details -
- Split NSSL conditional in GFS_rrtmg_pre.F90 from Thompson for now - Text comments in radiation_clouds.f
Configuration menu - View commit details
-
Copy full SHA for ef29545 - Browse repository at this point
Copy the full SHA ef29545View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc2a827 - Browse repository at this point
Copy the full SHA dc2a827View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e30e90 - Browse repository at this point
Copy the full SHA 9e30e90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7049163 - Browse repository at this point
Copy the full SHA 7049163View commit details -
Configuration menu - View commit details
-
Copy full SHA for 315489b - Browse repository at this point
Copy the full SHA 315489bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b95bde - Browse repository at this point
Copy the full SHA 2b95bdeView commit details -
- Fixed setting of itimestep on first model step. This was preventin…
…g calcnfromq from running, which creates number concentration from the initial condition hydrometeor mass
Configuration menu - View commit details
-
Copy full SHA for 4b35ce9 - Browse repository at this point
Copy the full SHA 4b35ce9View commit details -
Turned on zeroing out of hail for low number concentration. Some spu…
…rious points of very small mass with large reflectivity were showing up, perhaps because of the very large time step in UFS (40s). This helps eliminate those.
Configuration menu - View commit details
-
Copy full SHA for 1cfe2c8 - Browse repository at this point
Copy the full SHA 1cfe2c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c27901c - Browse repository at this point
Copy the full SHA c27901cView commit details -
Call calcnfromq on every time step, which helps keep boundaries a bi…
…t cleaner. Changes to calcnfromq to set droplet number as 9 micron radius droplets, and then deplete CCN if turned on. Also set masses to zero if less than qxmin.
Configuration menu - View commit details
-
Copy full SHA for 21a2875 - Browse repository at this point
Copy the full SHA 21a2875View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06fc773 - Browse repository at this point
Copy the full SHA 06fc773View commit details -
Updated calcnfromq to use qxmin_init for higher mass thresholds. Low…
…er mixing ratios masses are transferred to water vapor. Also added second estimate for graupel number conc. and take minimum. Added air density limit in setvtz and nssl_2mom_gs to limit fall speed or rhovt. Added limit on Bigg freezing to only act if freezing radius is 8mm or less.
Configuration menu - View commit details
-
Copy full SHA for 8ff7b02 - Browse repository at this point
Copy the full SHA 8ff7b02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d484f7 - Browse repository at this point
Copy the full SHA 6d484f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 635e028 - Browse repository at this point
Copy the full SHA 635e028View commit details -
- Changed from two imp_physics_nssl flags to a single one with secon…
…d flag for nssl_ccn_on - Updataed microphysics - Radiation (rrtmg) includes calculated rain radius. Test code to compute radii in the subroutine, but something not right with incoming number concentrations - Renamed mp_nsslg to mp_nssl
Configuration menu - View commit details
-
Copy full SHA for 9d0fcbd - Browse repository at this point
Copy the full SHA 9d0fcbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e18f790 - Browse repository at this point
Copy the full SHA e18f790View commit details -
Configuration menu - View commit details
-
Copy full SHA for b565f5f - Browse repository at this point
Copy the full SHA b565f5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b7b139 - Browse repository at this point
Copy the full SHA 3b7b139View commit details
Commits on Oct 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7e41947 - Browse repository at this point
Copy the full SHA 7e41947View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e38a90 - Browse repository at this point
Copy the full SHA 7e38a90View commit details
Commits on Oct 19, 2021
-
Removed some commented code; pass in physical constants to init rout…
…ine instead of using physcons module
Configuration menu - View commit details
-
Copy full SHA for b17240a - Browse repository at this point
Copy the full SHA b17240aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53658e5 - Browse repository at this point
Copy the full SHA 53658e5View commit details
Commits on Nov 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for da10201 - Browse repository at this point
Copy the full SHA da10201View commit details -
Merge branch 'feature/nsslmicro' of https://github.com/MicroTed/ccpp-…
…physics into feature/nsslmicro
Configuration menu - View commit details
-
Copy full SHA for 961d9b6 - Browse repository at this point
Copy the full SHA 961d9b6View commit details
Commits on Dec 8, 2021
-
- Adds support for NSSL full 2-moment microphysics with droplets, rai…
…n, cloud ice, snow, graupel, and hail. Graupel and hail have predicted bulk density via the particle volume. Hail can be deactived. Simple CCN concentration can be predicted, either as the count of unactivated or activated nuclei. (Mansell et al. 2010, JAS)
Configuration menu - View commit details
-
Copy full SHA for 4b42e19 - Browse repository at this point
Copy the full SHA 4b42e19View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8bbd69 - Browse repository at this point
Copy the full SHA c8bbd69View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5f236f - Browse repository at this point
Copy the full SHA a5f236fView commit details -
- Split NSSL conditional in GFS_rrtmg_pre.F90 from Thompson for now - Text comments in radiation_clouds.f
Configuration menu - View commit details
-
Copy full SHA for e38406a - Browse repository at this point
Copy the full SHA e38406aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 841eab2 - Browse repository at this point
Copy the full SHA 841eab2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72e7693 - Browse repository at this point
Copy the full SHA 72e7693View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9f2ced - Browse repository at this point
Copy the full SHA d9f2cedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b92bcb - Browse repository at this point
Copy the full SHA 2b92bcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8157607 - Browse repository at this point
Copy the full SHA 8157607View commit details -
- Fixed setting of itimestep on first model step. This was preventin…
…g calcnfromq from running, which creates number concentration from the initial condition hydrometeor mass
Configuration menu - View commit details
-
Copy full SHA for a8f3948 - Browse repository at this point
Copy the full SHA a8f3948View commit details -
Turned on zeroing out of hail for low number concentration. Some spu…
…rious points of very small mass with large reflectivity were showing up, perhaps because of the very large time step in UFS (40s). This helps eliminate those.
Configuration menu - View commit details
-
Copy full SHA for 5944560 - Browse repository at this point
Copy the full SHA 5944560View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ec235b - Browse repository at this point
Copy the full SHA 3ec235bView commit details -
Call calcnfromq on every time step, which helps keep boundaries a bi…
…t cleaner. Changes to calcnfromq to set droplet number as 9 micron radius droplets, and then deplete CCN if turned on. Also set masses to zero if less than qxmin.
Configuration menu - View commit details
-
Copy full SHA for 74dd53c - Browse repository at this point
Copy the full SHA 74dd53cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ccadc0 - Browse repository at this point
Copy the full SHA 4ccadc0View commit details -
Updated calcnfromq to use qxmin_init for higher mass thresholds. Low…
…er mixing ratios masses are transferred to water vapor. Also added second estimate for graupel number conc. and take minimum. Added air density limit in setvtz and nssl_2mom_gs to limit fall speed or rhovt. Added limit on Bigg freezing to only act if freezing radius is 8mm or less.
Configuration menu - View commit details
-
Copy full SHA for b4d0379 - Browse repository at this point
Copy the full SHA b4d0379View commit details -
Configuration menu - View commit details
-
Copy full SHA for eae593d - Browse repository at this point
Copy the full SHA eae593dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48983e8 - Browse repository at this point
Copy the full SHA 48983e8View commit details -
- Changed from two imp_physics_nssl flags to a single one with secon…
…d flag for nssl_ccn_on - Updataed microphysics - Radiation (rrtmg) includes calculated rain radius. Test code to compute radii in the subroutine, but something not right with incoming number concentrations - Renamed mp_nsslg to mp_nssl
Configuration menu - View commit details
-
Copy full SHA for 115aeb0 - Browse repository at this point
Copy the full SHA 115aeb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b95964 - Browse repository at this point
Copy the full SHA 5b95964View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6920e48 - Browse repository at this point
Copy the full SHA 6920e48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d77cb1 - Browse repository at this point
Copy the full SHA 9d77cb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e28640 - Browse repository at this point
Copy the full SHA 3e28640View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3a6c1b - Browse repository at this point
Copy the full SHA a3a6c1bView commit details -
Removed some commented code; pass in physical constants to init rout…
…ine instead of using physcons module
Configuration menu - View commit details
-
Copy full SHA for b2a5a94 - Browse repository at this point
Copy the full SHA b2a5a94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 383cb3c - Browse repository at this point
Copy the full SHA 383cb3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 938d5f2 - Browse repository at this point
Copy the full SHA 938d5f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 906248e - Browse repository at this point
Copy the full SHA 906248eView commit details
Commits on Dec 9, 2021
-
Merge remote-tracking branch 'tedsrepo/feature/nsslmicro_rebase2' int…
…o feature/nsslmicro
Configuration menu - View commit details
-
Copy full SHA for c500790 - Browse repository at this point
Copy the full SHA c500790View commit details
Commits on Jan 15, 2022
-
Merge commit 'aae0d5f281f4f9f41fa8287ac326823a9910207f' into feature/…
…nsslmicro_rebase2
Configuration menu - View commit details
-
Copy full SHA for 0aeccf6 - Browse repository at this point
Copy the full SHA 0aeccf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b88049a - Browse repository at this point
Copy the full SHA b88049aView commit details -
Merge branch 'feature/nsslmicro_rebase2_merge23dec' into feature/nssl…
…micro Merge in updates to bring code up to parity with 23 Dec. 2021, which works with current SCM
Configuration menu - View commit details
-
Copy full SHA for 91b8bae - Browse repository at this point
Copy the full SHA 91b8baeView commit details
Commits on Jan 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2808afc - Browse repository at this point
Copy the full SHA 2808afcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f43cc4 - Browse repository at this point
Copy the full SHA 6f43cc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86592d1 - Browse repository at this point
Copy the full SHA 86592d1View commit details
Commits on Jan 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for be6335a - Browse repository at this point
Copy the full SHA be6335aView commit details -
change dimensions of flag_convective_tracer_transport_interstitial to…
… match allocation
Configuration menu - View commit details
-
Copy full SHA for 59885ea - Browse repository at this point
Copy the full SHA 59885eaView commit details
Commits on Feb 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f1d49d1 - Browse repository at this point
Copy the full SHA f1d49d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94db3c0 - Browse repository at this point
Copy the full SHA 94db3c0View commit details -
Merge pull request #1 from grantfirl/feature/nsslmicro_gjf
Couple of bugfixes
Configuration menu - View commit details
-
Copy full SHA for a51c4a2 - Browse repository at this point
Copy the full SHA a51c4a2View commit details
Commits on Feb 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1cd31f9 - Browse repository at this point
Copy the full SHA 1cd31f9View commit details
Commits on Feb 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2c02bc5 - Browse repository at this point
Copy the full SHA 2c02bc5View commit details
Commits on Feb 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 779c432 - Browse repository at this point
Copy the full SHA 779c432View commit details -
Configuration menu - View commit details
-
Copy full SHA for b104184 - Browse repository at this point
Copy the full SHA b104184View commit details
Commits on Feb 15, 2022
-
Merge pull request #2 from grantfirl/feature/nsslmicro_gjf
Minor changes to prepare for merge
Configuration menu - View commit details
-
Copy full SHA for a2a7f8b - Browse repository at this point
Copy the full SHA a2a7f8bView commit details
Commits on Feb 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5da3050 - Browse repository at this point
Copy the full SHA 5da3050View commit details
Commits on Feb 24, 2022
-
Added internal documentation (for doxygen).
Minor update in microphysics to lower the supersat. threshold at which it allows droplet nucleation at low temperature (T < -36C). This alleviates rare high supersaturation in very deep strong (supercell) updrafts.
Configuration menu - View commit details
-
Copy full SHA for a9349ed - Browse repository at this point
Copy the full SHA a9349edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 580df44 - Browse repository at this point
Copy the full SHA 580df44View commit details
Commits on Mar 3, 2022
-
Add logic to reduce optimization for multiple files, independent of t…
…heir preceding paths
Configuration menu - View commit details
-
Copy full SHA for 44a2bd9 - Browse repository at this point
Copy the full SHA 44a2bd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d808f8 - Browse repository at this point
Copy the full SHA 4d808f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc5ed83 - Browse repository at this point
Copy the full SHA dc5ed83View commit details