Ignore:
Timestamp:
03/07/12 10:39:55 (12 years ago)
Author:
mafoipsl
Message:

First try to merge libIGCM_MPI_OpenMP branch with libIGCM trunk revision 569. Tested on vargas with PackFrequency?=NONE included into config.card.

Location:
branches/libIGCM_MPI_OpenMP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM_MPI_OpenMP

  • branches/libIGCM_MPI_OpenMP/AA_TimeSeries_Checker

    r526 r571  
    1818# all TS to last PeriodDateEnd value, give by run.card->Configuration->OldPrefix string. 
    1919 
    20 # Chemin vers libIGCM 
     20#D- Path to libIGCM 
     21#D- Default : value from AA_job if any 
     22# WARNING For StandAlone use : To run this script on some machine (ulam and cesium) 
     23# WARNING you must check MirrorlibIGCM variable in sys library. 
     24# WARNING If this variable is true, you must use libIGCM_POST path instead 
     25# WARNING of your running libIGCM directory. 
    2126libIGCM=${libIGCM:=::modipsl::/libIGCM} 
    22 # Attention : à changer si la machine de post-traitement n'est pas la frontale du serveur de calcul ! 
    23 #             voir précence de la variable MirrorlibIGCM dans votre couche systÚme. 
    2427 
    2528# Expericence class of the run 
     
    128131#==================================================== 
    129132#R_SAVE : Job output directory 
     133#R_BUFR : Job output buffered directory 
    130134if ( [ ! X${config_UserChoices_SpaceName} = X ] && [ ! X${config_UserChoices_ExperimentName} = X ] ) ; then 
    131135    FreeName=$( echo ${config_UserChoices_JobName} | sed 's/.*_//' ) 
    132136    R_SAVE=${R_OUT}/${config_UserChoices_TagName}/${config_UserChoices_SpaceName}/${config_UserChoices_ExperimentName}/${FreeName} 
     137    R_BUFR=${R_BUF}/${config_UserChoices_TagName}/${config_UserChoices_SpaceName}/${config_UserChoices_ExperimentName}/${FreeName} 
    133138    R_DODS=${config_UserChoices_TagName}/${config_UserChoices_SpaceName}/${config_UserChoices_ExperimentName}/${FreeName} 
    134139else 
    135140    R_SAVE=${R_OUT}/${config_UserChoices_TagName}/${config_UserChoices_JobName} 
     141    R_BUFR=${R_BUF}/${config_UserChoices_TagName}/${config_UserChoices_JobName} 
    136142    R_DODS=${config_UserChoices_TagName}/${config_UserChoices_JobName} 
    137143fi 
     
    392398                                        ChunckCompletedFlag=${PotentialCompletedFlag[0]} 
    393399                                        IGCM_debug_Print 2 -e "\033[1;31mToo Many Potential CompletedFlag\033[m Let start with first CompletedPeriod" 
    394                                         IGCM_debug_Print 2 -e "\033[1;31mYou will have to redo TimeSeries_Checker\033[m for other period. 
     400                                        IGCM_debug_Print 2 -e "\033[1;31mYou will have to redo TimeSeries_Checker\033[m for other period." 
    395401                                    fi 
    396402                                fi 
Note: See TracChangeset for help on using the changeset viewer.