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

support for removal of GFS DDTs from CCPP physics #162

Prev Previous commit
Next Next commit
Merge branch 'develop' into GFS_DDT_removal_from_CCPP_physics_support
  • Loading branch information
grantfirl committed Sep 3, 2020
commit 3465bbaf02a053e1e23de5da53268c24e9be9c09
3 changes: 2 additions & 1 deletion gfsphysics/GFS_layer/GFS_typedefs.meta
Original file line number Diff line number Diff line change
@@ -4672,7 +4672,7 @@
kind = kind_phys
[xlon_d]
standard_name = longitude_in_degree
long_name = longitude in degrees
long_name = longitude in degree east
units = degree_east
dimensions = (horizontal_dimension)
type = real
@@ -4928,6 +4928,7 @@
dimensions = (horizontal_dimension,number_of_cloud_types_CS)
type = real
kind = kind_phys
active = (number_of_cloud_types_CS > 0 .and. flag_for_Chikira_Sugiyama_deep_convection)
[phy_f2d(:,index_for_surface_air_pressure_two_timesteps_back)]
standard_name = surface_air_pressure_two_timesteps_back
long_name = surface air pressure two timesteps back
You are viewing a condensed version of this merge commit. You can view the full changes here.