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

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

ACo : add a new experience directory for ch4_aer configuration

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