Skip to content

Commit

Permalink
Fix spelling (Ohlman to Ohlmann)
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed Jul 30, 2024
1 parent 3afc81b commit a2630d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parameterizations/vertical/MOM_opacity.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ subroutine opacity_init(Time, G, GV, US, param_file, diag, CS, optics)
"valid options include:\n"//&
" \t\t MANIZZA_05 - Use Manizza et al., GRL, 2005. \n"//&
" \t\t MOREL_88 - Use Morel, JGR, 1988. \n"//&
" \t\t OHLMANN_03 - Use Ohlman, J Clim, 2003.", &
" \t\t OHLMANN_03 - Use Ohlmann, J Clim, 2003.", &
default=MANIZZA_05_STRING)
if (len_trim(tmpstr) > 0) then
tmpstr = uppercase(tmpstr)
Expand Down

0 comments on commit a2630d7

Please sign in to comment.