Changeset 1607 for trunk/libIGCM/AA_job


Ignore:
Timestamp:
12/08/23 11:00:25 (6 months ago)
Author:
nillod
Message:

Replace job 'PeriodNb?' with 'NbPeriodsPerJob?' to be more explicit for users.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_job

    r1596 r1607  
    176176#D- -1. PLACE FOR USER MODIFICATION 
    177177#D-     - Job Verbosity 
    178 #D-     - PeriodNb 
     178#D-     - NbPeriodsPerJob 
    179179#D-     - Experience type : DEB(ug), DEV(elopment), RUN 
    180180#D--------------------------------------------------------------------== 
     
    200200 
    201201#D- Number of execution in one job 
    202 PeriodNb=1 
     202NbPeriodsPerJob=1 
    203203 
    204204#D- 
     
    395395 
    396396PeriodContinue=false 
    397 if [ ${Period} -le ${PeriodNb} ]; then 
     397if [ ${Period} -le ${NbPeriodsPerJob} ]; then 
    398398  PeriodContinue=true 
    399399fi 
     
    401401 
    402402  echo 
    403   echo "Starting iteration ${Period} / ${PeriodNb}" 
     403  echo "Starting iteration ${Period} / ${NbPeriodsPerJob}" 
    404404 
    405405  #D- 
     
    637637 
    638638  PeriodContinue=false 
    639   if [ ${Period} -le ${PeriodNb} ]; then 
     639  if [ ${Period} -le ${NbPeriodsPerJob} ]; then 
    640640    PeriodContinue=true 
    641641  fi 
Note: See TracChangeset for help on using the changeset viewer.