Changeset 3098 for trunk/LMDZ.MARS/changelog.txt
- Timestamp:
- Oct 23, 2023, 7:02:06 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/changelog.txt
r3095 r3098 4273 4273 Prettyfied solarlong.F and made it a module. Likewise for conf_phys.F 4274 4274 4275 == 23/10/2023 == EV 4276 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. 4277 if no ice is on the surface the ice the atmosphere can directly interact with the subsurface ice. 4278 if 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** 4280 In order to use it there are two flags that needs to be set to true. 4281 paleoclimate=.true. 4282 lag_layer=.true. 4283 in addition one need to give the following parametrs in startfi or run.def: 4284 d_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). 4286 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 4287 q1, atmospheric first layer water vapor quatity 4288 qeq, SSI water vapor quantity 4289 4290 4275 4291 Some code tidying: 4276 4292 Made pi in module comcstfi_h a parameter (and not a variable recomputed at
Note: See TracChangeset
for help on using the changeset viewer.