Ignore:
Timestamp:
12/01/09 16:57:33 (15 years ago)
Author:
aclsce
Message:

Modified mask patch to keep unlimited time_counter dimension.
Added definition of variables(R_SAVE and config_UserChoices_JobName)
to run mask patch in standalone mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_rebuild_fromWorkdir

    r206 r207  
    137137RESOL_SRF=${RESOL_SRF:=ALL} 
    138138 
     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 
     141config_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 
     145R_SAVE=${R_SAVE:=/path/to/your/ARCHIVE/FILES} 
     146 
    139147######################################################################## 
    140148 
Note: See TracChangeset for help on using the changeset viewer.