From 7a0e1e2ab6494ffaf20bd14a62ee53a90a52aa1b Mon Sep 17 00:00:00 2001 From: iri01 Date: Fri, 1 Mar 2024 22:56:21 +0000 Subject: [PATCH] Fix to canopy arrays definitions: add intent --- physics/satmedmfvdifq.meta | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/physics/satmedmfvdifq.meta b/physics/satmedmfvdifq.meta index cef8332a8..2029d4015 100644 --- a/physics/satmedmfvdifq.meta +++ b/physics/satmedmfvdifq.meta @@ -604,6 +604,7 @@ dimensions = (horizontal_loop_extent) type = real kind = kind_phys + intent = in [cfch] standard_name = canopy_forest_height long_name = canopy forest height @@ -611,6 +612,7 @@ dimensions = (horizontal_loop_extent) type = real kind = kind_phys + intent = in [cfrt] standard_name = canopy_forest_fraction long_name = canopy forest fraction @@ -618,6 +620,7 @@ dimensions = (horizontal_loop_extent) type = real kind = kind_phys + intent = in [cclu] standard_name = canopy_clumping_index long_name = canopy clumping index @@ -625,6 +628,7 @@ dimensions = (horizontal_loop_extent) type = real kind = kind_phys + intent = in [cpopu] standard_name = canopy_population_density long_name = population density used for canopy correction @@ -632,6 +636,7 @@ dimensions = (horizontal_loop_extent) type = real kind = kind_phys + intent = in #IVAI [sfc_rlm] standard_name = choice_of_near_surface_mixing_length_in_boundary_layer_mass_flux_scheme @@ -733,12 +738,14 @@ units = count dimensions = () type = integer + intent = out [naux3d] standard_name = number_of_3d_auxiliary_arrays long_name = number of 3d auxiliary arrays to output (for debugging) units = count dimensions = () type = integer + intent = out [aux2d] standard_name = auxiliary_2d_arrays long_name = auxiliary 2d arrays to output (for debugging) @@ -746,6 +753,7 @@ dimensions = (horizontal_loop_extent,number_of_3d_auxiliary_arrays) type = real kind = kind_phys + intent = out [aux3d] standard_name = auxiliary_3d_arrays long_name = auxiliary 3d arrays to output (for debugging) @@ -753,4 +761,5 @@ dimensions = (horizontal_loop_extent,vertical_layer_dimension,number_of_3d_auxiliary_arrays) type = real kind = kind_phys + intent = out #IVAI