From 73df9251b34a7c06ad7fd2e5798c4f9c01dec2e9 Mon Sep 17 00:00:00 2001 From: Michael Barlage Date: Thu, 15 Dec 2022 13:12:36 -0700 Subject: [PATCH] Add processing of soil color to sfc_climo_gen (#721) Update the sfc_climo_gen source code and script to process new CLM soil color data. Update the associated 'readthedocs' documentation. Fixes #720. --- docs/source/ufs_utils.rst | 3 +++ sorc/sfc_climo_gen.fd/driver.F90 | 10 ++++++++++ sorc/sfc_climo_gen.fd/interp.F90 | 15 ++++++++++++--- sorc/sfc_climo_gen.fd/output.f90 | 3 +++ sorc/sfc_climo_gen.fd/program_setup.f90 | 3 ++- sorc/sfc_climo_gen.fd/search.f90 | 2 ++ ush/sfc_climo_gen.sh | 1 + 7 files changed, 33 insertions(+), 4 deletions(-) diff --git a/docs/source/ufs_utils.rst b/docs/source/ufs_utils.rst index 6ae0ae5ae..48515443d 100644 --- a/docs/source/ufs_utils.rst +++ b/docs/source/ufs_utils.rst @@ -502,6 +502,7 @@ Program execution is controlled via a namelist. The namelist variables are: * input_snowfree_albedo_file - path/name of input snow-free albedo data * input_slope_type_file - path/name of input global slope type data * input_soil_type_file - path/name of input soil type data + * input_soil_color_file - path/name of input soil color data * input_vegetation_type_file - path/name of vegetation type data * input_vegetation_greenness_file - path/name of monthly vegetation greenness data * mosaic_file_mdl - path/name of the model mosaic file @@ -524,6 +525,7 @@ The surface climatological data is located here `./fix/fix_sfc_climo