New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
create_template in branches/nemo_v3_3_beta/NEMOGCM/EXTERNAL/XMLIO_SERVER/src/XMLIO – NEMO

source: branches/nemo_v3_3_beta/NEMOGCM/EXTERNAL/XMLIO_SERVER/src/XMLIO/create_template @ 2281

Last change on this file since 2281 was 2281, checked in by smasson, 14 years ago

set proper svn properties to all files...

  • Property svn:keywords set to Id
File size: 450 bytes
Line 
1#! /bin/bash
2
3function template()
4{
5  echo ${1}
6  sed "s/#TYPE#/${1}/g" vector_def.template > vector_${1}_def.inc
7  sed "s/#TYPE#/${1}/g" vector_contains.template > vector_${1}_contains.inc
8}
9
10
11template field
12template field_group
13template axis
14template axis_group
15template node
16template domain
17template grid
18template grid_group
19template file
20template file_group
21template field_dep
22template file_dep
23template field_out
24template context
25template zoom
Note: See TracBrowser for help on using the repository browser.