Skip to content
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

RRTMGP w/ GFS SDFs + some housekeeping #446

Merged
merged 62 commits into from
Aug 7, 2020
Merged
Show file tree
Hide file tree
Changes from 50 commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
5263dfa
Updated rte-rrtmgp submodule. Modified impacted interfaces in physics/
dustinswales Apr 23, 2020
066c357
Updated GP suite heating rates.
dustinswales Apr 27, 2020
c0c684c
Change nf90 mode from WRITE to NOWRITE.
dustinswales Apr 30, 2020
4909bb6
Fixed bug in pre radiation routine.
dustinswales Apr 30, 2020
c4ae368
Omission from previous commit
dustinswales Apr 30, 2020
fd8d3b4
Fix bug in sw cloud-optics band ordering.
dustinswales Apr 30, 2020
328a76b
Moved rte-rrtmgp cloud-sampling extension into ccpp-physics. Added ne…
dustinswales May 8, 2020
23e9675
Found bug in SW (snow) cloud-optics.
dustinswales May 8, 2020
156594c
Added in new overlap assumtion used in GFS_FV3_v16beta physics suite.
dustinswales May 11, 2020
d3a81cd
Added loop over second RNG call in overlap routine.
dustinswales May 11, 2020
0c43849
Added conditional statement to avoid divide by zero.
dustinswales May 11, 2020
4c8a581
Major reorganization of GFDLMP-2-RRTMGP interface.
dustinswales May 14, 2020
59d06ab
Bug fix and some housekeeping. Working for both EMC SDFs.
dustinswales May 15, 2020
506c29a
Housekeeping
dustinswales May 18, 2020
cfdf0bb
Fixed unit error in cloud-diagnostic call
dustinswales May 19, 2020
3e74dc2
Cleaned up optional arguments for rte routines.
dustinswales May 20, 2020
2a31351
Tidied up. Removed options not exercised. Replaced with errors.
dustinswales May 20, 2020
2264151
Replaced integer control over cloud-optics scheme with logics.
dustinswales May 20, 2020
1879026
Seperated cloud/precipitation optics.
dustinswales May 21, 2020
3375e32
Added pieces for combining cloud+precipitation optical properties. St…
dustinswales May 22, 2020
48e94f4
Some small changes. Minor differences in SW down at the surface still…
dustinswales May 26, 2020
333c30f
Moved copy statement into conditional statement.
dustinswales May 26, 2020
17e0382
Housekeeping
dustinswales May 27, 2020
f49767d
Add print statements for UFS debugging.
dustinswales May 28, 2020
70f1c0d
Cleanup SW cloud sampling routine.
dustinswales May 28, 2020
24376d3
Try using cloud-fraction for precipitation sampling.
dustinswales May 28, 2020
0d74833
Fixed nDay/nCol bug in sw cloud sampling.
dustinswales May 28, 2020
9d98056
Housekeeeping. Working with both EMC SDFs in SCM and UFS.
dustinswales May 28, 2020
499b3dd
Renamed sampling routines.
dustinswales Jun 1, 2020
19998f0
Merge pull request #458 from climbfuji/update_dtc_develop_from_ncar_m…
climbfuji Jun 8, 2020
4983b5b
Fixed bug in .meta file standard_name
dustinswales Jun 9, 2020
245dc3b
Updated rte-rrtmgp submodule.
dustinswales Jun 9, 2020
16ab876
Add LW Jacobians as interstitial fields.
dustinswales Jun 9, 2020
b00d5fb
Added new scheme for RRTMGP LW surface flux adjustment between radiat…
dustinswales Jun 11, 2020
4d21e5f
Changed intent of fields from in to inout.
dustinswales Jun 12, 2020
dbaba27
Make Jacbians optional inputs
dustinswales Jun 16, 2020
d8253bd
Fixed bug in previous commit.
dustinswales Jun 19, 2020
556c673
LW adjusted flux using GP Jacobians is working.
dustinswales Jun 19, 2020
0a5ab18
Moved rrtmgp_lwadj into conditional in GFS_suite_interstitial_2_run.
dustinswales Jun 23, 2020
ba62870
Merge branch 'master' of https://github.com/NCAR/ccpp-physics into HEAD
climbfuji Jun 29, 2020
1b9ef12
Merge pull request #464 from climbfuji/update_dtc_develop_from_master…
climbfuji Jun 30, 2020
5d956e6
Merge branch 'master' of https://github.com/NCAR/ccpp-physics into HEAD
climbfuji Jul 7, 2020
898db79
Merge pull request #468 from climbfuji/update_dtc_develop_from_master…
climbfuji Jul 8, 2020
0a0cbe2
Merge branch 'master' of https://github.com/NCAR/ccpp-physics into HEAD
climbfuji Jul 21, 2020
30b3ba4
Merge pull request #479 from climbfuji/update_dtc_develop_from_master…
climbfuji Jul 21, 2020
75cf9de
Merge branch 'master' of https://github.com/NCAR/ccpp-physics into dt…
dustinswales Jul 27, 2020
ba9ca9c
Working again....
dustinswales Jul 27, 2020
fea2491
Some bug fixes from previous commit. Now running
dustinswales Jul 28, 2020
7de2788
Merge branch 'physics_before_vacation' into dtc/develop
dustinswales Jul 28, 2020
ffce47b
Merge pull request #1 from NCAR/dtc/develop
panll Jul 30, 2020
fc7d561
Bug fix for rrfs_v1beta debug regression test
linlin-pan Jul 30, 2020
eba02e9
Update the codes according to the comments.
linlin-pan Jul 30, 2020
390e5d6
Add new cloud-overlap assumptions (see NCAR/ccpp-physics PR#477). Mov…
dustinswales Jul 30, 2020
a696a84
Added exponential-random and exponential cloud-overlap assumptions to…
dustinswales Jul 30, 2020
8a0f31b
Added RRTMGP interface for Zhao-Carr scheme.
dustinswales Jul 31, 2020
7fcec1f
Cleanup from Doms comments in PR 446
dustinswales Jul 31, 2020
b7c2a5e
Add optional to field in meta file
dustinswales Jul 31, 2020
0d72c53
Remove DDTs from argument list in GFS_rrtmgp_pre. Also removed use st…
dustinswales Jul 31, 2020
732fcd2
Removed all GFS DDTs. Replaced with flat fields. Physical constants a…
dustinswales Aug 2, 2020
405d5fc
All DDTs have been removed from argument lists. Physical constatns ha…
dustinswales Aug 3, 2020
7b6a9cf
Some changes to work in UFS.
dustinswales Aug 4, 2020
79c0a74
Merge branch 'dtc/develop' of https://github.com/panll/ccpp-physics i…
dustinswales Aug 5, 2020
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
596 changes: 596 additions & 0 deletions physics/GFS_cloud_diagnostics.F90

Large diffs are not rendered by default.

159 changes: 159 additions & 0 deletions physics/GFS_cloud_diagnostics.meta
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
########################################################################
[ccpp-arg-table]
name = GFS_cloud_diagnostics_run
type = scheme
[ncol]
standard_name = horizontal_loop_extent
long_name = horizontal dimension
units = count
dimensions = ()
type = integer
intent = in
optional = F
[nLev]
standard_name = vertical_dimension
long_name = number of vertical levels
units = count
dimensions = ()
type = integer
intent = in
optional = F
[lsswr]
standard_name = flag_to_calc_sw
long_name = logical flags for sw radiation calls
units = flag
dimensions = ()
type = logical
intent = in
optional = F
[lslwr]
standard_name = flag_to_calc_lw
long_name = logical flags for lw radiation calls
units = flag
dimensions = ()
type = logical
intent = in
optional = F
[lat]
standard_name = latitude
long_name = latitude
units = radian
dimensions = (horizontal_dimension)
type = real
intent = in
kind = kind_phys
dustinswales marked this conversation as resolved.
Show resolved Hide resolved
optional = F
[p_lay]
standard_name = air_pressure_at_layer_for_RRTMGP_in_hPa
long_name = air pressure at vertical layer for radiation calculation
units = hPa
dimensions = (horizontal_dimension,vertical_dimension)
type = real
kind = kind_phys
intent = in
optional = F
[cld_frac]
standard_name = total_cloud_fraction
long_name = layer total cloud fraction
units = frac
dimensions = (horizontal_dimension,vertical_dimension)
type = real
kind = kind_phys
intent = in
optional = F
[p_lev]
standard_name = air_pressure_at_interface_for_RRTMGP_in_hPa
long_name = air pressure at vertical interface for radiation calculation
units = hPa
dimensions = (horizontal_dimension,vertical_dimension_plus_one)
type = real
kind = kind_phys
intent = in
optional = F
[mtopa]
standard_name = model_layer_number_at_cloud_top
long_name = vertical indices for low, middle and high cloud tops
units = index
dimensions = (horizontal_dimension,3)
type = integer
intent = out
optional = F
[mbota]
standard_name = model_layer_number_at_cloud_base
long_name = vertical indices for low, middle and high cloud bases
units = index
dimensions = (horizontal_dimension,3)
type = integer
intent = out
optional = F
[de_lgth]
standard_name = cloud_decorrelation_length
long_name = cloud decorrelation length
units = km
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = in
optional = F
[deltaZ]
standard_name = layer_thickness
long_name = layer_thickness
units = m
dimensions = (horizontal_dimension,vertical_dimension)
type = real
kind = kind_phys
intent = in
optional = F
[cloud_overlap_param]
standard_name = cloud_overlap_param
long_name = cloud overlap parameter
units = km
dimensions = (horizontal_dimension,vertical_dimension)
type = real
kind = kind_phys
intent = in
optional = F
[precip_overlap_param]
standard_name = precip_overlap_param
long_name = precipitation overlap parameter
units = km
dimensions = (horizontal_dimension,vertical_dimension)
type = real
kind = kind_phys
intent = in
optional = F
[con_pi]
standard_name = pi
long_name = ratio of a circle's circumference to its diameter
units = none
dimensions = ()
type = real
kind = kind_phys
intent = in
optional = F
[cldsa]
standard_name = cloud_area_fraction_for_radiation
long_name = fraction of clouds for low, middle, high, total and BL
units = frac
dimensions = (horizontal_dimension,5)
type = real
kind = kind_phys
intent = out
optional = F
[errmsg]
standard_name = ccpp_error_message
long_name = error message for error handling in CCPP
units = none
dimensions = ()
type = character
kind = len=*
intent = out
optional = F
[errflg]
standard_name = ccpp_error_flag
long_name = error flag for error handling in CCPP
units = flag
dimensions = ()
type = integer
intent = out
optional = F
Loading