Skip to content

Commit

Permalink
Merge pull request mom-ocean#164 from gustavo-marques/LBD_regrid_merg…
Browse files Browse the repository at this point in the history
…ed_10nov2020

Major updates to the LBD module
  • Loading branch information
alperaltuntas authored Dec 14, 2020
2 parents 8215b70 + cf97095 commit eddbd6c
Show file tree
Hide file tree
Showing 4 changed files with 589 additions and 760 deletions.
2 changes: 1 addition & 1 deletion src/core/MOM.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2627,7 +2627,7 @@ subroutine initialize_MOM(Time, Time_init, param_file, dirs, CS, restart_CSp, &
endif

call tracer_advect_init(Time, G, US, param_file, diag, CS%tracer_adv_CSp)
call tracer_hor_diff_init(Time, G, US, param_file, diag, CS%tv%eqn_of_state, CS%diabatic_CSp, &
call tracer_hor_diff_init(Time, G, GV, US, param_file, diag, CS%tv%eqn_of_state, CS%diabatic_CSp, &
CS%tracer_diff_CSp)

call lock_tracer_registry(CS%tracer_Reg)
Expand Down
Loading

0 comments on commit eddbd6c

Please sign in to comment.