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/branches/UKMO/NEMO_4.0-TRUNK_r14960_HPG/tests/ADIAB_WAVE/EXPREF – NEMO

source: NEMO/branches/UKMO/NEMO_4.0-TRUNK_r14960_HPG/tests/ADIAB_WAVE/EXPREF/file_def_nemo-oce.xml @ 15719

Last change on this file since 15719 was 15719, checked in by dbruciaferri, 2 years ago

updating tests from git repo

File size: 1.3 KB
Line 
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   
10    <file_definition type="one_file" name="@expname@" sync_freq="10d" min_digits="4">
11     <file_group id="1s" output_freq="1s"  output_level="10" enabled=".TRUE." >  <!-- 5d files -->
12   <file id="file1" name_suffix="_grid_U" description="ocean U grid variables" >
13     <field field_ref="e3u"          name="e3u_inst"     long_name="instantaneous U-cell thickness"        operation="instant" />
14          <field field_ref="uoce"         name="uo_inst"      long_name="instantaneous sea water x velocity"    operation="instant" />
15          <field field_ref="ustokes"     name="sdzocrtx" long_name="instantaneous sea water sd x velocity"    operation="instant"/>
16   </file>
17   
18      </file_group>
19     
20   </file_definition>
Note: See TracBrowser for help on using the repository browser.