<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Cannot Run Example 01</title>
  <link rel="self" href="https://dlt-acc.firelay.cloud/c/message_boards/find_thread?p_l_id=3231581&amp;threadId=3350336" />
  <subtitle>Cannot Run Example 01</subtitle>
  <id>https://dlt-acc.firelay.cloud/c/message_boards/find_thread?p_l_id=3231581&amp;threadId=3350336</id>
  <updated>2026-05-15T15:07:51Z</updated>
  <dc:date>2026-05-15T15:07:51Z</dc:date>
  <entry>
    <title>Cannot Run Example 01</title>
    <link rel="alternate" href="https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=3231581&amp;messageId=3350335" />
    <author>
      <name>Benjamin Tyner</name>
    </author>
    <id>https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=3231581&amp;messageId=3350335</id>
    <updated>2020-04-29T23:57:52Z</updated>
    <published>2020-04-29T23:53:31Z</published>
    <summary type="html">Hello,I cannot seem to run example 01 after compilation on Windows. Here is the error I am getting&lt;br /&gt;MP_NUM_THREADS is 2&lt;br /&gt;Working directory: C:\Users\tynerb\Desktop\d3dfmt\src\bin\x64\dflowfm\scripts&lt;br /&gt;D3D_HOME         : C:\Users\tynerb\Desktop\d3dfmt\src\bin\x64\dflowfm\scripts\..\..\..&lt;br /&gt;ARCH             : x64&lt;br /&gt;executing: &amp;#34;C:\Users\tynerb\Desktop\d3dfmt\src\bin\x64\dflowfm\scripts\..\..\..\x64\dflowfm\bin\dflowfm-cli.exe&amp;#34; --nodisplay --autostartstop&lt;br /&gt; Error: Missing arguments.&lt;br /&gt; Usage: dflowfm-cli [OPTIONS] [FILE]... FILE may be one of the following types:&lt;br /&gt;  *.mdu                 model definition file&lt;br /&gt;  *.cfg                 display settings file&lt;br /&gt;  *.pol, *.xyz, etc.    additional model files Options:&lt;br /&gt;   --autostart MDUFILE&lt;br /&gt;       Auto-start the model run, and wait upon completion.   --autostartstop MDUFILE&lt;br /&gt;       Auto-start the model run, and exit upon completion.   --noautostart MDUFILE&lt;br /&gt;       Disable any AutoStart option in the MDU file (if any).   --partition: OPTS (MDUFILE|NETFILE) [POLFILE]&lt;br /&gt;       Partitions the unstructured model+grid in MDUFILE into multiple files.&lt;br /&gt;              or: the unstructured grid in NETFILE into multiple files.       POLFILE is an optional polygon file which defines the partitions.&lt;br /&gt;       Only used when ndomains in OPTS is undefined or 0.       OPTS is a colon-separated list opt1=val1:opt2=val2:...&lt;br /&gt;         ndomains  = N     Number of partitions.&lt;br /&gt;         method    = [01]  Partition method: Recursive Bisection(0), K-Way(1).&lt;br /&gt;         genpolygon= [01]  Generate partition polygon(1), or not (0).&lt;br /&gt;         contiguous= [01]  Enforce contiguous grid cells in each domain.&lt;br /&gt;                           Only available when K-Way is enabled (method=1).&lt;br /&gt;         icgsolver = [67]  Parallel CG solver (When MDUFILE is specified).&lt;br /&gt;                           6: PETSc (recommended), 7: parallel GS+CG.&lt;br /&gt;         ugrid     = [01]  write cf UGRID 0.8 (0, default) or UGRID 1.0 (1)   -t N, --threads N&lt;br /&gt;       Set maximum number of OpenMP threads. N must be a positive integer.   --processlibrary PROCESSLIBRARYFILE&lt;br /&gt;       Specify the process library file to be used for water quality processes.   --bloomspecies BLOOMSPECIESFILE&lt;br /&gt;       Specify the BLOOM species definition file to be used for water quality pr&lt;br /&gt; ocesses.   --refine: OPTS NETFILE&lt;br /&gt;       Refine the unstructured grid in NETFILE from commandline.&lt;br /&gt;       OPTS is a colon-separated list opt1=val1:opt2=val2:...&lt;br /&gt;           hmin=VAL&lt;br /&gt;           dtmax=VAL&lt;br /&gt;           maxlevel=M&lt;br /&gt;           connect=[01]&lt;br /&gt;           directional=[01]&lt;br /&gt;           outsidecell=[01]&lt;br /&gt;           drypointsfile=&amp;lt;filename (*.pol, or cutcellpolygons.lst)&amp;gt;   --make1d2dlinks[: OPTS] NETFILE [-o OUTPUTFILE]&lt;br /&gt;       Make 1d2d links for the given NETFILE and save the resulting net.&lt;br /&gt;       OPTS is a colon-separated list opt1=val1:opt2=val2:...&lt;br /&gt;         method       = (1to1 | 1ton_emb | 1ton_lat | long)  Coupling method.&lt;br /&gt;         linktype     = N    The link type (kn3) that will be used for all links&lt;br /&gt;                             (only for method=1to1).&lt;br /&gt;         connect1dend = VAL  The search distance for coupling 1D endpoints.&lt;br /&gt;       OUTPUTFILE is the name under which the file will be saved.&lt;br /&gt;         When not specified, the original NETFILE will be overwritten.  --cutcells NETFILE&lt;br /&gt;       Cut the unstructured grid in NETFILE with the polygons specified&lt;br /&gt;       in a file called &amp;#39;cutcellpolygons.lst&amp;#39;.  --no-geom-cache&lt;br /&gt;       Do not load nor save cache file with geometry information.   -q, --quiet&lt;br /&gt;       Minimal output: Only (fatal) errors are shown.   --verbose[:level_stdout[:level_dia]], e.g., --verbose:INFO: DEBUG&lt;br /&gt;       Set verbosity level of output on standard out and in diagnostics file.&lt;br /&gt;       where level is in: {DEBUG|INFO|WARNING|ERROR|FATAL}&lt;br /&gt;       Levels are optional, default is INFO on screen, DEBUG in dia file.   -h, --help&lt;br /&gt;       Display this help information and exit.   -v, --version&lt;br /&gt;       Output version information and exit.&lt;br /&gt;Press any key to continue . . .&lt;br /&gt;Can someone please tell me why the example calculation will not run?&lt;br /&gt;Thanks.</summary>
    <dc:creator>Benjamin Tyner</dc:creator>
    <dc:date>2020-04-29T23:53:31Z</dc:date>
  </entry>
</feed>
