Ignore:
Timestamp:
Nov 15, 2023, 3:13:25 PM (15 months ago)
Author:
llange
Message:

Mars PCM

  • Update in soilwater: adding the possibility to run without adsorption, but with the possibility to run with seasonal frost forming in the subsurface
  • THe choice of the isotherm for adsorption can be now done by setting the integer choice_ads in the callphys.def choice_ads = 1 adsorption rate is computed with the H2O thermal speed; choice_ads = 2 adsorption rate is computed based on exeperimental resutls, choice_ads =3 no adsorption

LL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/conf_phys.F

    r3125 r3126  
    4040     &                           lag_layer
    4141      use microphys_h, only: mteta
    42       use comsoil_h, only: adsorption_soil
     42      use comsoil_h, only: adsorption_soil, choice_ads
    4343
    4444      IMPLICIT NONE
     
    10171017     &        "Adsorption must be used with water = true",1)
    10181018         endif 
     1019
     1020         if(adsorption_soil) choice_ads = 1
     1021         call getin_p("choice_ads",choice_ads)
     1022           
    10191023c        ----------------------------------------------------------
    10201024
Note: See TracChangeset for help on using the changeset viewer.