Skip to content

Commit

Permalink
Merge pull request #1 from grantfirl/feature/nsslmicro_gjf
Browse files Browse the repository at this point in the history
Couple of bugfixes
  • Loading branch information
MicroTed committed Feb 1, 2022
2 parents f1d49d1 + 94db3c0 commit a51c4a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions physics/GFS_suite_interstitial.meta
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@
standard_name = flag_convective_tracer_transport_interstitial
long_name = flag for interstitial tracer transport
units = flag
dimensions = (number_of_tracers_plus_one)
dimensions = (number_of_tracers)
type = logical
intent = in
[im]
Expand Down Expand Up @@ -1854,7 +1854,7 @@
standard_name = flag_convective_tracer_transport_interstitial
long_name = flag for interstitial tracer transport
units = flag
dimensions = (number_of_tracers_plus_one)
dimensions = (number_of_tracers)
type = logical
intent = in
[errmsg]
Expand Down
4 changes: 2 additions & 2 deletions physics/module_MYNNPBL_wrapper.meta
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
standard_name = cloud_condensation_nuclei_number_concentration
long_name = number concentration of cloud condensation nuclei
units = kg-1
dimensions = (horizontal_loop_extent,vertical_dimension)
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
type = real
kind = kind_phys
intent = inout
Expand Down Expand Up @@ -1006,7 +1006,7 @@
standard_name = tendency_of_cloud_condensation_nuclei_number_concentration_due_to_model_physics
long_name = number concentration of cloud condensation nuclei tendency due to model physics
units = kg-1 s-1
dimensions = (horizontal_loop_extent,vertical_dimension)
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
type = real
kind = kind_phys
intent = inout
Expand Down
3 changes: 1 addition & 2 deletions physics/mp_nssl.meta
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
standard_name = geopotential_at_interface
long_name = geopotential at model layer interfaces
units = m2 s-2
dimensions = (horizontal_loop_extent,vertical_dimension_plus_one)
dimensions = (horizontal_loop_extent,vertical_interface_dimension)
type = real
kind = kind_phys
intent = in
Expand Down Expand Up @@ -632,4 +632,3 @@
dimensions = ()
type = integer
intent = out

0 comments on commit a51c4a2

Please sign in to comment.