Skip to content

A typo in the mkurbanparMod.F90 code #3898

@YuanSun-UoM

Description

@YuanSun-UoM

Brief summary of bug

General bug information

Does this bug cause significantly incorrect results in the model's science?
No

Details of bug

In Line 305, CTSM/tools/mksurfdata_esmf/src/mkurbanparMod.F90,

if (allocated(data_o)) deallocate(data_o)
allocate(data_o(max_regions, ns_o), stat=ier)
if (ier/=0) call shr_sys_abort('error allocating data_i(max_regions, ns_o)')

The data_i(max_regions, ns_o) should be data_o(max_regions, ns_o).

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions