From 82027d19934de3e233472885d9c7d407cf06c1a4 Mon Sep 17 00:00:00 2001 From: mike-dixon Date: Sat, 30 Nov 2024 10:00:18 -0700 Subject: [PATCH] Adding docs/runtime/env_vars.md --- docs/runtime/env_vars.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/runtime/env_vars.md b/docs/runtime/env_vars.md index 1097215d0..e8da502b6 100644 --- a/docs/runtime/env_vars.md +++ b/docs/runtime/env_vars.md @@ -21,9 +21,5 @@ and distributed server system). | SPDB_ALLOW_NO_LOCK | undefined | If set to "true", the Spdb library will not require a lock on the data base files for reads. Locks are still required for writes. This may be used if you are reading data across a cross-mount for which file locking is not implemented. However, the better strategy is to contact a server which has local access to the data. | Spdb | | CLOSE_SOCKET_IN_CHILD | undefined | If set to "true", the servers will close the listening socket in child processes. This should not be necessary, but was for Linux kernels 2.0.x, and possibly earlier kernels. It is not necessary on Solaris or Linux potato or kernels 2.4 and later. Only set this variable if your system is getting too many open files. You can check this with the 'lsof' command. | dsserver | | MAX_FORECAST_LEAD_DAYS | 10 | When seraching a directory for data stored in forecast file name format (yyyymmdd/g_hhmmss/f_ssssssss.ext) the library needs to know how far back in time to look for forecast data which may be valid at the current time. It looks back a maximum of this number of days. | didss | -| MDV_WRITE_FORMAT | FORMAT_NCF | Format for writing MDV files. Options are: -* FORMAT_NCF (NetCDF CF, the default) -* FORMAT_MDV (legacy 32-bit format) -* FORMAT_XML (XML header and data buffer) -| Mdvx | +| MDV_WRITE_FORMAT | FORMAT_NCF | Format for writing MDV files. Options are: | Mdvx |