Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
d8f4ffb
update Thompson more similar to WRF-v4.3
gthompsnWRF Feb 13, 2021
68113c9
simplify initialization a bit and add convert_dry_rho flag
gthompsnWRF Feb 13, 2021
b204497
fix bug to include rho(air) in nwfa
gthompsnWRF Feb 17, 2021
be017d0
Revert change to CODEOWNERS
climbfuji Feb 22, 2021
b2c7bd5
Merge pull request #78 from climbfuji/update_gsl_develop_from_master
DomHeinzeller Feb 22, 2021
5f7968b
1. Fixed units inconsistency for water friendly aerosols in the
tanyasmirnova Feb 23, 2021
a0b31a5
Merge branch 'gsl/develop' of https://github.com/NOAA-GSL/ccpp-physic…
tanyasmirnova Feb 23, 2021
9cd399d
Replace dry-air density to moist-air density in RRTMGP.
tanyasmirnova Feb 23, 2021
cae708d
fix for one more consistency check of ice number
gthompsnWRF Feb 24, 2021
f6d5fc1
small compile-time bug fixes
gthompsnWRF Feb 25, 2021
a2d800b
Update submodule pointer for physics/rte-rrtmgp
climbfuji Feb 25, 2021
5a9d256
Update submodule pointer for physics/rte-rrtmgp
tanyasmirnova Feb 25, 2021
8449be5
Merge pull request #4 from climbfuji/thomp_nc_density
tanyasmirnova Feb 25, 2021
4c74498
Bugfixes, performance improvements and formatting updates in physics/…
climbfuji Feb 26, 2021
f06e592
Merge pull request #5 from climbfuji/bugfixes_tanya_thomp_nc_density
tanyasmirnova Feb 26, 2021
a13ef16
adopt moist air density in place of dry air density
gthompsnWRF Feb 26, 2021
c82e501
Merge pull request #79 from tanyasmirnova/thomp_nc_density
DomHeinzeller Feb 26, 2021
e4cceef
Merge branch 'update_thompsonMP_20210213' of https://github.com/gthom…
climbfuji Feb 26, 2021
c6f1cab
Fix bug due to merge in physics/mp_thompson.F90
climbfuji Mar 1, 2021
2a2d750
finalze the correct min,max aerosol numbers with regard to air density
gthompsnWRF Mar 1, 2021
ca5ea32
Merge branch 'update_thompsonMP_20210213' of https://github.com/gthom…
climbfuji Mar 1, 2021
3f2c4e5
Make convert_dry_rho an input argument, fix a bug in the non-aerosol-…
climbfuji Mar 4, 2021
15f1aa7
More bugfixes for Thompson MP: set is_aerosol_aware in mp_thompson_in…
climbfuji Mar 5, 2021
1f664cf
update GFS_phys_time_vary.scm for NoahMP init changes and UGWP v1
grantfirl Mar 5, 2021
4d8f7f4
Bugfix of my own bugfix in physics/module_mp_thompson.F90: always ini…
climbfuji Mar 6, 2021
22f45dd
modify check for missing NoahMP input to initiate cold start in GFS_p…
grantfirl Mar 9, 2021
fd8f925
make cires_ugwpv1_module.F90/cires_ugwp1_init use the passed-in namelist
grantfirl Mar 9, 2021
c7e1b1d
Merge branch 'SCM_surface_update_20210305' into fix_UGWPv1_namelist
grantfirl Mar 10, 2021
f573390
physics/radlw_main.F90: apply local bounds for cloud effective radii …
climbfuji Mar 12, 2021
c579871
Bugfix for uninitialized variable in physics/module_bl_mynn.F90
climbfuji Mar 12, 2021
b23f06a
Bugfix in physics/module_sf_noahmplsm.f90 for uninitialized variable …
climbfuji Mar 15, 2021
b67acad
Bugfixes in UGWP v1 for uninitialized variable azmeti(jk-1)
climbfuji Mar 15, 2021
10f532c
Bugfix in physics/cires_ugwpv1_module.F90
climbfuji Mar 15, 2021
62df7ba
Adjust two tuning parameters for RUC LSM in physics/module_sf_ruclsm.…
climbfuji Mar 15, 2021
bbec192
Optimize initializing intent(out) variables in physics/module_sf_noah…
climbfuji Mar 15, 2021
8507df6
Merge pull request #80 from climbfuji/update_thompsonMP_20210213_merg…
DomHeinzeller Mar 16, 2021
b629944
Merge branch 'master' of https://github.com/NCAR/ccpp-physics into HEAD
climbfuji Mar 16, 2021
1488fa6
Merge pull request #82 from climbfuji/update_gsl_develop_from_master_…
DomHeinzeller Mar 18, 2021
48db7fb
Merge branch 'gsl/develop' of https://github.com/NOAA-GSL/ccpp-physic…
climbfuji Mar 30, 2021
e47c6ac
Add logic to convert dry/moist mixing ratios based on flag to GFS_sui…
climbfuji Mar 30, 2021
92e0702
Revert CODEOWNERS change
climbfuji Mar 30, 2021
baa3413
Merge branch 'master' of https://github.com/NCAR/ccpp-physics into up…
climbfuji Mar 30, 2021
4407a4c
Merge branch 'fix_UGWPv1_namelist' of https://github.com/grantfirl/cc…
climbfuji Mar 30, 2021
252d0d3
Bugfix in cires_ugwpv1_module.F90: add missing INTERNAL_FILE_NML logic
climbfuji Mar 30, 2021
5dbb259
Cleanup: use con_eps = con_rd/con_rv instead of 0.622 in many places
climbfuji Mar 30, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions physics/GFS_phys_time_vary.fv3.F90
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +446,6 @@ subroutine GFS_phys_time_vary_init (

eahxy(ix) = 2000.0_kind_phys

! eahxy = psfc*qv/(0.622+qv); qv is mixing ratio, converted from sepcific
! humidity specific humidity /(1.0 - specific humidity)

cmxy(ix) = zero
chxy(ix) = zero
fwetxy(ix) = zero
Expand Down
477 changes: 442 additions & 35 deletions physics/GFS_phys_time_vary.scm.F90

Large diffs are not rendered by default.

Loading