source: CONFIG/trunk/LMDZINCA_v2/EXP_CH4_AER/COMP/inca.driver @ 73

Last change on this file since 73 was 73, checked in by acosce, 17 years ago

Add Id in file

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 849 bytes
Line 
1# $Id$
2#!/bin/ksh
3
4#D- Driver du script pour INCA
5
6#-----------------------------------------------------------------
7function CHM_Initialize
8{
9    IGCM_debug_PushStack "CHM_Initialize"
10
11    echo "INCA Tag : LMDZ-INCA" ${config_UserChoices_TagName}
12
13    IGCM_debug_PopStack "CHM_Initialize"
14}
15
16#-----------------------------------------------------------------
17function CHM_Update
18{
19    IGCM_debug_PushStack "CHM_Update"
20    IGCM_debug_PopStack "CHM_Update"
21}
22
23#-----------------------------------------------------------------
24function CHM_Finalize
25{
26    IGCM_debug_PushStack "CHM_Finalize"
27
28    echo FINALIZE CHM !!!
29
30    IGCM_sys_Mkdir ${R_OUT_EXE}
31    cd ${MODIPSL}
32    tar cf src_${config_UserChoices_JobName}.tar  modeles
33    IGCM_sys_Mv src_${config_UserChoices_JobName}.tar ${R_OUT_EXE}/.
34    cd -
35
36
37    IGCM_debug_PopStack "CHM_Finalize"
38}
Note: See TracBrowser for help on using the repository browser.