Changeset 3623 for TOOLS/MOSAIX


Ignore:
Timestamp:
03/12/18 10:59:12 (6 years ago)
Author:
omamce
Message:

O.M.: add SVN properties

Location:
TOOLS/MOSAIX
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/MOSAIX/CreateNemoAtmWeightsMask.bash

    • Property svn:keywords set to Date Revision HeadURL Author Id
  • TOOLS/MOSAIX/CreateOasisGrids.bash

    • Property svn:keywords set to Date Revision HeadURL Author Id
    r3620 r3623  
    1515##  personal. 
    1616## 
     17## SVN information 
     18#  $Author$ 
     19#  $Date$ 
     20#  $Revision$ 
     21#  $Id$ 
     22#  $Log: $ 
    1723 
    1824## 
     
    361367            --attribute release,global,o,c,"$(uname -r)"               \ 
    362368            --attribute hardware,global,o,c,"$(uname -i)"              \ 
     369            --attribute Comment,global,o,c,"Preliminary attempt - Do not trust !" \ 
     370            --attribute SVN_Author,global,o,c,"$Author"                           \ 
     371            --attribute SVN_Date,global,o,c,"$Date$"                            \ 
     372            --attribute SVN_Revision,global,o,c,"$Revision$"                    \ 
     373            --attribute SVN_Id,global,o,c,"$Id$"                                \ 
     374            --attribute SVN_Lo,global,o,c,"$Log: $"                               \ 
    363375            ${type}_${CplModel}.nc 
    364376done 
  • TOOLS/MOSAIX/CreateRestartAtm4Oasis.bash

    • Property svn:keywords set to Date Revision HeadURL Author Id
    r3620 r3623  
    1616##  personal. 
    1717## 
     18## SVN information 
     19#  $Author$ 
     20#  $Date$ 
     21#  $Revision$ 
     22#  $Id$ 
     23#  $Log: $ 
    1824 
    1925# Usage exemples : 
     
    240246        --attribute hardware,global,o,c,"$(uname -i)"                         \ 
    241247        --attribute directory,global,o,c,"$(pwd)"                             \ 
    242         --attribute Comment,global,o,c,"${Comment}"                \ 
     248        --attribute Comment,global,o,c,"${Comment}"                           \ 
     249        --attribute Comment,global,o,c,"Preliminary attempt - Do not trust !" \ 
     250        --attribute     SVN_Author,global,o,c,"$Author"                       \ 
     251        --attribute SVN_Date,global,o,c,"$Date$"                            \ 
     252        --attribute SVN_Revision,global,o,c,"$Revision$"                    \ 
     253        --attribute SVN_Id,global,o,c,"$Id$"                                \ 
     254        --attribute SVN_Lo,global,o,c,"$Log: $"                               \ 
    243255        flxat.nc 
    244256 
  • TOOLS/MOSAIX/CreateRestartOce4Oasis.bash

    • Property svn:keywords set to Date Revision HeadURL Author Id
    r3620 r3623  
    1616##  personal. 
    1717## 
     18## SVN information 
     19#  $Author$ 
     20#  $Date$ 
     21#  $Revision$ 
     22#  $Id$ 
     23#  $Log: $ 
    1824 
    1925# Usage exemples : 
     
    164170        --attribute directory,global,o,c,"$(pwd)"                             \ 
    165171        --attribute Comment,global,o,c,"${Comment}"                           \ 
     172        --attribute     SVN_Author,global,o,c,"$Author"                       \ 
     173        --attribute SVN_Date,global,o,c,"$Date$"                            \ 
     174        --attribute SVN_Revision,global,o,c,"$Revision$"                    \ 
     175        --attribute SVN_Id,global,o,c,"$Id$"                                \ 
     176        --attribute SVN_Lo,global,o,c,"$Log: $"                               \ 
    166177        sstoc.nc 
    167178 
  • TOOLS/MOSAIX/CreateWeightsMask.bash

    • Property svn:keywords set to Date Revision HeadURL Author Id
    r3620 r3623  
    2828##  personal. 
    2929## 
     30## SVN information 
     31#  $Author$ 
     32#  $Date$ 
     33#  $Revision$ 
     34#  $Id$ 
     35#  $Log: $ 
    3036 
    3137## 
     
    326332            --attribute description,global,o,c,"Generated with XIOS http://forge.ipsl.jussieu.fr/ioserver" \ 
    327333            --attribute Comment,global,o,c,"Preliminary attempt - Do not trust !" \ 
     334            --attribute SVN_Author,global,o,c,"$Author"                           \ 
     335            --attribute SVN_Date,global,o,c,"$Date$"                            \ 
     336            --attribute SVN_Revision,global,o,c,"$Revision$"                    \ 
     337            --attribute SVN_Id,global,o,c,"$Id$"                                \ 
     338            --attribute SVN_Lo,global,o,c,"$Log: $"                               \ 
    328339            ${InFile} 
    329340done 
  • TOOLS/MOSAIX/Setup.bash

    • Property svn:keywords set to Date Revision HeadURL Author Id
  • TOOLS/MOSAIX/iodef.xml

    • Property svn:keywords set to Date Revision HeadURL Author Id
  • TOOLS/MOSAIX/iodef_atm_to_oce.xml

    • Property svn:keywords set to Date Revision HeadURL Author Id
    r3620 r3623  
    7777        <variable name="Institution"   type="string">IPSL</variable> 
    7878        <variable name="Model"         type="string">IPSL CM6</variable> 
    79  
     79        <variable name="SVN_Author"    type="string">$Author$</variable> 
     80        <variable name="SVN_Date"      type="string">$Date$ 
     81        <variable name="SVN_Revision"  type="string">$Revision$</variable> 
     82        <variable name="SVN_Id"        type="string">$Id$</variable> 
     83        <variable name="SVN_Log"       type="string">$Log: $</variable> 
     84         
    8085        <field name="field01_dst" field_ref="field01_src" domain_ref="domain_dst" operation="once" prec="8" /> 
    8186        <field name="field02_dst" field_ref="field02_src" domain_ref="domain_dst" operation="once" prec="8" /> 
  • TOOLS/MOSAIX/iodef_oce_to_atm.xml

    • Property svn:keywords set to Date Revision HeadURL Author Id
    r3620 r3623  
    7777        <variable name="Institution"   type="string">IPSL</variable> 
    7878        <variable name="Model"         type="string">IPSL CM6</variable> 
     79        <variable name="SVN_Author"    type="string">$Author$</variable> 
     80        <variable name="SVN_Date"      type="string">$Date$ 
     81        <variable name="SVN_Revision"  type="string">$Revision$</variable> 
     82        <variable name="SVN_Id"        type="string">$Id$</variable> 
     83        <variable name="SVN_Log"       type="string">$Log: $</variable> 
    7984         
    8085        <field name="OceFrac"     field_ref="mask_src"    domain_ref="domain_dst" operation="once" prec="8" /> 
  • TOOLS/MOSAIX/rangement.bash

    • Property svn:keywords set to Date Revision HeadURL Author Id
  • TOOLS/MOSAIX/src/MOSAIX/interpol.f90

    • Property svn:keywords set to Date Revision HeadURL Author Id
    r3622 r3623  
    2828   INTEGER :: narg, ja !< To handle command line arguments 
    2929   CHARACTER (LEN=80) :: cmd_arg 
     30   ! 
     31   !! SVN information 
     32   CHARACTER (LEN=80) :: SVN_Author   = "$Author$" 
     33   CHARACTER (LEN=80) :: SVN_Date     = "$Date$" 
     34   CHARACTER (LEN=80) :: SVN_Revision = "$Revision$" 
     35   CHARACTER (LEN=80) :: SVN_Id       = "$Id$" 
     36   CHARACTER (LEN=80) :: SVN_Log      = "$Log: $" 
     37 
    3038   !! 
    3139   !< Initialisation 
  • TOOLS/MOSAIX/update_xml.py

    • Property svn:keywords set to Date Revision HeadURL Author Id
    r3620 r3623  
    1414##  personal. 
    1515## 
    16 # 
    17 __version__ = "0.1" 
     16## SVN information 
     17__Author__   = "$Author$" 
     18__Date__     = "$Date$" 
     19__Revision__ = "$Revision$" 
     20__Id__       = "$Id$" 
     21__Log__      = "$Log: $" 
     22 
    1823#  
    1924# Tested with python/2.7.12 and python/3.6.4 
Note: See TracChangeset for help on using the changeset viewer.