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_fromWorkdir

    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 
     
    3939#-Q- aix6 # pour recevoir un mail en cas de depassement du temps Elapsed (ou autre pb.) 
    4040#-Q- aix6 # @ notification = error 
    41 #-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 
     41#-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 
    4242#-Q- aix6 # @ queue 
    4343#-Q- sx8mercure #!/bin/ksh 
     
    105105PeriodDateBegin=${PeriodDateBegin:=18901201} 
    106106 
     107#D- Name of the job to work in a standalone mode (needed for mask patch) 
     108#D- Default : value from config.card if any 
     109config_UserChoices_JobName=${config_UserChoices_JobName:=name_of_the_job} 
     110 
     111#D- Directory where output data are stored (needed in standalone mode for mask patch) 
     112#D- Default : value from AA_job if any 
     113R_SAVE=${R_SAVE:=/path/to/your/ARCHIVE/FILES} 
     114 
    107115#D- Flag to determine atlas job's output directory 
    108116#D- Default : value from libIGCM_post.ksh if any 
     
    135143#D- Flag to determine surface resolution 
    136144#D- Default : value from surface driver if any 
    137 RESOL_SRF=${RESOL_SRF:=ALL} 
     145RESOL_SRF=ALL 
    138146 
    139 #D- Name of the job to work in a standalone mode (needed for mask patch) 
    140 #D- Default : value from config.card if any 
    141 config_UserChoices_JobName=${config_UserChoices_JobName:=name_of_the_job} 
    142  
    143 #D- Directory where output data are stored (needed in standalone mode for mask patch) 
    144 #D- Default : value from AA_job if any 
    145 R_SAVE=${R_SAVE:=/path/to/your/ARCHIVE/FILES} 
     147#D- Flag to determine surface resolution 
     148#D- Default : value from surface driver if any 
     149RESOL_SBG=ALL 
    146150 
    147151######################################################################## 
Note: See TracChangeset for help on using the changeset viewer.