Changeset 3113 for trunk/LMDZ.MARS/libf/phymars/conf_phys.F
- Timestamp:
- Nov 3, 2023, 2:36:01 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/conf_phys.F
r3111 r3113 40 40 & lag_layer 41 41 use microphys_h, only: mteta 42 use comsoil_h, only: adsorption_soil 42 43 43 44 IMPLICIT NONE … … 1000 1001 c ---------------------------------------------------------- 1001 1002 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 1011 c ---------------------------------------------------------- 1012 1002 1013 ! THERMOSPHERE 1003 1014
Note: See TracChangeset
for help on using the changeset viewer.