Changeset 3640


Ignore:
Timestamp:
03/15/18 11:52:54 (6 years ago)
Author:
omamce
Message:

O.M. : remove erroneous keywod $Log

Location:
TOOLS/MOSAIX
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/MOSAIX/CreateOasisGrids.bash

    r3633 r3640  
    2424#  $Id: CreateOasisGrids.bash 3625 2018-03-12 10:17:59Z omamce $ 
    2525#  $HeadURL$ 
    26 #  $Log: $ 
    2726 
    2827## 
     
    376375            --attribute SVN_Revision,global,o,c,"$Revision: 3625 $"                    \ 
    377376            --attribute SVN_Id,global,o,c,"$Id: CreateOasisGrids.bash 3625 2018-03-12 10:17:59Z omamce $"                                \ 
    378             --attribute SVN_Log,global,o,c,"$Log: $"                               \ 
    379377            ${type}_${CplModel}.nc 
    380378done 
  • TOOLS/MOSAIX/CreateRestartAtm4Oasis.bash

    r3633 r3640  
    2525#  $Id: CreateRestartAtm4Oasis.bash 3625 2018-03-12 10:17:59Z omamce $ 
    2626#  $HeadURL$ 
    27 #  $Log: $ 
    2827 
    2928# Usage exemples : 
     
    256255        --attribute SVN_Revision,global,o,c,"$Revision: 3625 $"               \ 
    257256        --attribute SVN_Id,global,o,c,"$Id: CreateRestartAtm4Oasis.bash 3625 2018-03-12 10:17:59Z omamce $"                                \ 
    258         --attribute SVN_Log,global,o,c,"$Log: $"                              \ 
    259257        flxat.nc 
    260258 
  • TOOLS/MOSAIX/CreateRestartOce4Oasis.bash

    r3633 r3640  
    2525#  $Id: CreateRestartOce4Oasis.bash 3625 2018-03-12 10:17:59Z omamce $ 
    2626#  $HeadURL$ 
    27 #  $Log: $ 
    2827 
    2928# Usage exemples : 
     
    178177        --attribute SVN_Revision,global,o,c,"$Revision: 3625 $"               \ 
    179178        --attribute SVN_Id,global,o,c,"$Id: CreateRestartOce4Oasis.bash 3625 2018-03-12 10:17:59Z omamce $" \ 
    180         --attribute SVN_Log,global,o,c,"$Log: $"                               \ 
    181179        sstoc.nc 
    182180 
  • TOOLS/MOSAIX/CreateWeightsMask.bash

    r3639 r3640  
    3636#  $Id: CreateWeightsMask.bash 3625 2018-03-12 10:17:59Z omamce $ 
    3737#  $HeadURL$ 
    38 #  $Log: $ 
    3938 
    4039## 
     
    339338            --attribute SVN_Revision,global,o,c,"$Revision: 3625 $"               \ 
    340339            --attribute SVN_Id,global,o,c,"$Id: CreateWeightsMask.bash 3625 2018-03-12 10:17:59Z omamce $"                                \ 
    341             --attribute SVN_Log,global,o,c,"$Log: $"                              \ 
    342340            ${InFile} 
    343341done 
  • TOOLS/MOSAIX/iodef.xml

    r3633 r3640  
    8282        <variable name="SVN_Id"        type="string">$Id: iodef_oce_to_atm.xml 3623 2018-03-12 09:59:12Z omamce $</variable> 
    8383        <variable name="SVN_HeadURL"   type="string">$HeadURL$</variable> 
    84         <variable name="SVN_Log"       type="string">$Log: $</variable> 
    8584         
    8685         
  • TOOLS/MOSAIX/iodef_atm_to_oce.xml

    r3633 r3640  
    8282        <variable name="SVN_Id"        type="string">$Id: iodef_atm_to_oce.xml 3623 2018-03-12 09:59:12Z omamce $</variable> 
    8383        <variable name="SVN_HeadURL"   type="string">$HeadURL$</variable> 
    84         <variable name="SVN_Log"       type="string">$Log: $</variable> 
    8584         
    8685        <field name="field01_dst" field_ref="field01_src" domain_ref="domain_dst" operation="once" prec="8" /> 
  • TOOLS/MOSAIX/iodef_oce_to_atm.xml

    r3633 r3640  
    8282        <variable name="SVN_Id"        type="string">$Id: iodef_oce_to_atm.xml 3623 2018-03-12 09:59:12Z omamce $</variable> 
    8383        <variable name="SVN_HeadURL"   type="string">$HeadURL$</variable> 
    84         <variable name="SVN_Log"       type="string">$Log: $</variable> 
    8584         
    8685        <field name="OceFrac"     field_ref="mask_src"    domain_ref="domain_dst" operation="once" prec="8" /> 
  • TOOLS/MOSAIX/src/MOSAIX/interpol.f90

    r3633 r3640  
    3535   CHARACTER (LEN=80) :: SVN_Id       = "$Id: interpol.f90 3623 2018-03-12 09:59:12Z omamce $" 
    3636   CHARACTER (LEN=240):: SVN_HeadURL  = "$HeadURL$" 
    37    CHARACTER (LEN=80) :: SVN_Log      = "$Log: $" 
    3837 
    3938   !! 
Note: See TracChangeset for help on using the changeset viewer.