Changeset 3078 for LMDZ6/trunk/DefLists
- Timestamp:
- Nov 17, 2017, 1:54:19 PM (7 years ago)
- Location:
- LMDZ6/trunk/DefLists
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/DefLists/CMIP6_ping_atmos.xml
r3060 r3078 82 82 <field id="CMIP6_co2" field_ref="dummy_XYA" /> <!-- P1 (mol mol-1) mole_fraction_of_carbon_dioxide_in_air : CO2 volume mixing ratio --> 83 83 <field id="CMIP6_co23D" field_ref="dummy_XYA" /> <!-- P2 (kg kg-1) CO2_3D_tracer : report 3D field of model simulated atmospheric CO2 mass mixing ration on model levels --> 84 <field id="CMIP6_co2mass" field_ref=" dummy_0d" /> <!-- P1 (kg) atmosphere_mass_of_carbon_dioxide : Total atmospheric mass of Carbon Dioxide -->84 <field id="CMIP6_co2mass" field_ref="mass_sum"> co2_ppm*1e-6*44.011/28.97*mass_sum </field> <!-- P1 (kg) atmosphere_mass_of_carbon_dioxide : Total atmospheric mass of Carbon Dioxide --> 85 85 <field id="CMIP6_co2s" field_ref="dummy_XY" /> <!-- P2 (1e-06) mole_fraction_of_carbon_dioxide_in_air : As co2, but only at the surface --> 86 <field id="CMIP6_co2totalmass" field_ref=" dummy_0d" /> <!-- P1 (kg) CO2_total_mass_in_atmos : globally integrated mass of carbon as CO2 in atmosphere. Report as a single number for all emissions-driven runs -->86 <field id="CMIP6_co2totalmass" field_ref="mass_sum"> co2_ppm*1e-6*44.011/28.97*mass_sum </field> <!-- P1 (kg) CO2_total_mass_in_atmos : globally integrated mass of carbon as CO2 in atmosphere. Report as a single number for all emissions-driven runs --> 87 87 <field id="CMIP6_columnmassflux" field_ref="dummy_XY" /> <!-- P2 (kg m-2 s-1) atmosphere_net_upward_convective_mass_flux : Column integral of (mcu-mcd) --> 88 88 <field id="CMIP6_conccmcn" field_ref="dummy_not_provided" /> <!-- P1 (m-3) number_concentration_of_coarse_mode_ambient_aerosol_in_air : includes all particles with diameter larger than 1 micron --> … … 160 160 <field id="CMIP6_n2o" field_ref="dummy_not_provided" /> <!-- P1 (mol mol-1) mole_fraction_of_nitrous_oxide_in_air : N2O volume mixing ratio --> 161 161 <field id="CMIP6_n2oglobal" field_ref="N2O_ppb" /> <!-- P1 (1e-09) mole_fraction_of_nitrous_oxide_in_air : Global mean Nitrous Oxide (N2O) --> 162 <field id="CMIP6_o3" field_ref=" tro3" /> <!-- P1 (mol mol-1) mole_fraction_of_ozone_in_air : Ozone volume mixing ratio -->162 <field id="CMIP6_o3" field_ref="ozone" /> <!-- P1 (mol mol-1) mole_fraction_of_ozone_in_air : Ozone volume mixing ratio --> 163 163 <field id="CMIP6_od443dust" field_ref="dummy_XY" /> <!-- P1 (1.0) atmosphere_optical_thickness_due_to_dust_ambient_aerosol_particles : Balkanski - LSCE --> 164 164 <field id="CMIP6_od550aerso" field_ref="od550_STRAT" /> <!-- P1 (1.0) strat_aerosol_optical_depth : From tropopause to stratopause as defined by the model --> … … 345 345 <field id="CMIP6_ygwdparam" field_ref="west_gwstress" /> <!-- P2 (Pa) atmosphere_northward_stress_due_to_gravity_wave_drag : Parameterised y- component of gravity wave drag --> 346 346 <field id="CMIP6_zfull" field_ref="zfull" /> <!-- P2 (m) height_above_reference_ellipsoid : Altitude of Model Full-Levels --> 347 <field id="CMIP6_zg" field_ref=" zg" /> <!-- P1 (m) geopotential_height : Geopotential height on the 1000 hPa surface -->347 <field id="CMIP6_zg" field_ref="geop" /> <!-- P1 (m) geopotential_height : Geopotential height on the 1000 hPa surface --> 348 348 <field id="CMIP6_zhalf" field_ref="zhalf" /> <!-- P2 (m) height_above_reference_ellipsoid : Altitude of Model Half-Levels --> 349 349 <field id="CMIP6_zmla" field_ref="dummy_XY" /> <!-- P1 (m) atmosphere_boundary_layer_thickness : Height of Boundary Layer --> -
LMDZ6/trunk/DefLists/context_lmdz.xml
r3048 r3078 192 192 </grid> 193 193 194 <!-- Grid definitions to allow summing of a 3D varaible --> 195 <grid id="grid_3D" > 196 <domain id="dom_glo" /> 197 <axis id="lev" /> 198 </grid> 199 200 <grid id="grid_sum_axis"> 201 <domain id="dom_glo" /> 202 <scalar> 203 <reduce_axis operation="sum" /> 204 </scalar> 205 </grid> 206 207 <grid id="grid_sum"> 208 <scalar > 209 <reduce_domain operation="sum"/> 210 </scalar> 211 <scalar> 212 </scalar> 213 </grid> 214 194 215 </grid_definition> 195 216 -
LMDZ6/trunk/DefLists/field_def_lmdz.xml
r3059 r3078 944 944 <field id="CFC11_ppt" long_name="CFC11_ppt" unit="ppt" /> 945 945 <field id="CFC12_ppt" long_name="CFC12_ppt" unit="ppt" /> 946 <!-- reducing mass 3D variable to atmosphere total mass scalar --> 947 <field id="mass_sum_axis" field_ref="mass" grid_ref="grid_sum_axis"/> 948 <field id="mass_sum" field_ref="mass_sum_axis" grid_ref="grid_sum" /> 946 949 </field_group> 947 950
Note: See TracChangeset
for help on using the changeset viewer.