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/OVERFLOW/EXPREF/AGRIF – NEMO

source: NEMO/branches/2020/dev_r13312_AGRIF-03-04_jchanut_vinterp_tstep/tests/OVERFLOW/EXPREF/AGRIF/file_def_nemo-oce.xml @ 13936

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

#2222, Add Overflow with embedded zoom (input domain files are required)

File size: 1.7 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="1h" min_digits="4">
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="toce"         name="thetao_inst"  long_name="instantaneous sea water potential temperature" operation="instant" /> 
15          <field field_ref="tpt_dep" operation="instant" />
16   </file>
17
18   <file id="file3" name_suffix="_grid_U" description="ocean U grid variables" >
19     <field field_ref="uoce"         name="uo_inst"      long_name="instantaneous sea water x velocity"    operation="instant" />
20   </file>
21   
22   <file id="file4" name_suffix="_grid_V" description="ocean V grid variables" >
23     <field field_ref="voce"         name="vo_inst"      long_name="instantaneous sea water y velocity"    operation="instant" />
24   </file>
25   
26   <file id="file5" 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   </file>
29
30      </file_group>
31
32   </file_definition>
Note: See TracBrowser for help on using the repository browser.