Skip to content

Commit

Permalink
correct tidal energy file dir
Browse files Browse the repository at this point in the history
  • Loading branch information
alperaltuntas committed Apr 1, 2018
1 parent a3155d6 commit 2430f6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parameterizations/vertical/MOM_tidal_mixing.F90
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ logical function tidal_mixing_init(Time, G, GV, param_file, diag, CS)
"The path to the file containing tidal energy \n"//&
"dissipation. Used with CVMix tidal mixing schemes.", &
fail_if_missing=.true.)
tidal_energy_file = trim(CS%inputdir) // trim(tidal_energy_file)
call get_param(param_file, mdl, "TIDAL_ENERGY_TYPE",tidal_energy_type, &
"The type of input tidal energy flux dataset.",&
fail_if_missing=.true.)
Expand Down

0 comments on commit 2430f6e

Please sign in to comment.