aosprey / mckpp-f90

Multi-Column configuration of the K Profile Parameterisation mixed-layer ocean model (F90 version)
GNU General Public License v3.0
2 stars 0 forks source link

Tidy up namelist variable declarations. #30

Closed aosprey closed 1 year ago

aosprey commented 1 year ago

Make sure variables declared above each namelist are the ones listed in the namelist. Solves some variables declared before they are used, and gets rid of some variables that are declared and not used in this version of the code at all.