Skip to content

Commit

Permalink
Merge pull request #1 from gustavo-marques/optics_mods_patch1
Browse files Browse the repository at this point in the history
Fix spelling (Ohlman to Ohlmann)
  • Loading branch information
fobryan3 authored Jul 30, 2024
2 parents 3afc81b + a2630d7 commit fbfbfa9
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 fbfbfa9

Please sign in to comment.