Changeset 501


Ignore:
Timestamp:
03/23/12 17:13:19 (12 years ago)
Author:
pinsard
Message:

more than 6h for amsu on climserver cluster + typo

Location:
trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/extract_amsua.pro

    r499 r501  
    44; .. _extract_amsua.pro: 
    55; 
    6 ; ================== 
     6; ================= 
    77; extract_amsua.pro 
    8 ; ================== 
     8; ================= 
    99; 
    1010; DESCRIPTION 
     
    9595;   dd=13 
    9696;   resol=1 
    97 ;   lon_min=-20. 
    98 ;   lon_max=40. 
     97;   lon_min=-25. 
     98;   lon_max=25. 
    9999;   lat_min=-5. 
    100 ;   lat_max=40. 
     100;   lat_max=20. 
    101101;   files_list = search_amsufiles(numch, yyyy, mm, dd) 
    102102;   extract_amsua, numch, files_list, yyyy, mm, dd, resol, lon_min, lon_max, lat_min, lat_max 
    103103; 
    104 ; :file:`${PROJECT_ID}/AMSU/2006/08/a5_20060801_060w30s_050e45n.dat` 
     104; :file:`${PROJECT_ID}/AMSU/2006/08/a5_20060813_025w05s_025e20n.dat` 
    105105; must have been created. 
    106106; 
    107107; SEE ALSO 
    108 ; ========= 
     108; ======== 
    109109; 
    110110; :ref:`data_amsu` 
     
    122122; ==== 
    123123; 
     124; track why end with:: 
     125; 
     126;  % Program caused arithmetic error: Floating illegal operand 
     127; 
    124128; traiter les longitudes autour de 180 degres (passage de 180 a -180) 
    125129; interpolswath ne gere pas cette situation 
     
    160164; - fplod 20120323 
    161165; 
     166;   * homogenize examples to traite_amsuab.sh 
     167;   * fix output name in example 
    162168;   * add a paramater files_list to remplace usage of :file:`list_file` 
    163169;   * replace usage of :file:`list_file` by the usage of the string array 
     
    427433 
    428434         endfor 
    429         ; PRINT, 'fin boucle',SYSTIME() 
     435        ; PRINT, 'fin boucle ',SYSTIME() 
    430436         moych=fltarr(nbpix) 
    431437 
     
    478484            endif 
    479485         endfor 
    480      ; PRINT,'fin interpolation et selection des points de la zone', SYSTIME() 
     486     ; PRINT,'fin interpolation et selection des points de la zone ', SYSTIME() 
    481487 
    482488         nn=n_elements(chint) 
    483489 
    484          print,'www : nb points dans la zone en fin de traitement de l''orbite',nn 
     490         print,'www : nb points dans la zone en fin de traitement de l''orbite ',nn 
    485491         if nn gt 1 then begin 
    486492            for i=0L, nn-1L do begin 
     
    539545nofile: 
    540546    print, 'www : no data to read' 
     547    goto, realend 
    541548 
    542549realend: 
    543     PRINT, 'www : fin programme extract_amsua',SYSTIME() 
     550    PRINT, 'www : fin programme extract_amsua ',SYSTIME() 
    544551end 
  • trunk/src/run_traite_amsuab.sh

    r485 r501  
    66# .. _run_traite_amsuab.sh: 
    77# 
     8# ==================== 
     9# run_traite_amsuab.sh 
     10# ==================== 
     11# 
    812# SYNOPSIS 
    913# ======== 
     
    1418# 
    1519# DESCRIPTION 
    16 # ========== 
     20# =========== 
    1721# 
    1822# .. option:: -b beginning date <yyyymmdd> 
     
    4448# To submit with qsub:: 
    4549#  
    46 #   $ run_traite_amsuab.sh -b 20060813 -e 20060814 -lonmin -25 -lonmax 25 -latmin -5 -latmax 20 -numch a5 
     50#   run_traite_amsuab.sh -b 20060813 -e 20060814 -lonmin -25 -lonmax 25 -latmin -5 -latmax 20 -numch a5 
    4751# 
    4852# The job id will be written on the screen. 
     
    5054# To check job status:: 
    5155# 
    52 #   $ qstat {jobid} 
     56#   qstat {jobid} 
    5357# 
    5458# When the job is done, look at log file of traite_amsuab.sh:: 
    5559# 
    56 #   $ tlogd.sh traite_amsuab 
     60#   tlogd.sh traite_amsuab 
    5761# 
    5862# TODO 
    5963# ==== 
     64# 
     65# destruction de job_run_traite_amsuab.sh  : quand ? pas ici car le job 
     66# en question n'est pas fini 
     67# 
     68# calcul du temps estimé total en fonction du nb de jours demandés plutot  
     69# qu'un mechant 10:00:00 en dur 
    6070# 
    6171# check param or fusion with traite_amsuab.sh 
     
    6979# 
    7080# $URL$ 
     81# 
     82# - fplod 20120223 
     83# 
     84#   * add rest title ! 
     85#   * lancement sur le cluster de climserv avec plus de temps que l'heure de  
     86#     base en interacif sur loholt ou que les 6h de base (sans l'option  
     87#     -l walltime) :: 
     88# 
     89#        qsub -l walltime=10:00:00 traite_amsu.sh 
    7190# 
    7291# - fplod 20120106 
     
    195214# 
    196215# submit job 
    197 qsub job_${jobname}.sh 
     216qsub -l walltime=10:00:00 job_${jobname}.sh 
    198217# 
    199218# end 
  • trunk/src/traite_amsuab.sh

    r499 r501  
    146146# - pinsard 20120323 
    147147# 
    148 #   * replace creation of :file:`${PROJECT_ID}/list_file` by a call to  
     148#   * replace creation of :file:`${PROJECT_ID}/list_file` by a call to 
    149149#     :func:`search_amsufiles` 
    150150#   * transform the IDL snippet to a function to be abble to use ``CASE`` 
    151151# 
    152 # - pinsard 20120106  
     152# - pinsard 20120106 
    153153# 
    154154#   * update header (no more use_amsu, correction files under src/dataref_amsu) 
     
    513513     fi 
    514514     cat >> ${PROJECT}/src/traite_amsu_${$}.pro << EOF 
    515 return, result  
     515return, result 
    516516end 
    517517EOF 
Note: See TracChangeset for help on using the changeset viewer.