Ignore:
Timestamp:
09/23/14 11:16:24 (10 years ago)
Author:
sdipsl
Message:
  • refactor archive and storage path definition. They can be defined using UserChoices? from config.card. Very easy now to decide where to store everything. There is a single place to look at : IGCM_sys_defineArchives. see #221
  • clean up IGCM_debug_PushStack arguments
File:
1 edited

Legend:

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

    r1056 r1057  
    8181      # TEST simulations will not be packed and will stay on SCRATCHDIR filesystem 
    8282      IGCM_debug_Print 1 "SpaceName=TEST. OVERRULE PackFrequency to NONE" 
    83       IGCM_debug_Print 1 "SpaceName=TEST. OVERRULE destination path directories" 
    8483      config_Post_PackFrequency=NONE 
    85       IGCM_sys_ChangeArchive 
    8684    else 
    8785      # Default to RebuildFrequency if nothing has been set up related to PackFrequency 
     
    9290    config_Post_PackFrequency=NONE 
    9391  fi 
     92 
     93  #==================================================== 
     94  # Define ARCHIVE : Dedicated to large files 
     95  # Define STORAGE : Dedicated to small/medium files 
     96  # Define R_OUT   : Output tree located on ARCHIVE 
     97  # Define R_FIG   : Output tree located on STORAGE hosting figures (monitoring and atlas, and/or small files) 
     98  # Define R_BUF   : USELESS and DEPRECATED output tree. 
     99  IGCM_sys_defineArchives 
    94100 
    95101  #==================================================== 
Note: See TracChangeset for help on using the changeset viewer.