Ignore:
Timestamp:
Feb 16, 2024, 1:00:51 PM (9 months ago)
Author:
emillour
Message:

Generic PCM:
Cleanup in deftank:

  • Update xml files: add missing variable definitions in field_def_physics.xml, extract file_def_physics.xml from context_lmdz_physics.xml (and rename it context_pcm_physics.xml)
  • remove "executable property" for def files

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/deftank/field_def_physics.xml

    r2985 r3220  
    1 <!-- =========================================================================================================== -->
    2 <!-- field_def_physics.xml                                                                                       -->
    3 <!-- Definition of all existing variables that can be output from Dynamico physics                               -->
    4 <!-- =========================================================================================================== -->
     1<!-- ============================================================== -->
     2<!-- field_def_physics.xml                                          -->
     3<!-- Definition of all existing variables that can be outputed
     4     from Generic PCM physics                                       -->
     5<!-- ============================================================== -->
    56
    67    <field_definition prec="4"
     
    6667                   long_name="H2O ice thickness"
    6768                   unit="kg/m2" />
    68             <field id="h2o_cropped"
     69            <field id="h2o_layer1"
    6970                   long_name="h2o in the first layer" 
    7071                   unit="kg/kg" />
    71             <field id="co2_cropped"
     72            <field id="co2_layer1"
    7273                   long_name="co2 in the first layer" 
    7374                   unit="kg/kg" />
     
    8990                   long_name="Downward omega velocity"
    9091                   unit="Pa/s" />
     92            <field id="p"
     93                   long_name="Atmospheric pressure"
     94                   unit="Pa" />
    9195            <field id="h2o_vap"
    92                    long_name="Vapor mass mixing ratio"
     96                   long_name="Water vapor mass mixing ratio"
    9397                   unit="kg/kg" />
    9498            <field id="h2o_ice"
    95                    long_name="Vapor mass mixing ratio"
     99                   long_name="Water ice mass mixing ratio"
    96100                   unit="kg/kg" />
    97101            <field id="detr"
     
    112116                     unit="W/m^2/cm^-1" />
    113117       </field_group>
     118
    114119       <!-- SPectral VI 3D variables-->
    115120       <field_group id="spectral_VI_3D" grid_ref="grid_VI_3D">
Note: See TracChangeset for help on using the changeset viewer.