Changeset 1110


Ignore:
Timestamp:
10/23/14 11:47:19 (10 years ago)
Author:
sdipsl
Message:

Define those directories in IGCM_config_CommonConfiguration instead of IGCM_config_Initialiaze

File:
1 edited

Legend:

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

    r1105 r1110  
    131131 
    132132  #==================================================== 
     133  # Define R_OUT_KSH : Storage place for job output 
     134  # Define R_OUT_EXE : Storage place for binary used during simulation 
     135  R_OUT_KSH=${R_SAVE}/Out 
     136  R_OUT_EXE=${R_SAVE}/Exe 
     137 
     138  #==================================================== 
     139  # Define R_BUF_KSH : Buffer place for job output 
     140  # Define R_BUF_EXE : Buffer place for binary used during simulation 
     141  R_BUF_KSH=${R_BUFR}/Out 
     142  R_BUF_EXE=${R_BUFR}/Exe 
     143 
     144  #==================================================== 
    133145  # Define REBUILD_DIR : where we store files needing rebuild process 
    134146  REBUILD_DIR=${R_BUFR}/REBUILD 
     
    313325    echo 
    314326  fi 
    315  
    316   #==================================================== 
    317   #R_OUT_KSH : Storage place for job output 
    318   #R_OUT_EXE : Storage place for binary used during simulation 
    319   R_OUT_KSH=${R_SAVE}/Out 
    320   R_OUT_EXE=${R_SAVE}/Exe 
    321  
    322   #==================================================== 
    323   #R_BUF_KSH : Buffer place for job output 
    324   #R_BUF_EXE : Buffer place for binary used during simulation 
    325   R_BUF_KSH=${R_BUFR}/Out 
    326   R_BUF_EXE=${R_BUFR}/Exe 
    327327 
    328328  IGCM_debug_PopStack "IGCM_config_Initialize" 
Note: See TracChangeset for help on using the changeset viewer.