From 48f5312c33c52d272a98ea3d839ccc766830e3f8 Mon Sep 17 00:00:00 2001 From: Shengting Cui Date: Tue, 27 Aug 2024 20:38:25 +0000 Subject: [PATCH] Revision with the update --- doc/NextGen_ON_CONUS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/NextGen_ON_CONUS.md b/doc/NextGen_ON_CONUS.md index 1e4feaf0ae..a5a25c6907 100644 --- a/doc/NextGen_ON_CONUS.md +++ b/doc/NextGen_ON_CONUS.md @@ -195,7 +195,7 @@ The abbreviation used for submodule names in the table: # Run Computation with Topmodel -Running Topmodel is similar to running CFE model. The build process is the same as described above in the [Build the Executable](#build-the-executable) using the same build script. In the realization configuration file, you will just need to replace the part for CFE submodule with the one for Topmodel submodule. Note that Topmodel uses different initial configuration data and parameters that need to be generated. For this we refer the users to githup home page for [Topmodel](https://github.com/NOAA-OWP/topmodel) for more in depth discussion. In the following, we provide two examples for illustration. Note that in the examples we tested with the realization configuration files provided, the so called `synthetic TWI (Topographic Wetness Index)`, i.e., the same initial configuration file for all catchments is used to make the computation simple. In addition, when running Topmodel with SoilMoistureProfiles submodule, a different initial config (config_topmodel.txt) for SMP than for CFE is needed. For simplicity, we also used the same initial config on entire CONUS. Note also that, for Topmodel, some of the realization configurations do not need `sloth` submodule for initialization. +Running Topmodel is similar to running CFE model. The build process is the same as described above in the [Build the Executable](#build-the-executable) using the same build script. In the realization configuration file, you will just need to replace the part for CFE submodule with the one for Topmodel submodule. Note that Topmodel uses different initial configuration data and parameters that need to be generated. For this we refer the users to githup home page for [Topmodel](https://github.com/NOAA-OWP/topmodel) for more in depth discussion. In the following, we provide two examples for illustration. Note that in the examples we tested with the realization configuration files that used the so called `synthetic TWI (Topographic Wetness Index)`, i.e., the same initial configuration file for all catchments to make the computation simple. Also, for Topmodel, some of the realization configurations do not need `sloth` submodule for initialization. For a relatively simple example involving just two submodules, you can run the following command: @@ -225,7 +225,7 @@ The wall clock timing in our tests for various realization configurations runnin # Run Computation with LASAM -Running Lumped Arid/Semi-arid Model (LASAM) is similar to running CFE and Topmodel model. The build process is the same as described above in the [Build the Executable](#build-the-executable) using the same build script. In the realization configuration file, you will need to replace the part for CFE or Topmodel submodule with the one for [LASAM](https://github.com/NOAA-OWP/LGAR-C) submodule. For the initial configuration and parameters, for the computation results reported here, we have used the same one for all catchments on CONUS for testing purpose. The initial configuration is a work in progress and when the more realstic initial configuration becomes available, we will repeat the calculations and update the results. It is noted that different initial condition file for LASAM, `config_layered.txt`, is needed for SMP from CFE, where an equivalent of `config_conceptual.txt (SoilMoistureProfile_{{id}}.ini` is used. This is similar as in the case for Topmodel. +Running Lumped Arid/Semi-arid Model (LASAM) is similar to running CFE and Topmodel model. The build process is the same as described above in the [Build the Executable](#build-the-executable) using the same build script. In the realization configuration file, you will need to replace the part for CFE or Topmodel submodule with the one for [LASAM](https://github.com/NOAA-OWP/LGAR-C) submodule. For the initial configuration and parameters, for the computation results reported here, we have used the same one for all catchments on CONUS for testing purpose. The initial configuration is a work in progress and when the more realstic initial configuration becomes available, we will repeat the calculations and update the results. It is noted that different initial condition file for LASAM, `config_layered.txt`, is needed for SMP from CFE, where an equivalent of `config_conceptual.txt (SoilMoistureProfile_{{id}}.ini` is used. This is reflected in the realization configuration files. To run one of the example realization configs, you can execute the following command: