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 1343 for branches/libIGCM/GYRE_LOBSTER/IGCM00/COMP/gyre.driver – NEMO

Ignore:
Timestamp:
2009-03-25T18:27:10+01:00 (15 years ago)
Author:
cetlod
Message:

suppression of blank spaces when using supergrep command in gyre.driver, see ticket:376

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM/GYRE_LOBSTER/IGCM00/COMP/gyre.driver

    r1337 r1343  
    5050    PAT_NITEND=$( supergrep nitend    ${SUBMIT_DIR}/PARAM/namelist ) 
    5151    PAT_NWRITE=$( supergrep nwrite    ${SUBMIT_DIR}/PARAM/namelist ) 
    52     PAT_RDT=   $( supergrep rdt       ${SUBMIT_DIR}/PARAM/namelist ) 
    53     PAT_NTRD=  $( supergrep ntrd      ${SUBMIT_DIR}/PARAM/namelist ) 
     52    PAT_RDT=$( supergrep rdt       ${SUBMIT_DIR}/PARAM/namelist ) 
     53    PAT_NTRD=$( supergrep ntrd      ${SUBMIT_DIR}/PARAM/namelist ) 
    5454    PAT_RESTAR=$( supergrep ln_rstart ${SUBMIT_DIR}/PARAM/namelist ) 
    5555    PAT_NSTOCK=$( supergrep nstock    ${SUBMIT_DIR}/PARAM/namelist ) 
     
    5757    PAT_NDATE0=$( supergrep ndate0    ${SUBMIT_DIR}/PARAM/namelist ) 
    5858    PAT_NLEAPY=$( supergrep nleapy    ${SUBMIT_DIR}/PARAM/namelist ) 
    59     PAT_NMSH=  $( supergrep nmsh      ${SUBMIT_DIR}/PARAM/namelist )  
     59    PAT_NMSH=$( supergrep nmsh      ${SUBMIT_DIR}/PARAM/namelist )  
    6060    PAT_RSTRTTRD=$( supergrep ln_trdmld_restart ${SUBMIT_DIR}/PARAM/namelist ) 
    6161 
    6262    PAT_TOP_NWRITETRC=$( supergrep nwritetrc             ${SUBMIT_DIR}/PARAM/namelist_top ) 
    6363    PAT_TOP_NWRITETRD=$( supergrep ntrd_trc              ${SUBMIT_DIR}/PARAM/namelist_top ) 
    64     PAT_TOP_LRSTTR=   $( supergrep lrsttr                ${SUBMIT_DIR}/PARAM/namelist_top ) 
    65     PAT_TOP_NRSTTR=   $( supergrep nrsttr                ${SUBMIT_DIR}/PARAM/namelist_top ) 
    66     PAT_TOP_RSTRTTRD= $( supergrep ln_trdmld_trc_restart ${SUBMIT_DIR}/PARAM/namelist_top ) 
     64    PAT_TOP_LRSTTR=$( supergrep lrsttr                ${SUBMIT_DIR}/PARAM/namelist_top ) 
     65    PAT_TOP_NRSTTR=$( supergrep nrsttr                ${SUBMIT_DIR}/PARAM/namelist_top ) 
     66    PAT_TOP_RSTRTTRD=$( supergrep ln_trdmld_trc_restart ${SUBMIT_DIR}/PARAM/namelist_top ) 
    6767 
    6868    PAT_LOB_NWRITEDIA=$( supergrep nwritedia         ${SUBMIT_DIR}/PARAM/namelist_lobster ) 
Note: See TracChangeset for help on using the changeset viewer.