Ignore:
Timestamp:
May 17, 2023, 12:31:18 PM (2 years ago)
Author:
abierjon
Message:

Mars GCM:
Fixed r2963 which was preventing to compile the model without XIOS
+ changed the computation of variables rhowater_* so that they are real densities (factor 1/rvap missing ; this doesn't affect the previous PEM results as these densities were only compared between each other)
+ added comments and units for ice table variables in physiq_mod.F
+ made Clapeyron coefficient names in physiq_mod.F coherent with how they are defined in the PEM
+ fixed a reference in constants_marspem_mod.F90
+ fixed unit attribute of surface/soil water densities in field_def_physics_mars.xml

AB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/deftank/field_def_physics_mars.xml

    r2964 r2965  
    377377            <field id="Waterdensity_surface01"
    378378                   long_name="Waterdensity_surface of slope 01"
    379                    unit="XX" />
     379                   unit="kg.m-3" />
    380380            <field id="Waterdensity_surface02"
    381381                   long_name="Waterdensity_surface of slope 02"
    382                    unit="XX" />
     382                   unit="kg.m-3" />
    383383            <field id="Waterdensity_surface03"
    384384                   long_name="Waterdensity_surface of slope 03"
    385                    unit="XX" />
     385                   unit="kg.m-3" />
    386386            <field id="Waterdensity_surface04"
    387387                   long_name="Waterdensity_surface of slope 04"
    388                    unit="XX" />
     388                   unit="kg.m-3" />
    389389            <field id="Waterdensity_surface05"
    390390                   long_name="Waterdensity_surface of slope 05"
    391                    unit="XX" />
     391                   unit="kg.m-3" />
    392392            <field id="Waterdensity_surface06"
    393393                   long_name="Waterdensity_surface of slope 06"
    394                    unit="XX" />
     394                   unit="kg.m-3" />
    395395            <field id="Waterdensity_surface07"
    396396                   long_name="Waterdensity_surface of slope 07"
    397                    unit="XX" />
     397                   unit="kg.m-3" />
    398398            <field id="h2o_layer1"
    399399                   long_name="h2o in the first layer" 
     
    716716                   unit="J/kg/K" />
    717717            <field id="Waterdensity_soil_slope01"
    718                    long_name="rhowater_soil"
    719                    unit="J/kg/K" />
     718                   long_name="Waterdensity_soil of slope 01"
     719                   unit="kg.m-3" />
    720720            <field id="Waterdensity_soil_slope02"
    721                    long_name="rhowater_soil"
    722                    unit="J/kg/K" />
     721                   long_name="Waterdensity_soil of slope 02"
     722                   unit="kg.m-3" />
    723723            <field id="Waterdensity_soil_slope03"
    724                    long_name="rhowater_soil"
    725                    unit="J/kg/K" />
     724                   long_name="Waterdensity_soil of slope 03"
     725                   unit="kg.m-3" />
    726726            <field id="Waterdensity_soil_slope04"
    727                    long_name="rhowater_soil"
    728                    unit="J/kg/K" />
     727                   long_name="Waterdensity_soil of slope 04"
     728                   unit="kg.m-3" />
    729729            <field id="Waterdensity_soil_slope05"
    730                    long_name="rhowater_soil"
    731                    unit="J/kg/K" />
     730                   long_name="Waterdensity_soil of slope 05"
     731                   unit="kg.m-3" />
    732732            <field id="Waterdensity_soil_slope06"
    733                    long_name="rhowater_soil"
    734                    unit="J/kg/K" />
     733                   long_name="Waterdensity_soil of slope 06"
     734                   unit="kg.m-3" />
    735735            <field id="Waterdensity_soil_slope07"
    736                    long_name="rhowater_soil"
    737                    unit="J/kg/K" />
     736                   long_name="Waterdensity_soil of slope 07"
     737                   unit="kg.m-3" />
    738738
    739739        </field_group>
Note: See TracChangeset for help on using the changeset viewer.