Ignore:
Timestamp:
07/06/22 11:06:07 (2 years ago)
Author:
omamce
Message:

O.M. : Evolution on MOSAIX

  • Add licensing information
  • Update and beautify README.md
  • Add few model version to known list
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/MOSAIX/Build_coordinates_mask.py

    r6124 r6190  
    66# creates file coordinates_mask.nc used by mosaix from NEMO netcdf files  
    77# coordinates.nc and bathymetry.nc (on the same grid as coordinates.nc) 
    8  
     8##  
     9##  MOSAIX is under CeCILL_V2 licence. See "Licence_CeCILL_V2-en.txt" 
     10##  file for an english version of the licence and 
     11##  "Licence_CeCILL_V2-fr.txt" for a french version. 
     12## 
     13##  Permission is hereby granted, free of charge, to any person or 
     14##  organization obtaining a copy of the software and accompanying 
     15##  documentation covered by this license (the "Software") to use, 
     16##  reproduce, display, distribute, execute, and transmit the 
     17##  Software, and to prepare derivative works of the Software, and to 
     18##  permit third-parties to whom the Software is furnished to do so, 
     19##  all subject to the following: 
     20## 
     21##  Warning, to install, configure, run, use any of MOSAIX software or 
     22##  to read the associated documentation you'll need at least one (1) 
     23##  brain in a reasonably working order. Lack of this implement will 
     24##  void any warranties (either express or implied).  Authors assumes 
     25##  no responsability for errors, omissions, data loss, or any other 
     26##  consequences caused directly or indirectly by the usage of his 
     27##  software by incorrectly or partially configured 
     28## 
     29## 
    930import numpy  as np 
    1031import xarray as xr 
Note: See TracChangeset for help on using the changeset viewer.