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-ice.xml in NEMO/trunk/tests/DONUT/EXPREF – NEMO

source: NEMO/trunk/tests/DONUT/EXPREF/file_def_nemo-ice.xml @ 14226

Last change on this file since 14226 was 14226, checked in by smasson, 3 years ago

trunk: add DONUT test case

File size: 7.7 KB
Line 
1<?xml version="1.0"?>
2    <!-- $id$ -->
3   
4 <!--
5============================================================================================================
6=                                           output files definition                                        =
7=                                      Define your own files for sea ice                                   =
8=                                         put the variables you want...                                    =
9============================================================================================================
10 -->
11   
12 <file_definition type="one_file" name="@expname@_@freq@_@startdate@_@enddate@" sync_freq="1d" min_digits="4">
13   
14   <file_group id="1d" output_freq="1d"  output_level="10" enabled=".TRUE.">  <!-- 1ts files -->     
15     <file id="file21" name_suffix="_icemod" description="ice variables" enabled=".true." >
16
17       <!-- ice mask -->
18       <field field_ref="icemask"          name="simsk"   />
19       <field field_ref="icemask05"        name="simsk05" />
20       <field field_ref="icemask15"        name="simsk15" />
21       
22       <!-- general -->
23       <field field_ref="snwvolu"          name="snvolu" />
24       <field field_ref="icethic"          name="sithic" />
25       <field field_ref="icevolu"          name="sivolu" />
26       <field field_ref="iceconc"          name="siconc" />
27       <field field_ref="icesalt"          name="sisali" />
28       <field field_ref="iceapnd"          name="siapnd" />
29       <field field_ref="icevpnd"          name="sivpnd" />
30       <field field_ref="sst_m"            name="sst_m"  />
31       <field field_ref="sss_m"            name="sss_m"  />
32       
33       <!-- heat -->
34       <field field_ref="icetemp"          name="sitemp" />
35       <field field_ref="snwtemp"          name="sntemp" />
36       <field field_ref="icettop"          name="sittop" />
37       <field field_ref="icetbot"          name="sitbot" />
38       <field field_ref="icetsni"          name="sitsni" />
39       
40       <!-- momentum -->
41       <field field_ref="uice"             name="sivelu"  />
42       <field field_ref="vice"             name="sivelv"  />
43       <field field_ref="icevel"           name="sivelo"  />
44       <field field_ref="utau_ai"          name="utau_ai" />
45       <field field_ref="vtau_ai"          name="vtau_ai" />
46       <field field_ref="utau_oi"          name="utau_oi" />
47       <field field_ref="vtau_oi"          name="vtau_oi" />
48       
49       <!-- rheology -->
50       <field field_ref="icediv"           name="sidive"  />
51       <field field_ref="iceshe"           name="sishea"  />
52       <field field_ref="icestr"           name="sistre"  />
53       <field field_ref="normstr"          name="normstr" />
54       <field field_ref="sheastr"          name="sheastr" />
55       <field field_ref="isig1"            name="isig1"   />
56       <field field_ref="isig2"            name="isig2"   />
57       <field field_ref="isig3"            name="isig3"   />
58       
59       <!-- heat fluxes -->
60       <field field_ref="qt_oce_ai"        name="qt_oce_ai"  />
61       <field field_ref="qt_atm_oi"        name="qt_atm_oi"  />
62       <field field_ref="qtr_ice_top"      name="qtr_ice_top"/>
63       <field field_ref="qtr_ice_bot"      name="qtr_ice_bot"/>
64       <field field_ref="qt_ice"           name="qt_ice"     />
65       <field field_ref="qsr_ice"          name="qsr_ice"    />
66       <field field_ref="qns_ice"          name="qns_ice"    />
67       <field field_ref="qemp_ice"         name="qemp_ice"   />
68       <field field_ref="albedo"           name="albedo"     />
69       
70     <!-- heat fluxes -->
71          <field id="hfxbog"       long_name="heat flux used for bottom ice growth (neg.)"                  unit="W/m2" />
72          <field id="hfxbom"       long_name="heat flux used for bottom ice melt (pos.)"                    unit="W/m2" />
73          <field id="hfxsum"       long_name="heat flux used for surface ice melt"                          unit="W/m2" />
74          <field id="hfxopw"       long_name="heat flux used for open water ice formation"                  unit="W/m2" />
75          <field id="hfxdif"       long_name="heat flux used for ice temperature change"                    unit="W/m2" />
76          <field id="hfxsnw"       long_name="heat flux used for snow melt"                                 unit="W/m2" />
77          <field id="hfxerr"       long_name="heat flux error after heat diffusion"                         unit="W/m2" />
78          <!-- heat fluxes associated with mass exchange -->
79          <field id="hfxthd"       long_name="heat fluxes from ice-ocean mass exchange during thermo"       unit="W/m2" />
80          <field id="hfxdyn"       long_name="heat fluxes from ice-ocean mass exchange during dynamic"      unit="W/m2" />
81          <field id="hfxres"       long_name="heat fluxes from undiagnosed processes"                       unit="W/m2" />
82          <field id="hfxsub"       long_name="heat fluxes from ice-atm. mass exchange during sublimation"   unit="W/m2" />
83          <field id="hfxspr"       long_name="heat fluxes from ice-atm. mass exchange during snow precip"   unit="W/m2" />
84          <field id="hfxdhc"       long_name="Heat content variation in snow and ice (neg = ice cooling)"   unit="W/m2" />
85
86     <field field_ref="hfxcndtop"        name="hfxcndtop"  />
87       <field field_ref="hfxcndbot"        name="hfxcndbot"  />
88       <field field_ref="hfxsensib"        name="hfxsensib"  />
89       
90       <!-- salt fluxes -->
91       <field field_ref="sfxice"           name="sfxice" />
92       
93       <!-- mass fluxes -->
94       <field field_ref="vfxice"           name="vfxice" />
95       <field field_ref="vfxsnw"           name="vfxsnw" />
96       
97       <!-- categories -->
98       <field field_ref="icemask_cat"      name="simskcat"/>
99       <field field_ref="snwthic_cat"      name="snthicat"/>
100       <field field_ref="iceconc_cat"      name="siconcat"/>
101       <field field_ref="icethic_cat"      name="sithicat"/>
102       <field field_ref="icesalt_cat"      name="sisalcat"/>
103       <field field_ref="icetemp_cat"      name="sitemcat"/>
104       <field field_ref="snwtemp_cat"      name="sntemcat"/>
105       <field field_ref="icettop_cat"      name="sitopcat"/>
106
107     </file>
108     
109   </file_group>
110   
111   <file_group id="1ts" output_freq="1ts" output_level="10" enabled=".TRUE."/> <!-- 1 time step files -->
112   <file_group id="1h"  output_freq="1h"  output_level="10" enabled=".TRUE."/> <!-- 1h files -->
113   <file_group id="2h"  output_freq="2h"  output_level="10" enabled=".TRUE."/> <!-- 2h files -->
114   <file_group id="3h"  output_freq="3h"  output_level="10" enabled=".TRUE."/> <!-- 3h files -->     
115   <file_group id="4h"  output_freq="4h"  output_level="10" enabled=".TRUE."/> <!-- 4h files -->
116   <file_group id="6h"  output_freq="6h"  output_level="10" enabled=".TRUE."/> <!-- 6h files -->       
117   <file_group id="1m"  output_freq="1mo" output_level="10" enabled=".TRUE."/> <!-- real monthly files -->
118   <file_group id="2m"  output_freq="2mo" output_level="10" enabled=".TRUE."/> <!-- real 2m files -->
119   <file_group id="3m"  output_freq="3mo" output_level="10" enabled=".TRUE."/> <!-- real 3m files -->
120   <file_group id="4m"  output_freq="4mo" output_level="10" enabled=".TRUE."/> <!-- real 4m files -->
121   <file_group id="6m"  output_freq="6mo" output_level="10" enabled=".TRUE."/> <!-- real 6m files -->
122   <file_group id="1y"  output_freq="1y"  output_level="10" enabled=".TRUE."/> <!-- real yearly files -->
123   <file_group id="2y"  output_freq="2y"  output_level="10" enabled=".TRUE."/> <!-- real 2y files -->
124   <file_group id="5y"  output_freq="5y"  output_level="10" enabled=".TRUE."/> <!-- real 5y files -->
125   <file_group id="10y" output_freq="10y" output_level="10" enabled=".TRUE."/> <!-- real 10y files -->
126   
127 </file_definition>
128 
Note: See TracBrowser for help on using the repository browser.