Changeset 4106


Ignore:
Timestamp:
Jan 27, 2018, 12:07:19 AM (7 years ago)
Author:
dubos
Message:

add physics tendencies to DYNAMICO XML files

Location:
dynamico_lmdz/aquaplanet/CMIP5a/RUN_AQUAPLANET_DYNAMICO_LMDZ5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/aquaplanet/CMIP5a/RUN_AQUAPLANET_DYNAMICO_LMDZ5/field_def_icosa.xml

    r4098 r4106  
    3838        <field id="omega" standard_name="lagrangian_tendency_of_air_pressure" long_name="Vertical pressure velocity"     unit="Pa/s"/>
    3939        <field id="temp"  standard_name="air_temperature" long_name="Temperature"     unit="K"/>
     40
     41        <field id="dulon_phys"       long_name="Physics tendency for zonal velocity"   unit="m/s^2"/>
     42        <field id="dulat_phys"       long_name="Physics tendency for meridional velocity"   unit="m/s^2"/>
    4043
    4144        <field id="mass_t"           long_name="Time-averaged air mass"   unit="kg/m2"/>
  • dynamico_lmdz/aquaplanet/CMIP5a/RUN_AQUAPLANET_DYNAMICO_LMDZ5/file_def_histmth_icosa.xml

    r4093 r4106  
    2121                <field field_ref="omega" />
    2222                <field field_ref="temp"  />
     23               
     24                <!-- Physics tendencies -->
     25                <field field_ref="dulon_phys"  />
     26                <field field_ref="dulat_phys"  />
    2327               
    2428                <!-- Transport diagnostics -->
Note: See TracChangeset for help on using the changeset viewer.