Skip to content

Commit

Permalink
minor text edit
Browse files Browse the repository at this point in the history
  • Loading branch information
chantelwetzel-noaa committed Oct 2, 2024
1 parent 6a1455e commit c908e2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/nwfscDiag.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ model_settings <- get_settings(

where the above example requests jitters, profiles, and retrospective models to be run for the model file specified above as the `base_model_name` with the profile setting set using `get_settings_profile()` above. Calling `model_settings` in the R terminal will show all default settings.

If `profile` is included in the run requested and `verbose = TRUE` in the `model_settings()` the values for each parameter profiled across will be printed to the screen. Reviewing this information prior to running all diagnostics can be useful to ensure the parameter range and step size was set correctly.
If `profile` is included in the run requested and `verbose = TRUE` in the `model_settings()` the values for each parameter profiled across will be printed to the screen. Reviewing this information prior to running all diagnostics can be useful to ensure the parameter range and step size was set correctly.

Run all diagnostics:

Expand Down Expand Up @@ -189,4 +189,4 @@ run_diagnostics(mydir = dir, model_settings = model_settings)
future::plan(future::sequential)
```

This same approach could be done with profiles, but is not recommended for models with convergance issues.
This same approach could be done with profiles, but is not recommended for models with convergence issues.

0 comments on commit c908e2e

Please sign in to comment.