Ignore:
Timestamp:
May 13, 2024, 11:13:14 AM (9 months ago)
Author:
llange
Message:

Mars PCM
Some modifications in vdifc and pbl_parameters to include the effect of water buoyoncy on the sublimation of water ice.
Note: it only works with paleoclimate = .true. (since the model is not tuned with that ...).
LL

File:
1 edited

Legend:

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

    r3305 r3325  
    542542             <field id="zdqsdif_ssi_tot"
    543543                   long_name="Total flux echanged with subsurface ice"
    544                    unit="kg.m-2.s-1" />       
     544                   unit="kg.m-2.s-1" />   
     545
     546
     547            <!-- Water ice sublimation parameters -->
     548            <field id="rib_dry_vdif_cd"
     549                   long_name="Dry Richardson number in vdif_cd"
     550                   unit="1" />
     551            <field id="rib_vdif_cd"
     552                   long_name="Richardson number in vdif_cd"
     553                   unit="1" />
     554            <field id="fm_vdif_cd"
     555                   long_name="Momentum stability function  in vdif_cd"
     556                   unit="1" />
     557            <field id="fh_vdif_cd"
     558                   long_name="Heat stability function  in vdif_cd"
     559                   unit="1" />
     560            <field id="z0t_vdif_cd"
     561                   long_name="Thermal roughness length  in vdif_cd"
     562                   unit="1" />   
     563            <field id="z0_vdif_cd"
     564                   long_name="Momentum roughness length  in vdif_cd"
     565                   unit="1" />   
     566            <field id="Reynolds_vdif_cd"
     567                   long_name="Reynolds number in vdif_cd"
     568                   unit="1" />   
    545569
    546570            <!-- CO2 cycle -->
Note: See TracChangeset for help on using the changeset viewer.