source: CONFIG/UNIFORM/v5/LMDZREPR_v5/GENERAL/DRIVER/reprobus.driver @ 1816

Last change on this file since 1816 was 1670, checked in by jgipsl, 12 years ago
  • Added all .cards needed to run LMDZREPR
  • Added driver for reprobus. Added parameter file reprobus.def and new tracer file, tracer.def.repr
  • In config.def : ok_ade, ok_aie and read_climoz are now set to _AUTO_ which means that the lmdz.driver will add correct value. These values are n,n,0 if running with Reprobus, otherwise y,y,2 as before.
  • Modified AA_make to compile Reprobus (done by makelmdz_fcm).
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.