forked from CICE-Consortium/Icepack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
icepack_therm_vertical: rename worka,workb to delt,delq
In icepack_therm_vertical::icepack_step_therm1, the local variables 'worka' and 'workb' are sent to icepack_atmo::icepack_atm_boundary as the 'delt' and 'delq' arguments. This is the sole use of these variables in icepack_step_therm1. These names date back to the use of global, temporary work arrays in CICE4. Even if their values are not used, let's make the code clearer by renaming the local variables delt and delq. Closes CICE-Consortium#375
- Loading branch information
1 parent
8a84662
commit aa5fbfa
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters