Skip to content

Commit 552d948

Browse files
Rename some standard_names, change a unit, and remove a "use physcons"
1 parent aaca3b0 commit 552d948

4 files changed

+8
-9
lines changed

physics/mynnedmf_wrapper.meta

+1-1
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,7 @@
12831283
[bl_mynn_closure]
12841284
standard_name = control_for_closure_level_in_mellor_yamada_nakanishi_niino_pbl_scheme
12851285
long_name = flag to determine the closure level for the mynn
1286-
units = flag
1286+
units = 1
12871287
dimensions = ()
12881288
type = real
12891289
intent = in

physics/mynnsfc_wrapper.meta

+6-6
Original file line numberDiff line numberDiff line change
@@ -158,28 +158,28 @@
158158
type = integer
159159
intent = in
160160
[isftcflx]
161-
standard_name = flag_for_thermal_roughness_lengths_over_water_in_mynnsfclay
161+
standard_name = control_for_thermal_roughness_lengths_over_water
162162
long_name = flag for thermal roughness lengths over water in mynnsfclay
163-
units = flag
163+
units = 1
164164
dimensions = ()
165165
type = integer
166166
intent = in
167167
[iz0tlnd]
168-
standard_name = flag_for_thermal_roughness_lengths_over_land_in_mynnsfclay
168+
standard_name = control_for_thermal_roughness_lengths_over_land
169169
long_name = flag for thermal roughness lengths over land in mynnsfclay
170-
units = flag
170+
units = 1
171171
dimensions = ()
172172
type = integer
173173
intent = in
174174
[sfclay_compute_flux]
175-
standard_name = flag_for_computing_surface_scalar_fluxes_in_mynnsfclay
175+
standard_name = do_compute_surface_scalar_fluxes
176176
long_name = flag for computing surface scalar fluxes in mynnsfclay
177177
units = flag
178178
dimensions = ()
179179
type = logical
180180
intent = in
181181
[sfclay_compute_diag]
182-
standard_name = flag_for_computing_surface_diagnostics_in_mynnsfclay
182+
standard_name = do_compute_surface_diagnostics
183183
long_name = flag for computing surface diagnostics in mynnsfclay
184184
units = flag
185185
dimensions = ()

smoke/module_plumerise1.F90

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ subroutine ebu_driver ( data,flam_frac,ebb_smoke,ebu, &
4545
its,ite, jts,jte, kts,kte, errmsg, errflg)
4646

4747
use rrfs_smoke_config
48-
use physcons
4948
use plume_data_mod
5049
USE module_zero_plumegen_coms
5150
USE module_smoke_plumerise

smoke/rrfs_smoke_wrapper.meta

+1-1
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@
610610
type = integer
611611
intent = in
612612
[addsmoke_flag_in]
613-
standard_name = rrfs_smoke_addsmoke_flag
613+
standard_name = control_for_smoke_biomass_burning_emissions
614614
long_name = rrfs smoke add smoke option
615615
units = index
616616
dimensions = ()

0 commit comments

Comments
 (0)