Opened 7 years ago

Closed 7 years ago

#321 closed defect (fixed)

IPSLCM5A2 is missing as configuration in post-processing jobs

Reported by: aclsce Owned by: somebody
Priority: major Milestone: libIGCM_v2.8.3
Component: PostProcessing Version:
Keywords: Cc:

Description

IPSLCM5A2 is missing and no atlas and metrics are launched in simulations.

elif [ ${config_UserChoices_TagName} = "IPSLCM5" ]
[ ${config_UserChoices_TagName} = "IPSLCM5A" ] [ ${config_UserChoices_TagName} = "IPSLCM5B" ] [ ${config_UserChoices_TagName} = "IPSLCM5A-MR" ]

[ ${config_UserChoices_TagName} = "IPSLCM6" ] ; then

# METRICS
if [ X${config_Post_MetricsPCMDI} = XTRUE ] ; then

export Script_Post_Output=metrics_LMDZ.${PeriodDateEnd?} ;
IGCM_sys_QsubPost metrics_LMDZ ;
export Script_Post_Output=metrics_NEMO.${PeriodDateEnd?} ;
IGCM_sys_QsubPost metrics_NEMO ;

fi
# ATLAS
if [ X${config_Post_AtlasIPSL} = XTRUE ] ; then

export Script_Post_Output=atlas_ORCHIDEE.${PeriodDateEnd?} ;
IGCM_sys_QsubPost atlas_ORCHIDEE ;

Need to add IPSLCM5A2 as configuration.

Change History (1)

comment:1 Changed 7 years ago by aclsce

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