Ignore:
Timestamp:
12/06/23 10:13:00 (7 months ago)
Author:
omamce
Message:

O.M. :

WATER_BUDGET : put function common to ATM and OCE in WAterUtils library

use of dictionary for all input parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/WATER_BUDGET/libIGCM_sys.py

    r6676 r6688  
    11# -*- coding: utf-8 -*- 
    2 ## =========================================================================== 
    3 ## 
    4 ##  This software is governed by the CeCILL  license under French law and 
    5 ##  abiding by the rules of distribution of free software.  You can  use, 
    6 ##  modify and/ or redistribute the software under the terms of the CeCILL 
    7 ##  license as circulated by CEA, CNRS and INRIA at the following URL 
    8 ##  "http://www.cecill.info". 
    9 ## 
    10 ##  Warning, to install, configure, run, use any of Olivier Marti's 
    11 ##  software or to read the associated documentation you'll need at least 
    12 ##  one (1) brain in a reasonably working order. Lack of this implement 
    13 ##  will void any warranties (either express or implied). 
    14 ##  O. Marti assumes no responsability for errors, omissions, 
    15 ##  data loss, or any other consequences caused directly or indirectly by 
    16 ##  the usage of his software by incorrectly or partially configured 
    17 ##  personal. 
    18 ## 
    19 ## =========================================================================== 
    202''' 
    213Defines libIGCM directories, depending of the computer 
    224 
    235olivier.marti@lsce.ipsl.fr 
     6 
     7  This library if a layer under some usefull 
     8  environment variables and commands. 
     9  All those definitions depend on host particularities. 
     10  It manages a stack mechanism and test validity of operations. 
     11 
     12  This software is governed by the CeCILL  license under French law and 
     13  abiding by the rules of distribution of free software.  You can  use, 
     14  modify and/ or redistribute the software under the terms of the CeCILL 
     15  license as circulated by CEA, CNRS and INRIA at the following URL 
     16  "http://www.cecill.info". 
     17 
     18  Warning, to install, configure, run, use any of Olivier Marti's 
     19  software or to read the associated documentation you'll need at least 
     20  one (1) brain in a reasonably working order. Lack of this implement 
     21  will void any warranties (either express or implied). 
     22  O. Marti assumes no responsability for errors, omissions, 
     23  data loss, or any other consequences caused directly or indirectly by 
     24  the usage of his software by incorrectly or partially configured 
     25  personal. 
     26 
     27SVN information 
     28 $Author$ 
     29 $Date$ 
     30 $Revision$ 
     31 $Id$ 
     32 $HeadURL$ 
    2433''' 
    2534 
Note: See TracChangeset for help on using the changeset viewer.