Opened 8 years ago

Closed 8 years ago

#294 closed defect (fixed)

Error when monitoring a variable with the same name in 2 different components

Reported by: jgipsl Owned by: somebody
Priority: major Milestone: libIGCM_v2.8.2
Component: PostProcessing Version:
Keywords: Cc:

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

Change History (2)

comment:1 Changed 8 years ago by jgipsl

Done in rev [1333]

This ticket can now be closed.

comment:2 Changed 8 years ago by sdipsl

  • Milestone set to libIGCM_v2.9
  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.