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/CreateWeightsMask.bash

    r6107 r6190  
    2121### =========================================================================== 
    2222## 
    23 ##  Warning, to install, configure, run, use any of Olivier Marti's 
    24 ##  software or to read the associated documentation you'll need at least 
    25 ##  one (1) brain in a reasonably working order. Lack of this implement 
    26 ##  will void any warranties (either express or implied). 
    27 ##  O. Marti assumes no responsability for errors, omissions, 
    28 ##  data loss, or any other consequences caused directly or indirectly by 
    29 ##  the usage of his software by incorrectly or partially configured 
    30 ##  personal. 
     23##  MOSAIX is under CeCILL_V2 licence. See "Licence_CeCILL_V2-en.txt" 
     24##  file for an english version of the licence and 
     25##  "Licence_CeCILL_V2-fr.txt" for a french version. 
     26## 
     27##  Permission is hereby granted, free of charge, to any person or 
     28##  organization obtaining a copy of the software and accompanying 
     29##  documentation covered by this license (the "Software") to use, 
     30##  reproduce, display, distribute, execute, and transmit the 
     31##  Software, and to prepare derivative works of the Software, and to 
     32##  permit third-parties to whom the Software is furnished to do so, 
     33##  all subject to the following: 
     34## 
     35##  Warning, to install, configure, run, use any of MOSAIX software or 
     36##  to read the associated documentation you'll need at least one (1) 
     37##  brain in a reasonably working order. Lack of this implement will 
     38##  void any warranties (either express or implied).  Authors assumes 
     39##  no responsability for errors, omissions, data loss, or any other 
     40##  consequences caused directly or indirectly by the usage of his 
     41##  software by incorrectly or partially configured 
     42## 
    3143## 
    3244## SVN information 
     
    7082echo ${Titre}"Defines model"${Norm} 
    7183# ================================= 
    72 #CplModel=ORCA2.3xLMD9695 
     84CplModel=ORCA2.3xLMD9695 
    7385#CplModel=ORCA2.3xICO30 
    7486#CplModel=ORCA2.3xICO40 
     
    7890#CplModel=eORCA1.2xLMD256256 
    7991#CplModel=eORCA1.2xICO40 
    80 CplModel=eORCA1.4.2xICO40 
     92#CplModel=eORCA1.4.2xICO40 
    8193#CplModel=eORCA1.2xICO450 
    8294#CplModel=eORCA025.1xLMD256256 
     
    898910echo ${Titre}"Save results"${Norm} 
    899911## =========================================================================== 
    900 for File in $(ls dia_*.nc rmp_*.nc ${ATM}_grid_maskFrom_${OCE}*.nc areas_${OCE}x${ATM}*.nc grids_${OCE}x${ATM}*.nc masks_${OCE}x${ATM}*.nc 2> /dev/null ) ; do 
    901     cp ${File} ${SUBMIT_DIR} 
    902 done 
     912#for File in $(ls dia_*.nc rmp_*.nc ${ATM}_grid_maskFrom_${OCE}*.nc areas_${OCE}x${ATM}*.nc grids_${OCE}x${ATM}*.nc masks_${OCE}x${ATM}*.nc 2> /dev/null ) ; do 
     913#    cp ${File} ${SUBMIT_DIR} 
     914#done 
    903915 
    904916 
Note: See TracChangeset for help on using the changeset viewer.