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/2020/dev_r13312_AGRIF-03-04_jchanut_vinterp_tstep/tests/DOME/EXPREF – NEMO

source: NEMO/branches/2020/dev_r13312_AGRIF-03-04_jchanut_vinterp_tstep/tests/DOME/EXPREF/file_def_nemo-oce.xml @ 14569

Last change on this file since 14569 was 13930, checked in by jchanut, 4 years ago

#2222, add DOME overflow experiment

File size: 2.1 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="1d" min_digits="4">
11      <file_group id="1d" output_freq="1d"  output_level="10" enabled=".TRUE." >  <!-- 1d files --> 
12 
13   <file id="file1" name_suffix="_grid_T" description="ocean T grid variables" >
14     <field field_ref="toce"       name="thetao_inst"   operation="instant" /> 
15          <field field_ref="soce"       name="tracer"        operation="instant" />
16          <field field_ref="ssh"        name="zos"           operation="instant" />
17          <field field_ref="sbt"        name="sbt"           operation="instant" />
18          <field field_ref="sbs"        name="btra"          operation="instant" />
19          <field field_ref="sbh"        name="thick"         operation="instant" />
20          <field field_ref="agrif_spt"  name="Agrif_sponge" />
21   </file>
22
23   <file id="file3" name_suffix="_grid_U" description="ocean U grid variables" >
24     <field field_ref="uoce"         name="uo_inst"      long_name="instantaneous sea water x velocity"    operation="instant" />
25   </file>
26   
27   <file id="file4" name_suffix="_grid_V" description="ocean V grid variables" >
28     <field field_ref="voce"         name="vo_inst"      long_name="instantaneous sea water y velocity"    operation="instant" />
29   </file>
30   
31   <file id="file5" name_suffix="_grid_W" description="ocean W grid variables" >
32     <field field_ref="woce"         name="wo_inst"      long_name="instantaneous ocean vertical velocity" operation="instant" />
33   </file>
34
35      </file_group>
36
37   </file_definition>
Note: See TracBrowser for help on using the repository browser.