Ignore:
Timestamp:
Nov 3, 2023, 2:36:01 PM (16 months ago)
Author:
llange
Message:

Mars PCM
Introducing qsoil to model H2O adsorption/desorption in the subsurface. For now, I've fixed the number of tracers in the subsurface to three (H2O vap, H2O ice, H2O ads).
The model of adsorption/desorption will follow later.
LL

File:
1 edited

Legend:

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

    r3111 r3113  
    4040     &                           lag_layer
    4141      use microphys_h, only: mteta
     42      use comsoil_h, only: adsorption_soil
    4243
    4344      IMPLICIT NONE
     
    10001001c        ----------------------------------------------------------
    10011002
     1003! Adsorption
     1004         adsorption_soil = .false.
     1005         call getin_p("adsorption_soil",adsorption_soil)
     1006         if (adsorption_soil .and. (.not. water)) then
     1007              write(*,*)"Adsorption can be run only if water = True"
     1008              call abort_physic(modname,
     1009     &        "Adsorption must be used with water = true",1)
     1010         endif 
     1011c        ----------------------------------------------------------
     1012
    10021013! THERMOSPHERE
    10031014
Note: See TracChangeset for help on using the changeset viewer.