source: CONFIG/trunk/IPSL_ESM_V1/EXP00/COMP/inca.driver @ 103

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

ACo : First import of configuration IPSL_ESM_V1

File size: 847 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.