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: use delt,delq instead of worka,workb
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. Since 'worka' is also used later on for snow redistribution computation, let's keep its declaration. Closes CICE-Consortium#375
- Loading branch information