Skip to content

Commit

Permalink
Add intent to SPP variables in meta file.
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBeck-NOAA committed Apr 6, 2022
1 parent 6342e52 commit 16993b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions physics/mp_thompson.meta
Original file line number Diff line number Diff line change
Expand Up @@ -659,20 +659,23 @@
units = count
dimensions = ()
type = integer
intent = in
[spp_prt_list]
standard_name = magnitude_of_spp_perturbations
long_name = magnitude of spp perturbations
units = 1
dimensions = (number_of_spp_schemes_perturbed)
type = real
kind = kind_phys
intent = in
[spp_stddev_cutoff]
standard_name = magnitude_of_spp_standard_deviation_cutoff
long_name = magnitude of spp standard deviation cutoff
units = 1
dimensions = (number_of_spp_schemes_perturbed)
type = real
kind = kind_phys
intent = in
[errmsg]
standard_name = ccpp_error_message
long_name = error message for error handling in CCPP
Expand Down

0 comments on commit 16993b9

Please sign in to comment.