Changeset 2498


Ignore:
Timestamp:
Apr 21, 2016, 5:38:46 PM (9 years ago)
Author:
Laurent Fairhead
Message:

Two variables with the same name
LF

Location:
LMDZ5/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/DefLists/field_def_lmdz.xml

    r2487 r2498  
    584584      <field id="tro3_daylight" long_name="Daylight ozone mole fraction" unit="1e-9" />
    585585      <field id="uv" long_name="uv" unit="m2/s2" />
    586       <!-- a field called "vq" is already defined...
    587       <field id="vq" long_name="vq" unit="m/s * (kg/kg)" /> -->
     586      <field id="vxq" long_name="vxq" unit="m/s * (kg/kg)" /> -->
    588587      <field id="vT" long_name="vT" unit="mK/s" />
    589588      <field id="wq" long_name="wq" unit="(Pa/s)*(kg/kg)" />
  • LMDZ5/trunk/libf/phylmd/phys_output_ctrlout_mod.F90

    r2496 r2498  
    14221422       "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)"  /))
    14231423  TYPE(ctrl_out), SAVE :: o_vxq = ctrl_out((/ 11, 11, 11, 11, 11, 11, 6, 6, 6 /), &
    1424        'vq', 'vq', 'm/s * (kg/kg)', (/ "inst(X)", "inst(X)", "inst(X)", &
     1424       'vxq', 'vxq', 'm/s * (kg/kg)', (/ "inst(X)", "inst(X)", "inst(X)", &
    14251425       "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)"  /))                                                                                                   
    14261426  TYPE(ctrl_out), SAVE :: o_vxT = ctrl_out((/ 11, 11, 11, 11, 11, 11, 6, 6, 6 /), &
Note: See TracChangeset for help on using the changeset viewer.