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_fromArchive

    r206 r207  
    132132RESOL_MBG=${RESOL_MBG:=ORCA2} 
    133133 
    134  
    135134#D- Flag to determine surface resolution 
    136135#D- Default : value from surface driver if any 
    137136RESOL_SRF=${RESOL_SRF:=ALL} 
     137 
     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 
     140config_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 
     144R_SAVE=${R_SAVE:=/path/to/your/ARCHIVE/FILES} 
    138145 
    139146######################################################################## 
Note: See TracChangeset for help on using the changeset viewer.