Changeset 1099


Ignore:
Timestamp:
10/21/14 13:46:45 (10 years ago)
Author:
jgipsl
Message:

Correct error in function IGCM_comp_modifyNamelist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_comp/libIGCM_comp.ksh

    r1089 r1099  
    10301030 
    10311031  # Check if AUTO is set in the filein on the same line as the key variable 
    1032   if [ $( grep $key $filein | grep -v "\#" | grep AUTO | wc -l ) = 1 ] ; then 
     1032  if [ $( grep -w $key $filein | grep -v "\#" | grep AUTO | wc -l ) = 1 ] ; then 
    10331033      # Modification will be done for all cases 
    10341034      modify=yes 
Note: See TracChangeset for help on using the changeset viewer.