Ignore:
Timestamp:
01/18/10 15:36:33 (14 years ago)
Author:
sdipsl
Message:
  • In AA_create_ts and AA_create_se no need to try to patch raw files when asynchronous rebuild has been used
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_rebuild_fromArchive

    r207 r213  
    2222#-Q- sx8brodie # pour recevoir un mail en cas de depassement du temps Elapsed (ou autre pb.) 
    2323#-Q- sx8brodie # @ notification = error 
    24 #-Q- sx8brodie # @ environment  = $DEBUG_debug ; $MODIPSL ; $libIGCM ; $libIGCM_SX ; $SUBMIT_DIR ; $REBUILD_DIR ; $RebuildFromArchive ; $POST_DIR ; $DateBegin ; $PeriodDateBegin ; $PeriodDateEnd ; $NbRebuildDir ; $StandAlone ; $RESOL_ATM ; $RESOL_OCE ; $RESOL_ICE ; $RESOL_MBG ; $RESOL_SRF ; $MASTER ; $config_UserChoices_JobName ; $R_SAVE 
     24#-Q- sx8brodie # @ environment  = $DEBUG_debug ; $MODIPSL ; $libIGCM ; $libIGCM_SX ; $SUBMIT_DIR ; $REBUILD_DIR ; $RebuildFromArchive ; $POST_DIR ; $DateBegin ; $PeriodDateBegin ; $PeriodDateEnd ; $NbRebuildDir ; $StandAlone ; $RESOL_ATM ; $RESOL_OCE ; $RESOL_ICE ; $RESOL_MBG ; $RESOL_SRF ; RESOL_SBG ; $MASTER ; $config_UserChoices_JobName ; $R_SAVE 
    2525#-Q- sx8brodie # @ queue 
    2626#-Q- aix6 #!/bin/ksh 
     
    3838#-Q- aix6 # pour recevoir un mail en cas de depassement du temps Elapsed (ou autre pb.) 
    3939#-Q- aix6 # @ notification = error 
    40 #-Q- aix6 # @ environment  = $DEBUG_debug ; $MODIPSL ; $libIGCM ; $libIGCM_SX ; $SUBMIT_DIR ; $REBUILD_DIR ; $RebuildFromArchive ; $POST_DIR ; $DateBegin ; $PeriodDateBegin ; $PeriodDateEnd ; $NbRebuildDir ; $StandAlone ; $RESOL_ATM ; $RESOL_OCE ; $RESOL_ICE ; $RESOL_MBG ; $RESOL_SRF ; $MASTER ; $config_UserChoices_JobName ; $R_SAVE 
     40#-Q- aix6 # @ environment  = $DEBUG_debug ; $MODIPSL ; $libIGCM ; $libIGCM_SX ; $SUBMIT_DIR ; $REBUILD_DIR ; $RebuildFromArchive ; $POST_DIR ; $DateBegin ; $PeriodDateBegin ; $PeriodDateEnd ; $NbRebuildDir ; $StandAlone ; $RESOL_ATM ; $RESOL_OCE ; $RESOL_ICE ; $RESOL_MBG ; $RESOL_SRF ; RESOL_SBG ; $MASTER ; $config_UserChoices_JobName ; $R_SAVE 
    4141#-Q- aix6 # @ queue 
    4242#-Q- sx8mercure #!/bin/ksh 
     
    104104PeriodDateBegin=${PeriodDateBegin:=18901201} 
    105105 
     106#D- Name of the job to work in a standalone mode (needed for mask patch) 
     107#D- Default : value from config.card if any 
     108config_UserChoices_JobName=${config_UserChoices_JobName:=name_of_the_job} 
     109 
     110#D- Directory where output data are stored (needed in standalone mode for mask patch ) 
     111#D- Default : value from AA_job if any 
     112R_SAVE=${R_SAVE:=/path/to/your/ARCHIVE/FILES} 
     113 
    106114#D- Flag to determine atlas job's output directory 
    107115#D- Default : value from libIGCM_post.ksh if any 
     
    134142#D- Flag to determine surface resolution 
    135143#D- Default : value from surface driver if any 
    136 RESOL_SRF=${RESOL_SRF:=ALL} 
     144RESOL_SRF=ALL 
    137145 
    138 #D- Name of the job to work in a standalone mode (needed for mask patch) 
    139 #D- Default : value from config.card if any 
    140 config_UserChoices_JobName=${config_UserChoices_JobName:=name_of_the_job} 
    141  
    142 #D- Directory where output data are stored (needed in standalone mode for mask patch ) 
    143 #D- Default : value from AA_job if any 
    144 R_SAVE=${R_SAVE:=/path/to/your/ARCHIVE/FILES} 
     146#D- Flag to determine surface resolution 
     147#D- Default : value from surface driver if any 
     148RESOL_SBG=ALL 
    145149 
    146150######################################################################## 
Note: See TracChangeset for help on using the changeset viewer.