Custom Query (324 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 324)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Owner Reporter Resolution Summary
#54 sdipsl mafoipsl fixed Section not found à  signaler
Description

Je crois qu'il manque un test dans libIGCM_comp.ksh si la section Post demandée n'existe pas.

Le test sur Section not found existe déjà ligne 144.

Quelque chose à mettre là :

  935                         if [ $DRYRUN -le 1 ]; then
  936                             if [ X$( eval echo \${${compname}_${flag_post}_Patches[0]} ) !=  X${NULL_STR} ]; then

       [ $( eval echo \${${compname}_${flag_post}_Patches[*]} ) =  "Section not found" ] && ON FAIT CE QU IL FAUT POUR PREVENIR

 937                                 for Patch in $( eval echo \${${compname}_${flag_post}_Patches[*]} ); do
 938                                     echo ". ${libIGCM_POST}/libIGCM_post/IGCM_${Patch}.ksh" >> ${RUN_DIR}/REBUILD_${PeriodDateBegin}/rebuild.ksh

Cela arrive quand on enlève une section entière dans un fichier card de genre :

-[Post_1M_grid_T]
-Patches = (Patch_20091118_mask)
-GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_counter_bnds)
-TimeSeriesVars2D = (evs, ficeberg, friver, fsitherm, hfcorr, hfevapds, hfibthermds, hfrainds, hfrunoffds, hfsithermds, hfsnthermds, nshfls, omlmax, pbo, pr, prsn, sfdsi, so20chgt, so28chgt, sohefldo, sohtc300, soicecov, somixhgt, somxl010, sosaline, soshfldo, sossheig, sosstsst, sotaumod, sowaflcd, sowaflup, sowindsp, tossq, vsfsit, wfcorr, zossq)
-ChunckJob2D = NONE
-TimeSeriesVars3D = (rhopoto, rsds, thkcello, vosaline,votemper)
-ChunckJob3D = 50Y
-Seasonal=ON

Infos :

  • si on veut enlever une telle section, vérifier qu'elle n'est référencée nulle part dans le fichier card. Mettre NONE à la place
  • pour stopper une série temporelle, il suffit de mettre ChunckJobxD = OFF ou de commenter les lignes # TimeSeriesVarsxD = ...
#55 sdipsl sdipsl fixed ChunckJob frequency must be expressed as year *Y|*y. Check it's the case.
Description

Add this check step in IGCM_config_Check function

#56 somebody jgipsl fixed message d'erreur peu claire
Description

Si le lmdz.card n'existe pas j'obtiens un message d'erreur pas forcement facile a comprendre. Voici le message d'erreur :

--Error--> IGCM_card_WriteOption /work/cont003/p86ghatt/LMDZOR/TESTDEV/modipsl/config/LMDZOR_v4/LMDZOR/run.card Configuration PeriodState? Fatal

/work/cont003/p86ghatt/LMDZOR/TESTDEV/modipsl/config/LMDZOR_v4/LMDZOR/run.card is not readable or not writable

IGCM_comp_Initialize[195]: ATM_Initialize[79]: [: argument expected

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Note: See TracQuery for help on using queries.