use named parameter for current and previous time step
Open
cesm-coupling
cleanup
standalone
- Dominant language
- Fortran
- Stars
- 59
- Forks
- 73
- Avg merge
- 5d 22h
- Merged PRs (30d)
- 2
Description
There are some array store values at previous and current time steps with (0:1) shape.
To make things clearer, these 0 and 1 magic numbers needs to be replaced with
```
integer, parameter :: prev_time = 0
integer, parameter :: curr_time = 1
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.