From b4a649a344a186c3be4ee6fd2d403ab22e498fa4 Mon Sep 17 00:00:00 2001 From: Megan Schatz <63426274+MSchatzUW@users.noreply.github.com> Date: Mon, 18 May 2020 14:50:32 -0700 Subject: [PATCH 1/2] Update pycmap_subset_DP.rst Megan's edits --- .../pycmap_api/data_retrieval/pycmap_subset_DP.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_subset_DP.rst b/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_subset_DP.rst index 28080a4..d16f62b 100644 --- a/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_subset_DP.rst +++ b/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_subset_DP.rst @@ -52,9 +52,9 @@ Data Subset: Depth Profile | -**Example 1:** +**Example 1** -This example retrieves a depth profile of in-situ chlorophyll concentration measurements by Argo Floats. +Retrieves a depth profile of in-situ chlorophyll concentration measurements by Argo Floats. .. code-block:: python @@ -82,10 +82,9 @@ This example retrieves a depth profile of in-situ chlorophyll concentration meas -**Example 2:** +**Example 2** - -This example retrieves a depth profile of modeled chlorophyll concentration estimated by Pisces, a weekly 0.5° resolution BioGeoChemical model. The last few lines of code (lines 22-25) create a simple plot showing the chlorophyll depth profile. The deep chlorophyll maximum (DCM) is approximately at 100 m, closely matching the in-situ observations by ARGO Floats (see Example 1). +Retrieves a depth profile of modeled chlorophyll concentration estimated by Pisces, a weekly 0.5° resolution BioGeoChemical model. The last few lines of code (lines 22-25) create a simple plot showing the chlorophyll depth profile. The deep chlorophyll maximum (DCM) is approximately at 100 m, closely matching the in-situ observations by ARGO Floats (see Example 1). .. code-block:: python @@ -130,6 +129,8 @@ Here is how to achieve the same results using a direct SQL statement. Please ref **Example:** +Retrieves a depth profile of modeled chlorophyll concentration estimated by Pisces, a weekly 0.5° resolution BioGeoChemical model. + .. code-block:: sql EXEC uspDepthProfile 'tblPisces_NRT', 'CHL', '2016-04-30', '2016-04-30', '20', '24', '-170', '-150', '0', '1500' From edd657b844261825c4bfb26c05c3de878778005f Mon Sep 17 00:00:00 2001 From: Megan Schatz <63426274+MSchatzUW@users.noreply.github.com> Date: Wed, 27 May 2020 21:41:25 -0700 Subject: [PATCH 2/2] Update pycmap_subset_DP.rst --- .../API_ref/pycmap_api/data_retrieval/pycmap_subset_DP.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_subset_DP.rst b/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_subset_DP.rst index d16f62b..68d2803 100644 --- a/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_subset_DP.rst +++ b/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_subset_DP.rst @@ -127,7 +127,7 @@ Here is how to achieve the same results using a direct SQL statement. Please ref EXEC uspDepthProfile 'tableName', 'variable', 'dt1', 'dt2', 'lat1', 'lat2', 'lon1', 'lon2', 'depth1', 'depth2' -**Example:** +**Example** Retrieves a depth profile of modeled chlorophyll concentration estimated by Pisces, a weekly 0.5° resolution BioGeoChemical model.