Skip to content

Commit

Permalink
Bug fix: remove invalid active attribute in several metadata files
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Mar 22, 2024
1 parent 9839680 commit 457d2ca
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion physics/GWD/cires_ugwp.meta
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,6 @@
dimensions = (horizontal_loop_extent,vertical_layer_dimension,cumulative_change_of_state_variables_outer_index_max)
type = real
kind = kind_phys
active = (flag_for_diagnostics_3D)
intent = inout
[dtidx]
standard_name = cumulative_change_of_state_variables_outer_index
Expand Down
1 change: 0 additions & 1 deletion physics/GWD/drag_suite.meta
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,6 @@
dimensions = (horizontal_loop_extent,vertical_layer_dimension,cumulative_change_of_state_variables_outer_index_max)
type = real
kind = kind_phys
active = (flag_for_diagnostics_3D)
intent = inout
[dtidx]
standard_name = cumulative_change_of_state_variables_outer_index
Expand Down
1 change: 0 additions & 1 deletion physics/GWD/gwdc_post.meta
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@
dimensions = (horizontal_loop_extent,vertical_layer_dimension,cumulative_change_of_state_variables_outer_index_max)
type = real
kind = kind_phys
active = (flag_for_diagnostics_3D)
intent = inout
[dtidx]
standard_name = cumulative_change_of_state_variables_outer_index
Expand Down
1 change: 0 additions & 1 deletion physics/GWD/rayleigh_damp.meta
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@
dimensions = (horizontal_loop_extent,vertical_layer_dimension,cumulative_change_of_state_variables_outer_index_max)
type = real
kind = kind_phys
active = (flag_for_diagnostics_3D)
intent = inout
[dtidx]
standard_name = cumulative_change_of_state_variables_outer_index
Expand Down
1 change: 0 additions & 1 deletion physics/PBL/HEDMF/hedmf.meta
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,6 @@
dimensions = (horizontal_loop_extent,vertical_layer_dimension,cumulative_change_of_state_variables_outer_index_max)
type = real
kind = kind_phys
active = (flag_for_diagnostics_3D)
intent = inout
[dtidx]
standard_name = cumulative_change_of_state_variables_outer_index
Expand Down
1 change: 0 additions & 1 deletion physics/SFC_Models/Lake/CLM/clm_lake.meta
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,6 @@
units = flag
dimensions = ()
type = logical
active = (control_for_lake_model_selection == 3)
intent = in
[clm_debug_print]
standard_name = flag_for_printing_in_clm_lake_model
Expand Down
3 changes: 0 additions & 3 deletions physics/smoke_dust/rrfs_smoke_wrapper.meta
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@
units = index
dimensions = ()
type = integer
active = (do_smoke_coupling)
intent = in
[dust_moist_correction_in]
standard_name = dust_moist_correction_fengsha_dust_scheme
Expand All @@ -144,7 +143,6 @@
dimensions = ()
type = real
kind = kind_phys
active = (do_smoke_coupling)
intent = in
[dust_drylimit_factor_in]
standard_name = dust_drylimit_factor_fengsha_dust_scheme
Expand All @@ -153,7 +151,6 @@
dimensions = ()
type = real
kind = kind_phys
active = (do_smoke_coupling)
intent = in
[aero_ind_fdb_in]
standard_name = do_smoke_aerosol_indirect_feedback
Expand Down

0 comments on commit 457d2ca

Please sign in to comment.