source: CONFIG/trunk/LMDZINCA_v2/EXP_GES/COMP/inca.driver @ 119

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

ACo : add new configurations for LMDZINCA

NMHC - NMHC_AER - GES - CH4
fixe bug in old configuration
CH4_AER - AER

  • Property svn:executable set to *
File size: 906 bytes
Line 
1#- $Id: inca.driver 70 2007-06-21 14:20:42Z acosce $
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/INCA3
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.