Ignore:
Timestamp:
Nov 3, 2023, 6:02:56 PM (21 months ago)
Author:
llange
Message:

Mars PCM

  • Introducing the possibily to compute water adsorption / desorption -routine soilwater.F90) -. FOR NOW IT WORKS ONLY IN 1D, DON'T TEST IN 3D (by default, adsorption is not called, if not specified in the callphys.def). By default, when using the adsorption, the number of subtimestep used in the water subimation scheme is 1 (otherwise, it crashes)
  • New grid for the soil layers (better resolution) as it is needed to solve the diffusion equations. It does not increase the CPU time.

PYM & LL

File:
1 edited

Legend:

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

    r3112 r3115  
    695695                   unit="m/s" />
    696696
     697            <!-- Subsurface tracers  (adsorption) -->
     698
     699            <field id="flux_rego"
     700                   long_name="flux of water from the regolith"
     701                   unit="kg/m^2" />
     702            <field id="mass_h2o_soil"
     703                   long_name="Mass of subsurface water column at each point"
     704                   unit="kg m-2" />
     705            <field id="mass_ice_soil"
     706                   long_name="Mass of subsurface ice at each point"
     707                   unit="kg m-2" />
     708            <field id="nsurf"
     709                   long_name="surface water vapor density"
     710                   unit="kg/m^3" />
     711
     712
    697713        </field_group>
    698714
     
    12271243                   long_name="Flux after all contributions"
    12281244                   unit="kg.m-2.s-1" />
     1245            <field id="flux_soillayer"
     1246                   long_name="flux of water between the soil layers"
     1247                   unit="kg.m-2.s-1" />
     1248            <field id="ice_saturation_soil"
     1249                   long_name="Water ice saturation in the soil layers"
     1250                   unit="Percent" />
     1251            <field id="znsoil"
     1252                   long_name="Water vapor soil concentration"
     1253                   unit="kg m-3 of pore air" />
     1254            <field id="nsatsoil"
     1255                   long_name="subsurface water vapor saturation density"
     1256                   unit="kg/m^3" />
     1257            <field id="adswater"
     1258                   long_name="subsurface adsorbed water"
     1259                   unit="kg/m^3" />
     1260            <field id="coeff_diffusion_soil"
     1261                   long_name="interlayer diffusion coefficient"
     1262                   unit="m^2/s" />
     1263
    12291264
    12301265        </field_group>
Note: See TracChangeset for help on using the changeset viewer.