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

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

Location:
trunk/libIGCM/libIGCM_ensemble
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_ensemble/ENSEMBLE_DOC.txt

    r1475 r1607  
    8989 
    9090This will create all the directories of the ensemble and Qsub.xxx.sh, a shell file  
    91 containing all command to submit all jobs (PeriodNb=60 for all simulations). 
     91containing all command to submit all jobs (NbPeriodsPerJob=10 for all simulations). 
    9292 
    9393The Qclean.PeriodLength.xxx.sh is bash file to use clean_PeriodLength script for 
  • trunk/libIGCM/libIGCM_ensemble/libIGCM_ensemble.ksh

    r1565 r1607  
    5050      Job_Period=${answer} 
    5151  fi 
    52   print "\nPeriodNb in ensemble Jobs is ${Job_Period}" 
     52  print "\nNbPeriodsPerJob in ensemble Jobs is ${Job_Period}" 
    5353   
    5454  IGCM_debug_Print 1 "Ens_PERTURB ACTIVE     = ${ensemble_Ens_PERTURB_active}" 
     
    181181  sed -e "s/\(#.*Script_Output_\)${config_UserChoices_JobName}\(\.*\)/\1${MemberDir}\2/" \ 
    182182      -e "s/\(#.*\)${config_UserChoices_JobName}\(\.*\)/\1${MemberDir} \2/"              \ 
    183       -e "s/^PeriodNb=.*/PeriodNb=${Job_Period}/"                                        \ 
     183      -e "s/^NbPeriodsPerJob=.*/NbPeriodsPerJob=${Job_Period}/"                                        \ 
    184184      ${SUBMIT_DIR}/${StartDir}/${MemberDir}/Job_${MemberDir} > Job_${MemberDir}.tmp 
    185185  IGCM_sys_Mv Job_${MemberDir}.tmp ${SUBMIT_DIR}/${StartDir}/${MemberDir}/Job_${MemberDir} 
Note: See TracChangeset for help on using the changeset viewer.