ESCOMP / ESCOMP/CTSM

Unused CTSM variable

Open
#4,101 1 comment 0 reactions 1 assignee Claimed by @mvdebolskiy View on GitHub
b4b code health
Dominant language
Fortran
Stars
352
Forks
361
Avg merge
2d 21h
Merged PRs (30d)
7

Description

### Brief summary of bug

```
$ grep -R -n qflx_evap_can_col ./*
./biogeophys/WaterFluxType.F90:48: real(r8), pointer :: qflx_evap_can_col (:) ! col evaporation from leaves and stems (mm H2O/s) (+ = to atm)
./biogeophys/WaterFluxType.F90:239: call AllocateVar1d(var = this%qflx_evap_can_col, name = 'qflx_evap_can_col', &
```
### General bug information

**CTSM version you are using:** master/latest

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

**Configurations affected:** All

### Details of bug

This should not even be allocated ever. There is qflx_evap_veg_col

### Important details of your setup / configuration so we can reproduce the bug

### Important output or errors that show the problem

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.