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.
file_def_nemo-oce.xml in NEMO/trunk/tests/LOCK_EXCHANGE/EXPREF – NEMO

source: NEMO/trunk/tests/LOCK_EXCHANGE/EXPREF/file_def_nemo-oce.xml @ 10548

Last change on this file since 10548 was 10548, checked in by clem, 5 years ago

put one file in xml for the test cases

File size: 2.3 KB
RevLine 
[7635]1<?xml version="1.0"?>
2    <!--
3============================================================================================================
4=                                           output files definition                                        =
5=                                            Define your own files                                         =
6=                                         put the variables you want...                                    =
7============================================================================================================
8    -->
9   
[10548]10    <file_definition type="one_file" name="@expname@" sync_freq="10d" min_digits="4">
[7635]11      <file_group id="30mi" output_freq="30mi"  output_level="10" enabled=".TRUE." >  <!-- 5d files --> 
12 
13   <file id="file1" name_suffix="_grid_T" description="ocean T grid variables" >
14     <field field_ref="e3t"          name="e3t_inst"     long_name="instantaneous T-cell thickness"                operation="instant" />
15     <field field_ref="toce"         name="thetao_inst"  long_name="instantaneous sea water potential temperature" operation="instant" /> 
16     <field field_ref="ssh"          name="ssh_inst"     long_name="instantaneous sea surface height above geoid"  operation="instant" />
17   </file>
18
19   <file id="file3" name_suffix="_grid_U" description="ocean U grid variables" >
20     <field field_ref="e3u"          name="e3u_inst"     long_name="instantaneous U-cell thickness"        operation="instant" />
21     <field field_ref="uoce"         name="uo_inst"      long_name="instantaneous sea water x velocity"    operation="instant" />
22   </file>
23   
24   <file id="file4" name_suffix="_grid_V" description="ocean V grid variables" >
25     <field field_ref="e3v"          name="e3v_inst"     long_name="instantaneous V-cell thickness"        operation="instant" />
26     <field field_ref="voce"         name="vo_inst"      long_name="instantaneous sea water y velocity"    operation="instant" />
27   </file>
28   
29   <file id="file5" name_suffix="_grid_W" description="ocean W grid variables" >
30     <field field_ref="e3w"          name="e3w_inst"     long_name="instantaneous W-cell thickness"        operation="instant" />
31     <field field_ref="woce"         name="wo_inst"      long_name="instantaneous ocean vertical velocity" operation="instant" />
32   </file>
33
34      </file_group>
35
36   </file_definition>
37   
38
Note: See TracBrowser for help on using the repository browser.