From f6016af624c15dc417c0fcaec126421d786de780 Mon Sep 17 00:00:00 2001 From: Heather Welch Date: Mon, 16 Apr 2018 12:18:02 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de7f151..33b6082 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Welch et al. "Practical considerations for operationalizing dynamic management t Hazen et al. 2017. "WhaleWatch: a dynamic management tool for predicting blue whale density in the California Current." Journal of Applied Ecology 54: 1415-1428. ### Description of scripts -**1. Get_Env_Data_A.R** (run once at beginning of the day): Get data sequence number one : Create final and temporary directories, acquire all static variables. -**2. Get_Env_Data_B.R** (run multiple times during the day): Get data sequence number two : See which dynamic variables are missing. If none are missing, run EcoCast. If variables are missing, attempt to download missing variables. See which dynamic variables are still missing after download attempt. If none are missing, run EcoCast. +**1. Get_Env_Data_A.R** (run once at beginning of the day): Get data sequence number one : Create final and temporary directories, acquire all static variables. +**2. Get_Env_Data_B.R** (run multiple times during the day): Get data sequence number two : See which dynamic variables are missing. If none are missing, run EcoCast. If variables are missing, attempt to download missing variables. See which dynamic variables are still missing after download attempt. If none are missing, run EcoCast. **3. Get_Env_Data_C.R** (run once at end of the day): Get data sequence number three : Evaluates the most recent version of environmental data available, and then runs EcoCast. Script will not overwrite pre-existing final products (i.e. if final products were created by Get_Env_Data_B.R).