wrf-model / WRF

The official repository for the Weather Research and Forecasting (WRF) model
Other
1.25k stars 691 forks source link

Fix "configure -h" message #974

Open davegill opened 5 years ago

davegill commented 5 years ago

The output from configure -h needs to be cleaned up. Currently, the only options that are supported and are known to work are -d, -D, and -r8.

configure -h
usage: configure [-d|-D|-s|-f|-os os|-mach mach|-time timecommand] [chem] [kpp]
-d    build with debugging information and no optimization
-D    build with -d AND floating traps, traceback, uninitialized variables
-r8   build with 8 byte reals

The usage line needs to be cut down to something that includes no more than this (if even all of these options):

usage: configure [-d|-D] [-r8] [chem|kpp]
davegill commented 5 years ago

@kkeene44 Kelly, I have opened up an issue on the forum question. Once this is resolved, is there a way that we can link this answer?

If so, then would you explicitly add what to do that in the issue itself?