Skip to content

use named parameter for current and previous time step #532

@nmizukami

Description

@nmizukami

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    cesm-couplingFor cesm couplingcleanupclean up the codes (remove unnecessary lines, indentation, styles)standaloneFor stand-alone run

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions