source: CONFIG/UNIFORM/v5/IPSLCM5CHT_v5/GENERAL/DRIVER/reprobus.driver @ 2101

Last change on this file since 2101 was 1818, checked in by acosce, 12 years ago

Add coupled configuration with aerosol online

File size: 476 bytes
Line 
1
2# $Id$
3#
4#!/bin/ksh
5#-----------------------------------------------------------------
6
7function CHM_Initialize
8{
9    IGCM_debug_PushStack "CHM_Initialize"
10
11    IGCM_debug_PopStack "CHM_Initialize"
12}
13
14#-----------------------------------------------------------------
15function CHM_Update
16{
17    IGCM_debug_PushStack "CHM_Update"
18
19}
20
21#-----------------------------------
22function CHM_Finalize
23{
24    IGCM_debug_PushStack "CHM_Finalize"
25
26    IGCM_debug_PopStack "CHM_Finalize"
27}
Note: See TracBrowser for help on using the repository browser.