Changeset 1591 for branches/libIGCM_pack


Ignore:
Timestamp:
07/19/23 15:02:26 (12 months ago)
Author:
aclsce
Message:

Still fixing bugs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM_pack/AA_create_se

    r1588 r1591  
    330330        if [ ! $? = 0 ] ; then 
    331331          eval set +A LISTE_FILE_${comp} \$\{LISTE_FILE_${comp}[*]} ${FILE} 
     332          (( i_ = i+1 )) 
     333          eval Testvar_=\${${ListFilesName}[$i_]} > /dev/null 2>&1 
     334          eval Testvar=${Testvar_} 
     335          if [[ ${Testvar} =~ [0-9][DMY]$ ]] ; then 
     336              eval PeriodPack_FileType=${Testvar} 
     337          else 
     338              PeriodPack_FileType=${config_Post_PackFrequency} 
     339          fi 
     340          eval set +A LISTE_PACKFREQUENCY_${comp} \${LISTE_PACKFREQUENCY_${comp}[*]} ${PeriodPack_FileType} 
    332341          if [ ! ${RebuildFrequency} = true ] ; then 
    333342            IGCM_card_DefineArrayFromOption ${card} Post_${FILE} Patches 
     
    362371  i=0 
    363372  for file in $( eval echo \${LISTE_FILE_${comp}[*]} ); do 
     373  config_UserChoices_PeriodLength=$( eval echo \${LISTE_PACKFREQUENCY_${comp}[$i]} )  
    364374    # 
    365375    # Determine in which output can we find file 
Note: See TracChangeset for help on using the changeset viewer.