Skip to content

Commit

Permalink
Revealed hidden parameter in supercritical configs
Browse files Browse the repository at this point in the history
- A parameter was labelled with do_not_log=.true. because it used to
  be logged elsewhere but that code has since disappeared.
- No answer changes.
  • Loading branch information
adcroft committed Apr 5, 2017
1 parent adc9a01 commit dffb2cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/user/supercritical_initialization.F90
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ subroutine supercritical_set_OBC_data(OBC, G, param_file)
'supercritical_set_OBC_data() was called but OBC type was not initialized!')

call get_param(param_file, mod, "SUPERCRITICAL_ZONAL_FLOW", zonal_flow, &
default=8.57, do_not_log=.true.) ! Do not log avoids maintaining identical descriptions
"Constant zonal flow imposed at upstream open boundary.", &
units="m/s", default=8.57)

allocate(OBC%ubt_outer(G%IsdB:G%IedB,G%jsd:G%jed)) ; OBC%ubt_outer(:,:) = 0.0

Expand Down

0 comments on commit dffb2cd

Please sign in to comment.