Ignore:
Timestamp:
Jan 28, 2020, 2:08:44 PM (4 years ago)
Author:
idelkadi
Message:

Corrections pour tourner avec la version 2 du simulateur Cosp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/DefLists/field_def_lmdz_cospv2.xml

    r3552 r3625  
    1 <!-- $Id: field_def_lmdz.xml 3515 2019-05-21 10:41:38Z emillour $ -->
     1<!-- $Id: field_def_lmdz.xml 3622 2020-01-15 10:50:43Z oboucher $ -->
    22<field_definition level="1" prec="4" operation="average" freq_op="1ts" enabled=".true." default_value="9.96921e+36">
    33   
     
    6060        <field id="wind10m"    long_name="10-m wind speed"      unit="m/s" />
    6161        <field id="wind10max"  long_name="10m wind speed max"   unit="m/s" operation="maximum"/>
    62         <field id="sfcWindmax" field_ref="wind10m" operation="maximum" />
     62        <field id="wind100m"   long_name="100-m wind speed"      unit="m/s" />
     63        <field id="sfcWindmax" field_ref="wind10m" operation="maximum" />
    6364        <field id="sicf"    long_name="Sea-ice fraction"        unit="-" />
    6465        <field id="q2m"     long_name="Specific humidity 2m"    unit="kg/kg" />
     
    511512        <field id="colO3_strat"    long_name="Ozone stratospheric column"     unit="DU" />             <!-- Added ThL -->
    512513        <field id="colO3_trop"     long_name="Ozone tropospheric column"      unit="DU" />             <!-- Added ThL -->
     514        <field id="flx_co2_land"   long_name="CO2 flux from land"             unit="kg CO2/m2/s" />    <!-- Added OB -->
     515        <field id="flx_co2_ocean"  long_name="CO2 flux from ocean"            unit="kg CO2/m2/s" />    <!-- Added OB -->
     516        <field id="flx_co2_ff"     long_name="CO2 flux from ff"               unit="kg CO2/m2/s" />    <!-- Added OB -->
     517        <field id="flx_co2_bb"     long_name="CO2 flux from bb"               unit="kg CO2/m2/s" />    <!-- Added OB -->
    513518    </field_group>
    514519
     
    852857    </field_group>
    853858
    854 <!-- LIDAR DIAGNOSTICS -->
     859   
     860    <!-- LIDAR DIAGNOSTICS -->
    855861    <field_group id="fields_COSP_LIDAR_2D" grid_ref="grid_glo" freq_offset="0ts" freq_op="3h">
    856862<!-- CALIPSO 2D -->
     
    10151021      <field id="modis_ot_vs_reffliq" long_name="MODIS Joint-PDF of optical-depth and liquid particle size" unit="1" freq_offset="0ts" freq_op="3h" grid_ref="grid4Dreffl"  detect_missing_value=".true." />
    10161022
    1017    
     1023
    10181024    <field_group id="fields_AIRS" grid_ref="grid_glo" operation="instant" freq_op="3h">
    10191025      <field id="alt_tropo" long_name="Tropopause pressure" unit="hPa" />
     
    10641070<!-- reducing mass 3D variable to atmosphere total mass scalar -->
    10651071      <field id="mass_sum_axis"    field_ref="mass" grid_ref="grid_sum_axis" freq_op="1mo" > @mass  </field>
    1066       <field id="mass_sum" field_ref="mass_sum_axis" grid_ref="grid_sum" freq_op="1mo" > @mass_sum_axis  </field>
     1072      <field id="mass_sum" field_ref="mass_sum_axis" grid_ref="grid_sum" freq_op="1mo" > @mass_sum_axis*aire  </field>
    10671073   </field_group>
    10681074
Note: See TracChangeset for help on using the changeset viewer.