Custom Query (324 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 324)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#294 fixed Error when monitoring a variable with the same name in 2 different components somebody jgipsl
Description

In SRF and ATM, the same variable name "evap" is used for 2 variables. When adding evap in the monitoring for both LMDZ and ORCHIDEE this will make a conflict because the files already copied for ATM are not cleaned before starting with SRF.

Following lines added in AA_monitoring seams to resolve the problem, version tags/libIGCM_v2.8.1) :

p86ghatt@curie91:.../ORCr3607/modipsl_L2546m_LR/libIGCM> svn diff AA_monitoring 
Index: AA_monitoring
===================================================================
--- AA_monitoring	(revision 1332)
+++ AA_monitoring	(working copy)
@@ -234,7 +234,9 @@
     IGCM_debug_Print 1 "monitoring01 -l2 --listcommand 'IGCM_sys_RshArchive_NoError ls' ${PATH_monitoring_file} ${R_SAVE}/${comp}/Analyse/TS_${FreqTS}"
     . monitoring01 -l2 --listcommand 'IGCM_sys_RshArchive_NoError ls' ${PATH_monitoring_file} ${R_SAVE}/${comp}/Analyse/TS_${FreqTS}
   fi
-  #
+  
+  # Now do cleaning before starting with next component
+  rm -f ${RUN_DIR}/*nc
 done
#293 fixed new function needed : IGCM_debug_BigBro_update sdipsl sdipsl
Description

to be call after IGCM_config_PeriodStart will send CumulPeriod, PeriodDateBegin, PeriodDateEnd, simuid and jobid using code=1001

Needed by supervision resubmission module.

#292 wontfix recommendedPeriodNb to be sent to AMQP sdipsl sdipsl
Description

so that supervision can give advise when jobs gets late because they run out of CPU.

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