source: CONFIG/LMDZORINCA/tags/LMDZORINCA_v1/CREATE/COMP/inca.driver @ 1444

Last change on this file since 1444 was 1444, checked in by acosce, 13 years ago

new option in CREATE directory to add creation of grid

File size: 999 bytes
Line 
1#- $Id: inca.driver 184 2007-10-19 13:38:59Z 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    RESOL_CHM=$( echo $RESOL_ATM | awk "-FD" '{print $2}' )
12    echo 'resol chimie', $RESOL_CHM
13    echo "INCA Tag : LMDZ-INCA" ${config_UserChoices_TagName}
14
15    IGCM_debug_PopStack "CHM_Initialize"
16}
17
18#-----------------------------------------------------------------
19function CHM_Update
20{
21    IGCM_debug_PushStack "CHM_Update"
22    IGCM_debug_PopStack "CHM_Update"
23}
24
25#-----------------------------------------------------------------
26function CHM_Finalize
27{
28    IGCM_debug_PushStack "CHM_Finalize"
29
30    echo FINALIZE CHM !!!
31#
32#    IGCM_sys_Mkdir ${R_OUT_EXE}
33#    cd ${MODIPSL}
34#    tar cf src_${config_UserChoices_JobName}.tar  modeles
35#    IGCM_sys_Mv src_${config_UserChoices_JobName}.tar ${R_OUT_EXE}/.
36#    cd -
37#
38
39    IGCM_debug_PopStack "CHM_Finalize"
40}
Note: See TracBrowser for help on using the repository browser.