From bfc72d1cdd0449d2e0c548c7e43155cab4545813 Mon Sep 17 00:00:00 2001 From: "Michael Kavulich, Jr" Date: Wed, 3 Apr 2024 11:35:49 -0600 Subject: [PATCH] Finish addressing Tracys comments --- scm/doc/TechGuide/chap_ccpp.rst | 8 ++++---- scm/doc/TechGuide/chap_hsd.rst | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scm/doc/TechGuide/chap_ccpp.rst b/scm/doc/TechGuide/chap_ccpp.rst index 4a89dbd47..1f4e9f829 100644 --- a/scm/doc/TechGuide/chap_ccpp.rst +++ b/scm/doc/TechGuide/chap_ccpp.rst @@ -328,7 +328,7 @@ called ‘smoke’. .. code:: fortran call check(NF90_INQ_VARID(grp_ncid,"smoke",varID)) - call check(NF90_GET_VAR(grp_ncid,varID,input_smoke)) + call check(NF90_GET_VAR(grp_ncid,varID,input_smoke)) - set ``scm_input%input_smoke = input_smoke`` @@ -339,9 +339,9 @@ called ‘smoke’. .. code:: fortran do i=1, scm_state%n_cols - call interpolate_to_grid_centers(scm_input%input_nlev, scm_input%input_pres, scm_input%input_smoke, scm_state%pres_l(i,1,:), & - scm_state%n_levels, scm_state%state_tracer(i,1,:,scm_state%smoke_index,1), last_index_init, 1) - end do + call interpolate_to_grid_centers(scm_input%input_nlev, scm_input%input_pres, scm_input%input_smoke, scm_state%pres_l(i,1,:), & + scm_state%n_levels, scm_state%state_tracer(i,1,:,scm_state%smoke_index,1), last_index_init, 1) + end do - At this point, you have a new tracer initialized to values specified in the input file on the model vertical grid, but it is diff --git a/scm/doc/TechGuide/chap_hsd.rst b/scm/doc/TechGuide/chap_hsd.rst index 0c95d5d30..1d47ea6d1 100644 --- a/scm/doc/TechGuide/chap_hsd.rst +++ b/scm/doc/TechGuide/chap_hsd.rst @@ -3,7 +3,7 @@ Hierarchical Physics Development ================================ -:numref:`Chapter %c ` provides an overview of +:numref:`Chapter %c ` provides an overview of the tools supported by the Single Column Model (SCM) to faciliate hierarchical system development (HSD)