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/2021/dev_r14318_RK3_stage1_tsplit/tests/SEICHE/EXPREF – NEMO

source: NEMO/branches/2021/dev_r14318_RK3_stage1_tsplit/tests/SEICHE/EXPREF/file_def_nemo-oce.xml @ 14597

Last change on this file since 14597 was 14597, checked in by jchanut, 3 years ago

#2634: Implement Marsaleix (2008) and Demange (2019) test case (an external SEICHE over a 2DV stratified ocean and a seamount). One can optionnaly retrieve a standard external or 2 layer internal Seiche with a flat bottom.

File size: 2.2 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="4h" min_digits="4">
11      <file_group id="4h" output_freq="4h"  output_level="10" enabled=".TRUE." >  <!-- 1h 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"  />
17     <field field_ref="tpt_dep"      name="tpt_dep"     long_name="instantaneous T-cell depth"                operation="instant" />
18   </file>
19
20   <file id="file2" name_suffix="_grid_U" description="ocean U grid variables" >
21     <field field_ref="e3u"          name="e3u_inst"     long_name="instantaneous U-cell thickness"        operation="instant" />
22          <field field_ref="baro_u"         name="ubar_inst"    long_name="instantaneous barotropic x velocity"   />
23     <field field_ref="uoce"         name="uo_inst"      long_name="instantaneous sea water x velocity"    operation="instant" />
24   </file>
25   
26   <file id="file3" name_suffix="_grid_W" description="ocean W grid variables" >
27     <field field_ref="woce"         name="wo_inst"      long_name="instantaneous ocean vertical velocity" operation="instant" />
28     <field field_ref="e3w"          name="e3w_inst"     long_name="instantaneous T-cell thickness"                operation="instant" />
29   </file>
30
31      </file_group>
32
33   </file_definition>
Note: See TracBrowser for help on using the repository browser.