source: CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_WORK/EXPLANDU/COMP/lim2.driver @ 731

Last change on this file since 731 was 731, checked in by mmaipsl, 15 years ago

Add two new configurations in IPSLCM5_WORK :
EXPLANDU to activate LAND_USE in couple model (default map = 20C3M)

See http://forge.ipsl.jussieu.fr/orchidee/wiki/LandUse
and test in http://dods.extra.cea.fr/data/p86manci/IPSLCM5/CM5LU2/MONITORING/

EXPBIOS to activate BIO-CHEMICAL processes (STOMATE) with Land Use 1860 map.

See test in http://dods.extra.cea.fr/data/p86manci/IPSLCM5/CM5STO/

  • Property svn:executable set to *
File size: 525 bytes
Line 
1#!/bin/ksh
2
3#-----------------------------------
4function ICE_Initialize
5{ 
6    IGCM_debug_PushStack "ICE_Initialize"
7
8    echo INITIALIZE ICE !!!
9
10    IGCM_debug_PopStack "ICE_Initialize"
11}
12
13#-----------------------------------
14function ICE_Update
15{
16    IGCM_debug_PushStack "ICE_Update"
17
18    echo UPDATE ICE !!!
19
20    IGCM_debug_PopStack "ICE_Update"
21}
22
23#-----------------------------------
24function ICE_Finalize
25{
26    IGCM_debug_PushStack "ICE_Finalize"
27
28    echo FINALIZE ICE !!!
29
30    IGCM_debug_PopStack "ICE_Finalize"
31}
Note: See TracBrowser for help on using the repository browser.