From 16f5e8c97da2975a7807c4d3cfac5a23b9bbd810 Mon Sep 17 00:00:00 2001 From: drnimbusrain Date: Thu, 14 Sep 2023 11:18:21 -0400 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fc1d3d5..a51d8fa7 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ You can also [generate global inputs using Python (see python/global_data_proces | `time_start` | Start/initial time stamp in YYYY-MM-DD-HH:MM:SS.SSSS for simulation/observation inputs | | `time_end` | End time stamp in YYYY-MM-DD-HH:MM:SS.SSSS for simulation/observation inputs | | `ntime` | Number of time steps for simulation/observation inputs | -| `time_intvl` | Integer time interval for simulation/observation inputs in seconds (default = 3600) | +| `time_intvl` | Integer time interval for simulation/observation input time steps in seconds (default = 3600) | | `nlat` | number of latitude cells (must match # of LAT in `file_vars` above) | | `nlon` | number of longitude cells (must match # of LON in `file_vars` above) | | `modlays` | number of model (below and above canopy) layers |