Ignore:
Timestamp:
Oct 23, 2023, 7:02:06 PM (13 months ago)
Author:
evos
Message:

Mars PCM

We added the to module vdifc the possibily of subsurface intercation, mostly to have the option of buried glaicer that can lose ice and create polar layers.
if no ice is on the surface the ice the atmosphere can directly interact with the subsurface ice.
if ice is on the surface it can interact with the subsurface ice.
For now it is not working with more then one subslope. I will add this feature soon
In order to use it there are two flags that needs to be set to true.
paleoclimate=.true.
lag_layer=.true.
in addition one need to give the following parametrs in startfi or run.def:
d_coef=X for the diffusion coeficent (4e-4 is the defualt)
<h2o_ice_depth=X> if its zero or lower there is no subsurface ice (default -1).
outputs: zdq_ssi, momentarily zdqsdif after the interaction with the SSIzdq_subtimestep,  momentarily flux after the interaction with the SSIzdq_ssi_frost momentarily zdqsdif after the interaction of the frost with the SSI
q1, atmospheric first layer water vapor quatity
qeq, SSI water vapor quantity

Eran Vos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/changelog.txt

    r3095 r3098  
    42734273Prettyfied solarlong.F and made it a module. Likewise for conf_phys.F
    42744274
     4275== 23/10/2023 == EV
     4276We added the to module vdifc the possibily of subsurface intercation, mostly to have the option of buried glaicer that can lose ice and create polar layers.
     4277if no ice is on the surface the ice the atmosphere can directly interact with the subsurface ice.
     4278if ice is on the surface it can interact with the subsurface ice.
     4279**For now it is not working with more then one subslope. I will add this feature soon**
     4280In order to use it there are two flags that needs to be set to true.
     4281paleoclimate=.true.
     4282lag_layer=.true.
     4283in addition one need to give the following parametrs in startfi or run.def:
     4284d_coef=X for the diffusion coeficent (4e-4 is the defualt)
     4285<h2o_ice_depth=X> if its zero or lower there is no subsurface ice (default -1).
     4286outputs: zdq_ssi, momentarily zdqsdif after the interaction with the SSIzdq_subtimestep,  momentarily flux after the interaction with the SSIzdq_ssi_frost momentarily zdqsdif after the interaction of the frost with the SSI
     4287q1, atmospheric first layer water vapor quatity
     4288qeq, SSI water vapor quantity
     4289
     4290
    42754291Some code tidying:
    42764292Made pi in module comcstfi_h a parameter (and not a variable recomputed at
Note: See TracChangeset for help on using the changeset viewer.