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/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/tests/CANAL/EXPREF – NEMO

source: NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/tests/CANAL/EXPREF/file_def_nemo-oce.xml @ 10410

Last change on this file since 10410 was 9572, checked in by nicolasmartin, 6 years ago

Global renaming for reference configurations and test cases (./CONFIG): 2 steps for removing symbolic links

  • Folders
    • ORCA2_LIM3_PISCES -> ORCA2_SI3_PISCES
    • ORCA2_SAS_LIM3 -> ORCA2_SAS_SI3
  • CPP keys: key_lim3 -> key_si3
  • Namelists and XML
    • namelist_ice_lim3_ref -> namelist_ice_si3_ref
    • file_def_nemo-opa.xml -> file_def_nemo-oce.xml, file_def_nemo-lim.xml -> file_def_nemo-ice.xml
    • field_def_nemo-opa.xml -> field_def_nemo-oce.xml, field_def_nemo-lim.xml -> field_def_nemo-ice.xml
    • namp.zlim -> namp.zice
  • Cleaning of configurations list in cfg.txt
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="10d" min_digits="4">
11      <file_group id="1ts" output_freq="1ts"  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" /> 
15     <field field_ref="soce" /> 
16     <field field_ref="ssh"  />
17     <field field_ref="salgrad"  />
18     <field field_ref="ke_zint"  />
19     <field field_ref="relvor"  />
20     <field field_ref="potvor"  />
21     <field field_ref="saltc"  />
22     <field field_ref="salt2c"  />
23   </file>
24
25   <file id="file3" name_suffix="_grid_U" description="ocean U grid variables" >
26     <field field_ref="utau"  />
27     <field field_ref="uoce" />
28     <field_group group_ref="trendU"  /> 
29   </file>
30   
31   <file id="file4" name_suffix="_grid_V" description="ocean V grid variables" >
32     <field field_ref="vtau"  />
33     <field field_ref="voce" />
34     <field_group group_ref="trendV"  /> 
35   </file>
36   
37   <file id="file5" name_suffix="_grid_W" description="ocean W grid variables" >
38     <field field_ref="woce" />
39   </file>
40
41      </file_group>
42
43   </file_definition>
Note: See TracBrowser for help on using the repository browser.