New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 2404 for branches/nemo_v3_3_beta/NEMOGCM/TOOLS/MISCELLANEOUS – NEMO

Ignore:
Timestamp:
2010-11-17T22:03:13+01:00 (13 years ago)
Author:
smasson
Message:

bugfix on chk_iomput.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/TOOLS/MISCELLANEOUS/chk_iomput.sh

    r2280 r2404  
    3232       echo 'Options' 
    3333       echo ' -h, --help           to get this help' 
    34        echo ' -v, --version        to get the version number' 
    3534       echo ' --inxml              only print all variable definitions found in the xml file' 
    3635       echo ' --insrc              only print all variable definitions found in the source code' 
     
    4140       echo 
    4241       exit ;; 
    43    -v|--version) grep "^#\$Id$0 ; exit ;; 
    4442        --inxml) inxml=1 ;; 
    4543        --insrc) insrc=1 ;; 
Note: See TracChangeset for help on using the changeset viewer.