New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
trends.driver in branches/libIGCM/GYRE_LOBSTER/IGCM00/COMP – NEMO

source: branches/libIGCM/GYRE_LOBSTER/IGCM00/COMP/trends.driver @ 1337

Last change on this file since 1337 was 1337, checked in by clelod, 15 years ago

CE + MAF + CL : files added for GYRE_LOBSTER libIGCM configuration

File size: 562 bytes
Line 
1#!/bin/ksh
2
3#-----------------------------------
4function TRENDS_Initialize
5{ 
6    IGCM_debug_PushStack "TRENDS_Initialize"
7
8    echo INITIALIZE TRENDS !!!
9
10    IGCM_debug_PopStack "TRENDS_Initialize"
11}
12
13#-----------------------------------
14function TRENDS_Update
15{
16    IGCM_debug_PushStack "TRENDS_Update"
17
18    echo UPDATE TRENDS !!!
19
20    IGCM_debug_PopStack "TRENDS_Update"
21}
22
23#-----------------------------------
24function TRENDS_Finalize
25{
26    IGCM_debug_PushStack "TRENDS_Finalize"
27
28    echo FINALIZE TRENDS !!!
29
30    IGCM_debug_PopStack "TRENDS_Finalize"
31}
32
Note: See TracBrowser for help on using the repository browser.