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_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/tests/TSUNAMI/EXPREF – NEMO

source: NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/tests/TSUNAMI/EXPREF/file_def_nemo-oce.xml @ 14644

Last change on this file since 14644 was 14644, checked in by sparonuz, 3 years ago

Merge trunk -r14642:HEAD

File size: 951 bytes
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="1ts" output_freq="1ts"  output_level="10" enabled=".TRUE." >  <!-- 5d files --> 
12 
13   <file id="file1" >
14     <field field_ref="baro_u" />
15     <field field_ref="baro_v" />
16     <field field_ref="ssh"    />
17   </file>
18
19      </file_group>
20
21   </file_definition>
Note: See TracBrowser for help on using the repository browser.