Changeset 695


Ignore:
Timestamp:
06/29/12 16:31:40 (12 years ago)
Author:
sdipsl
Message:
  • mistake
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_mercure.ksh

    r694 r695  
    14861486function IGCM_sys_rebuild_station { 
    14871487  IGCM_debug_PushStack "IGCM_sys_rebuild_station" -- $@ 
    1488   typeset i list_opt file_in file_out prefix_invert 
     1488  typeset i list_opt file_in file_out prefix_invert list_invert 
    14891489  if ( $DEBUG_sys ) ; then 
    14901490    echo "IGCM_sys_rebuild_station :" $@ 
     
    15051505 
    15061506  # Concatenate 
    1507   IGCM_sys_ncrcat ${list_invert} histstn_xt.nc 
     1507  IGCM_sys_ncrcat ${list_invert[*]} histstn_xt.nc 
    15081508 
    15091509  # Re-ivert file 
Note: See TracChangeset for help on using the changeset viewer.