Skip to content

Commit

Permalink
Adding docs/runtime/env_vars.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dixon committed Nov 30, 2024
1 parent 4a419d3 commit 7148039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/runtime/env_vars.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ and distributed server system).
| 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: <ul><li>FORMAT_NCF (NetCDF CF, the default)</li><li>FORMAT_MDV (legacy 32-bit format)</li><li>FORMAT_XML (XML header and data buffer)</li></ul> | Mdvx |
| MDV_WRITE_USING_EXTENDED_PATHS | FALSE | Tells MDV apps to add the date to the file name. <p>Options are: <ul><li>TRUE</li><li>FALSE</li></ul> <p>If TRUE<p>``` yyyymmdd/hhmmss.mdv``` becomes <p>``` yyyymmdd/yyyymmdd_hhmmss.mdv``` | Mdvx |
| MDV_WRITE_ADD_YEAR_SUBDIR | FALSE | Tells MDV apps to prepend the date to the output path. <p>Options are: <ul><li>TRUE</li><li>FALSE</li></ul> <p>If TRUE, ```yyyymmdd/hhmmss.mdv``` becomes ```yyyy/yyyymmdd/hhmmss.mdv``` | Mdvx |
| MDV_WRITE_USING_EXTENDED_PATHS | FALSE | Tells MDV apps to add the date to the file name. <p>Options are: <ul><li>TRUE</li><li>FALSE</li></ul> <p>If TRUE<p>``` yyyymmdd/hhmmss.mdv```<p>becomes <p>``` yyyymmdd/yyyymmdd_hhmmss.mdv``` | Mdvx |
| MDV_WRITE_ADD_YEAR_SUBDIR | FALSE | Tells MDV apps to prepend the date to the output path. <p>Options are: <ul><li>TRUE</li><li>FALSE</li></ul> <p>If TRUE<p>``` yyyymmdd/hhmmss.mdv```<p>becomes<p>``` yyyy/yyyymmdd/hhmmss.mdv``` | Mdvx |
| MDV_WRITE_ADD_YEAR_SUBDIR | FALSE | Tells MDV apps to prepend the date to the output path. <p>Options are: <ul><li>TRUE</li><li>FALSE</li></ul> <p>If TRUE, ```yyyymmdd/hhmmss.mdv``` becomes ```yyyy/yyyymmdd/hhmmss.mdv``` | Mdvx |

0 comments on commit 7148039

Please sign in to comment.