Changeset 3623
- Timestamp:
- 03/12/18 10:59:12 (7 years ago)
- 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 15 15 ## personal. 16 16 ## 17 ## SVN information 18 # $Author$ 19 # $Date$ 20 # $Revision$ 21 # $Id$ 22 # $Log: $ 17 23 18 24 ## … … 361 367 --attribute release,global,o,c,"$(uname -r)" \ 362 368 --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: $" \ 363 375 ${type}_${CplModel}.nc 364 376 done -
TOOLS/MOSAIX/CreateRestartAtm4Oasis.bash
- Property svn:keywords set to Date Revision HeadURL Author Id
r3620 r3623 16 16 ## personal. 17 17 ## 18 ## SVN information 19 # $Author$ 20 # $Date$ 21 # $Revision$ 22 # $Id$ 23 # $Log: $ 18 24 19 25 # Usage exemples : … … 240 246 --attribute hardware,global,o,c,"$(uname -i)" \ 241 247 --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: $" \ 243 255 flxat.nc 244 256 -
TOOLS/MOSAIX/CreateRestartOce4Oasis.bash
- Property svn:keywords set to Date Revision HeadURL Author Id
r3620 r3623 16 16 ## personal. 17 17 ## 18 ## SVN information 19 # $Author$ 20 # $Date$ 21 # $Revision$ 22 # $Id$ 23 # $Log: $ 18 24 19 25 # Usage exemples : … … 164 170 --attribute directory,global,o,c,"$(pwd)" \ 165 171 --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: $" \ 166 177 sstoc.nc 167 178 -
TOOLS/MOSAIX/CreateWeightsMask.bash
- Property svn:keywords set to Date Revision HeadURL Author Id
r3620 r3623 28 28 ## personal. 29 29 ## 30 ## SVN information 31 # $Author$ 32 # $Date$ 33 # $Revision$ 34 # $Id$ 35 # $Log: $ 30 36 31 37 ## … … 326 332 --attribute description,global,o,c,"Generated with XIOS http://forge.ipsl.jussieu.fr/ioserver" \ 327 333 --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: $" \ 328 339 ${InFile} 329 340 done -
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 77 77 <variable name="Institution" type="string">IPSL</variable> 78 78 <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 80 85 <field name="field01_dst" field_ref="field01_src" domain_ref="domain_dst" operation="once" prec="8" /> 81 86 <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 77 77 <variable name="Institution" type="string">IPSL</variable> 78 78 <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> 79 84 80 85 <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 28 28 INTEGER :: narg, ja !< To handle command line arguments 29 29 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 30 38 !! 31 39 !< Initialisation -
TOOLS/MOSAIX/update_xml.py
- Property svn:keywords set to Date Revision HeadURL Author Id
r3620 r3623 14 14 ## personal. 15 15 ## 16 # 17 __version__ = "0.1" 16 ## SVN information 17 __Author__ = "$Author$" 18 __Date__ = "$Date$" 19 __Revision__ = "$Revision$" 20 __Id__ = "$Id$" 21 __Log__ = "$Log: $" 22 18 23 # 19 24 # Tested with python/2.7.12 and python/3.6.4
Note: See TracChangeset
for help on using the changeset viewer.