Changes between Version 7 and Version 8 of DocUtilisateur/UtilisationAvancée


Ignore:
Timestamp:
05/07/09 10:42:19 (15 years ago)
Author:
mmaipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DocUtilisateur/UtilisationAvancée

    v7 v8  
    190190}}} 
    191191 
     192== Change libIGCM variables "on-the-fly" == 
     193Since revision 120, you can change some libIGCM variables (or some of your configuration) during 
     194a run (and not only after the next submission). 
     195 
     196How to do that ? you must copy libIGCM.card from ${libIGCM} directory in you run ${SUBMIT_DIR} directory. 
     197 
     198Ater modifications of this '''${SUBMIT_DIR}/libIGCM.card''', variables define inside [User``Changes] will be modified  
     199for next Period of libIGCM main loop.  
     200Those variables will be updated in the next Period``End stage (see main loop in your job). 
     201 
     202Some variables have special treatment in libIGCM_config.ksh :  
     203config_UserChoices_Date``End, config_Post_RebuildFrequency, config_Post_TimeSeriesFrequency, config_Post_SeasonalFrequency. 
     204But you can change other important variables as config_UserChoices_PeriodLength and most of all '''Period``Nb''' (to adapt your 
     205number of loop PBS options and your real execution duration.) 
     206 
     207If you want to change other variable, do it with care ! 
     208 
     209'''After the first read''' of libIGCM.card, '''you should erase''' or rename it because you don't need to read it again each step. You  
     210should change your config.card or job or other cards (depends of your modifications)  
     211to have an homogeneous run after next submission. 
     212 
    192213== Variables IGCM utilisables dans les fichiers pilote == 
    193214Par défaut les variables du shell ont une portée globale, les fichiers pilotes ont donc accès à l'ensemble des variables définies. Cependant le sous ensemble de variables suivant, non exhaustif, est nécessaire au fonctionnement typique d'un fichier pilote :