Skip to content

Commit

Permalink
Merge branch 'main' into feature/ccpp_prebuild_chunked_array_support
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji authored Jan 17, 2024
2 parents f315339 + 87c2b32 commit da38696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mkstatic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1766,7 +1766,7 @@ def write(self, metadata_request, metadata_define, arguments, debug):
#the initialized_set_block for the init phase tries to reference the unavailable ccpp_t variable.
if (ccpp_stage == 'init' and not self.parents[ccpp_stage]):
ccpp_var.intent = 'in'
self.parents[ccpp_stage].update({ccpp_var.local_name:ccpp_var})
self.parents[ccpp_stage].update({ccpp_var.standard_name:ccpp_var})

# Get list of arguments, module use statement and variable definitions for this subroutine (=stage for the group)
(self.arguments[ccpp_stage], sub_module_use, sub_var_defs) = create_arguments_module_use_var_defs(
Expand Down

0 comments on commit da38696

Please sign in to comment.