Ignore:
Timestamp:
Jun 3, 2020 4:34:15 PM (4 years ago)
Author:
eckhard
Message:

Fixed domain extend check, readablity and documentation improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/UTIL/inifor/src/inifor_io.f90

    r4538 r4553  
    2626! -----------------
    2727! $Id$
     28! Option --help now points the user to INIFOR's wiki page
     29! Remove deprecated command-line options -clon and -clat
     30!
     31!
     32! 4538 2020-05-18 13:45:35Z eckhard
    2833! Make setting the vertical PALM origin mandatory
    2934!
     
    444449    IF (arg_count .GT. 0)  THEN
    445450
    446        message = "The -clon and -clat command line options are depricated. " // &
    447           "Please remove them form your inifor command and specify the " // &
    448           "location of the PALM-4U origin either" // NEW_LINE(' ') // &
    449           "   - by setting the namelist parameters 'longitude' and 'latitude', or" // NEW_LINE(' ') // &
    450           "   - by providing a static driver netCDF file via the -static command-line option."
    451 
    452451       i = 1
    453452       DO  WHILE (i .LE. arg_count)
     
    487486                CALL get_option_argument( i, arg )
    488487                READ(arg, *) cfg%vg
    489 
    490              CASE( '-clon', '-clat' )
    491                 CALL inifor_abort('parse_command_line_arguments', message)
    492488
    493489             CASE( '-path', '-p', '--path' )
     
    560556                CALL print_version
    561557                PRINT *, ""
    562                 PRINT *, "For a list of command-line options have a look at the README file."
     558                PRINT *, &
     559                   "For documentation and a list of available command-line options " // NEW_LINE(" ") // &
     560                   " please visit https://palm.muk.uni-hannover.de/trac/wiki/doc/app/iofiles/inifor."
    563561                STOP
    564562
Note: See TracChangeset for help on using the changeset viewer.