Changeset 10226
- Timestamp:
- 2018-10-25T14:27:40+02:00 (6 years ago)
- Location:
- NEMO/trunk/cfgs
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/cfgs/ORCA2_ICE_PISCES/EXPREF/context_nemo.xml
r9930 r10226 6 6 <context id="nemo"> 7 7 <!-- $id$ --> 8 <variable_definition>9 <!-- Year of time origin for NetCDF files; defaults to 1800 -->10 <variable id="ref_year" type="int" > 1800 </variable>11 <variable id="rau0" type="float" > 1026.0 </variable>12 <variable id="cpocean" type="float" > 3991.86795711963 </variable>13 <variable id="convSpsu" type="float" > 0.99530670233846 </variable>14 <variable id="rhoic" type="float" > 917.0 </variable>15 <variable id="rhosn" type="float" > 330.0 </variable>16 <variable id="missval" type="float" > 1.e20 </variable>17 </variable_definition>18 8 <!-- Fields definition --> 19 <field_definition src="./field_def_nemo-oce.xml"/> <!-- NEMO ocean dynamics --> 20 <field_definition src="./field_def_nemo-ice.xml"/> <!-- NEMO sea-ice model --> 21 <field_definition src="./field_def_nemo-pisces.xml"/> <!-- NEMO ocean biology --> 9 <field_definition src="./field_def_nemo-oce.xml"/> <!-- Ocean biology --> 10 <field_definition src="./field_def_nemo-pisces.xml"/> <!-- Ocean biology --> 22 11 23 12 <!-- Files definition --> 24 <file_definition src="./file_def_nemo-oce.xml"/> <!-- NEMO ocean dynamics --> 25 <file_definition src="./file_def_nemo-ice.xml"/> <!-- NEMO sea-ice model --> 26 <file_definition src="./file_def_nemo-pisces.xml"/> <!-- NEMO ocean biology --> 13 <file_definition src="./file_def_nemo.xml"/> <!-- NEMO ocean dynamics --> 27 14 <!-- 28 15 ============================================================================================================ … … 32 19 33 20 <axis_definition> 34 <axis id="deptht" long_name="Vertical T levels" unit="m" positive="down" /> 35 <axis id="depthu" long_name="Vertical U levels" unit="m" positive="down" /> 36 <axis id="depthv" long_name="Vertical V levels" unit="m" positive="down" /> 37 <axis id="depthw" long_name="Vertical W levels" unit="m" positive="down" /> 38 <axis id="nfloat" long_name="Float number" unit="-" /> 39 <axis id="icbcla" long_name="Iceberg class" unit="1" /> 40 <axis id="ncatice" long_name="Ice category" unit="1" /> 41 <axis id="iax_20C" long_name="20 degC isotherm" unit="degC" /> 42 <axis id="iax_28C" long_name="28 degC isotherm" unit="degC" /> 21 <axis id="deptht" long_name="Vertical T levels" unit="m" positive="down" /> 22 <axis id="depthu" long_name="Vertical U levels" unit="m" positive="down" /> 23 <axis id="depthv" long_name="Vertical V levels" unit="m" positive="down" /> 24 <axis id="depthw" long_name="Vertical W levels" unit="m" positive="down" /> 25 <axis id="profsed" long_name="Vertical S levels" unit="cm" positive="down" /> 26 <axis id="nfloat" long_name="Float number" unit="-" /> 27 <axis id="icbcla" long_name="Iceberg class" unit="1" /> 28 <axis id="ncatice" long_name="Ice category" unit="1" /> 29 <axis id="iax_20C" long_name="20 degC isotherm" unit="degC" /> 30 <axis id="iax_28C" long_name="28 degC isotherm" unit="degC" /> 43 31 </axis_definition> 44 32 … … 46 34 47 35 <grid_definition src="./grid_def_nemo.xml"/> 48 36 49 37 </context> -
NEMO/trunk/cfgs/ORCA2_OFF_PISCES/EXPREF/context_nemo.xml
r9930 r10226 23 23 <axis id="depthv" long_name="Vertical V levels" unit="m" positive="down" /> 24 24 <axis id="depthw" long_name="Vertical W levels" unit="m" positive="down" /> 25 <axis id="profsed" long_name="Vertical S levels" unit="cm" positive="down" /> 25 26 <axis id="nfloat" long_name="Float number" unit="-" /> 26 27 <axis id="icbcla" long_name="Iceberg class" unit="1" /> -
NEMO/trunk/cfgs/SHARED/field_def_nemo-pisces.xml
r9539 r10226 115 115 116 116 </field_group> 117 118 <!-- SEDIMENT variables on T sediment grid --> 119 <field_group id="sed_T" grid_ref="grid_T_3DS"> 120 <field id="SedDIC" long_name="Dissolved inorganic Concentration" unit="mmol/m3" /> 121 <field id="SedAlkalini" long_name="Total Alkalinity Concentration" unit="mmol/m3" /> 122 <field id="SedO2" long_name="Oxygen Concentration" unit="mmol/m3" /> 123 <field id="SedCaCO3" long_name="Calcite Concentration" unit="%" /> 124 <field id="SedPOS" long_name="Semi-ref POC Concentration" unit="%" /> 125 <field id="SedPOR" long_name="Refractory POC Concentration" unit="%" /> 126 <field id="SedPO4" long_name="Phosphate Concentration" unit="mmol/m3" /> 127 <field id="SedPOC" long_name="Labile POC Concentration" unit="%" /> 128 <field id="SedSil" long_name="Silicate Concentration" unit="mmol/m3" /> 129 <field id="SedFe2" long_name="Fe2+ Concentration" unit="mmol/m3" /> 130 <field id="SedBSi" long_name="Biogenic Silicate Concentration" unit="%" /> 131 <field id="SedNO3" long_name="Nitrate Concentration" unit="mmol/m3" /> 132 <field id="SedNH4" long_name="Ammonium Concentration" unit="mmol/m3" /> 133 <field id="SedH2S" long_name="H2S Concentration" unit="mmol/m3" /> 134 <field id="SedSO4" long_name="SO4 Concentration" unit="mmol/m3" /> 135 <field id="SedClay" long_name="Clay Concentration" unit="%" /> 136 <field id="SedFeO" long_name="Fe(OH)3 Concentration" unit="%" /> 137 <field id="SedFeS" long_name="FeS Concentration" unit="%" /> 138 <field id="SedpH" long_name="PH" unit="1" /> 139 <field id="SedCO3por" long_name="Bicarbonates" unit="mol/m3" /> 140 </field_group> 141 142 <!-- SEDIMENT additional variables on T sediment grid --> 143 <field_group id="Diag_S" grid_ref="grid_T_2D"> 144 <field id="FlxSi" long_name="Si sediment flux" unit="mol/cm2/s" /> 145 <field id="FlxO2" long_name="O2 sediment flux" unit="mol/cm2/s" /> 146 <field id="FlxDIC" long_name="DIC sediment flux" unit="mol/cm2/s" /> 147 <field id="FlxNO3" long_name="NO3 sediment flux" unit="mol/cm2/s" /> 148 <field id="FlxPO4" long_name="PO4 sediment flux" unit="mol/cm2/s" /> 149 <field id="FlxAlkalini" long_name="Alkalinity sediment flux" unit="mol/cm2/s" /> 150 <field id="FlxNH4" long_name="Ammonium sediment flux" unit="mol/cm2/s" /> 151 <field id="FlxH2S" long_name="H2S sediment flux" unit="mol/cm2/s" /> 152 <field id="FlxSO4" long_name="SO4 sediment flux" unit="mol/cm2/s" /> 153 <field id="FlxFe2" long_name="Fe2+ sediment flux" unit="mol/cm2/s" /> 154 <field id="Flxtot" long_name="Sediment net burial rate" unit="cm/s" /> 155 <field id="dzdep" long_name="Sedimentation rate" unit="cm/s" /> 156 <field id="sflxclay" long_name="Clay sedimentation rate" unit="g/m2/s" /> 157 <field id="sflxcal" long_name="Calcite sedimentation rate" unit="mol/m2/s" /> 158 <field id="sflxbsi" long_name="BSi Sedimentation rate" unit="mol/m2/s" /> 159 <field id="sflxpoc" long_name="POC Sedimentation rate" unit="mol/m2/s" /> 160 <field id="sflxfeo" long_name="Fe(OH)3 Sedimentation rate" unit="mol/m2/s" /> 161 </field_group> 117 162 118 163 <!-- PISCES additional diagnostics on T grid --> -
NEMO/trunk/cfgs/SHARED/grid_def_nemo.xml
r9930 r10226 15 15 <domain id="grid_T" /> 16 16 <axis id="deptht" /> 17 </grid> 18 <!-- --> 19 <grid id="grid_T_3DS" > 20 <domain id="grid_T" /> 21 <axis id="profsed" /> 17 22 </grid> 18 23 <!-- --> -
NEMO/trunk/cfgs/SHARED/namelist_pisces_ref
r10111 r10226 17 17 ln_p5z = .false. ! PISCES QUOTA model used 18 18 ln_ligand = .false. ! Enable organic ligands 19 ln_sediment = .false. ! Enable sediment module 19 20 / 20 21 !-----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.