Changeset 3262 for LMDZ6/trunk
- Timestamp:
- Mar 13, 2018, 3:02:02 PM (7 years ago)
- Location:
- LMDZ6/trunk/DefLists
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/DefLists/CMIP6_ping_atmos.xml
r3260 r3262 60 60 <field id="CMIP6_cldicemxrat" field_ref="cldicemxrat" /> <!-- P2 (1) cloud_ice_mixing_ratio : Cloud Ice Mixing Ratio --> 61 61 <field id="CMIP6_cldnci" field_ref="dummy_XY" /> <!-- P1 (m-3) number_concentration_of_ice_crystals_in_air_at_ice_cloud_top : Ice Crystal Number Concentration of Cloud Tops --> 62 <field id="CMIP6_cldncl" field_ref="cldncl" > @cldncl / @lcc </field> <!-- P1 (m-3) number_concentration_of_cloud_liquid_water_particles_in_air_at_liquid_water_cloud_top : Cloud Droplet Number Concentration of Cloud Tops -->63 <field id="CMIP6_cldnvi" field_ref="cldnvi" > @cldnvi / @lcc </field> <!-- P1 (m-2) atmosphere_number_content_of_cloud_droplets : Column Integrated Cloud Droplet Number -->62 <field id="CMIP6_cldncl" field_ref="cldncl" expr=" @cldncl / @lcc" > cldncl / lcc </field> <!-- P1 (m-3) number_concentration_of_cloud_liquid_water_particles_in_air_at_liquid_water_cloud_top : Cloud Droplet Number Concentration of Cloud Tops --> 63 <field id="CMIP6_cldnvi" field_ref="cldnvi" expr=" @cldnvi / @lcc" > cldnvi / lcc </field> <!-- P1 (m-2) atmosphere_number_content_of_cloud_droplets : Column Integrated Cloud Droplet Number --> 64 64 <field id="CMIP6_cldwatmxrat" field_ref="cldwatmxrat" /> <!-- P2 (1) cloud_liquid_water_mixing_ratio : Cloud Water Mixing Ratio --> 65 65 <field id="CMIP6_clhcalipso" field_ref="pclhcalipso" /> <!-- P1 (%) cloud_area_fraction_in_atmosphere_layer : CALIPSO Percentage High Level Cloud --> … … 208 208 <field id="CMIP6_reffclis" field_ref="ref_ice" /> <!-- P2 (m) effective_radius_of_stratiform_cloud_ice_particle : Hydrometeor Effective Radius of Stratiform Cloud Ice --> 209 209 <field id="CMIP6_reffclwc" field_ref="dummy_not_provided" /> <!-- P2 (m) effective_radius_of_convective_cloud_liquid_water_particle : Hydrometeor Effective Radius of Convective Cloud Liquid Water --> 210 <field id="CMIP6_reffclws" field_ref="reffclws" >@reffclws / @lcc3dstra </field> <!-- P2 (m) effective_radius_of_stratiform_cloud_liquid_water_particle : Hydrometeor Effective Radius of Stratiform Cloud Liquid Water -->210 <field id="CMIP6_reffclws" field_ref="reffclws" expr="@reffclws / @lcc3dstra" > reffclws / lcc3dstra </field> <!-- P2 (m) effective_radius_of_stratiform_cloud_liquid_water_particle : Hydrometeor Effective Radius of Stratiform Cloud Liquid Water --> 211 211 <field id="CMIP6_reffgrpls" field_ref="dummy_not_provided" /> <!-- P2 (m) effective_radius_of_stratiform_cloud_graupel_particle : This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell). --> 212 212 <field id="CMIP6_reffrainc" field_ref="dummy_XYA" /> <!-- P2 (m) effective_radius_of_convective_cloud_rain_particle : This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell). --> -
LMDZ6/trunk/DefLists/field_def_lmdz.xml
r3258 r3262 976 976 <field id="CFC12_ppt" long_name="CFC12_ppt" unit="ppt" /> 977 977 <!-- reducing mass 3D variable to atmosphere total mass scalar --> 978 <field id="mass_sum_axis" field_ref="mass" grid_ref="grid_sum_axis"/> 979 <field id="mass_sum" field_ref="mass_sum_axis" grid_ref="grid_sum" /> 978 <field id="mass_sum" field_ref="mass" grid_ref="grid_sum" grid_path="grid_sum_axis" freq_op="1mo" > @mass </field> 980 979 </field_group> 981 980
Note: See TracChangeset
for help on using the changeset viewer.