From 58b403eb7ce3a2a2a632fb4d9056f1ae8492bcf1 Mon Sep 17 00:00:00 2001
From: chantelwetzel-noaa Another way to do handle directory management is by using a project
file and the The nwfscDiag
Chantel
Wetzel
- 2024-10-17
+ 2024-11-13
Source: vignettes/nwfscDiag.Rmd
nwfscDiag.Rmd
Example: Run all diagnosticsbase_model_name <- "base model"
here
package:directory <- here::here("models")
+
directory <- here::here("models")
base_model_name <- "base model"
get_settings_profile()
specifies which parameters to
run a profile for and the parameter ranges for each profile. The low and
@@ -202,7 +202,7 @@ Example: Run all diagnosticsExample: Run a single profile
library(nwfscDiag)
-directory <- here::here("models")
+directory <- here::here("models")
base_model_name <- "base model"
profile_settings <- get_settings_profile(
@@ -226,7 +226,7 @@
Example: Run a single profileExample: Run jitters
library(nwfscDiag)
-directory <- here::here("models")
+directory <- here::here("models")
base_model_name <- "base model"
model_settings <- get_settings(
@@ -243,7 +243,7 @@
Example: Run jittersExample: Run retrospectives
library(nwfscDiag)
-directory <- here::here("models")
+directory <- here::here("models")
base_model_name <- "base model"
model_settings <- get_settings(
@@ -263,7 +263,7 @@
Example: Rerun select values
that failed to converge in the profile. The
rerun_profile_vals()
function allows users to do this.
library(nwfscDiag)
-directory <- here::here("models")
+directory <- here::here("models")
base_model_name <- "base model"
rerun_profile_vals(
mydir = file.path(model_dir, base_name),
diff --git a/pkgdown.yml b/pkgdown.yml
index 3edfe1a..495d105 100644
--- a/pkgdown.yml
+++ b/pkgdown.yml
@@ -3,4 +3,4 @@ pkgdown: 2.1.1
pkgdown_sha: ~
articles:
nwfscDiag: nwfscDiag.html
-last_built: 2024-10-17T16:04Z
+last_built: 2024-11-13T15:20Z