Changeset 1047


Ignore:
Timestamp:
08/29/14 11:19:24 (10 years ago)
Author:
sdipsl
Message:

Minor fix to avoid warning when creating yearly average for the first time during a simulation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_create_ts

    r1042 r1047  
    713713        else 
    714714          # OR NOT 
    715           IGCM_sys_ncrcat --hst -v ${liste_coord}${var} ${liste_file_tmp[*]} ${config_UserChoices_JobName}_${DATE_BUILD}_${FlagDir}_${var}.nc 
     715          file_out=${config_UserChoices_JobName}_${DATE_BUILD}_${FlagDir}_${var}.nc 
     716          IGCM_sys_ncrcat --hst -v ${liste_coord}${var} ${liste_file_tmp[*]} ${file_out} 
    716717          IGCM_debug_Verif_Exit_Post 
    717718        fi 
Note: See TracChangeset for help on using the changeset viewer.