Skip to content

Commit

Permalink
Added description for log_version in MOM_open_boundary
Browse files Browse the repository at this point in the history
- We now require log_version to have a description for module logging
  so that parameters are logged in MOM_parameter_doc.* files in labeled
  regions.
- No answer changes.
  • Loading branch information
adcroft committed Jul 1, 2016
1 parent cff9f0e commit be8080a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/MOM_open_boundary.F90
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ subroutine open_boundary_config(G, param_file, OBC)

allocate(OBC)

call log_version(param_file, mod, version)
call log_version(param_file, mod, version, "Controls where open boundaries are located, what "//&
"kind of boundary condition to impose, and what data to apply, if any.")
call get_param(param_file, mod, "APPLY_OBC_U", OBC%apply_OBC_u, &
"If true, open boundary conditions may be set at some \n"//&
"u-points, with the configuration controlled by OBC_CONFIG", &
Expand Down

0 comments on commit be8080a

Please sign in to comment.