Changeset 1871 for trunk/LMDZ.TITAN/libf/phytitan/tabfi_mod.F90
- Timestamp:
- Dec 20, 2017, 12:23:42 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/tabfi_mod.F90
r1670 r1871 55 55 emissiv 56 56 use comsoil_h, only: volcapa 57 use comchem_h, only: nlaykim_up 57 58 use iostart, only: get_var 58 59 use mod_phys_lmdz_para, only: is_parallel … … 149 150 dtemisice(:)=0 !time scale for snow metamorphism 150 151 volcapa=1000000 ! volumetric heat capacity of subsurface 151 152 ! chemistry 153 nlaykim_up=70 ! size of vertical grid for upper chemistry 154 152 155 ELSE 153 156 !----------------------------------------------------------------------- … … 204 207 ! soil properties 205 208 volcapa = tab_cntrl(tab0+35) ! volumetric heat capacity 209 ! chemistry 210 nlaykim_up = nint(tab_cntrl(tab0+40)) ! size of vertical grid for upper chemistry 206 211 !----------------------------------------------------------------------- 207 212 ! Save some constants for later use (as routine arguments) … … 256 261 257 262 write(*,5) '(35) volcapa',tab_cntrl(tab0+35),volcapa 263 264 write(*,5) '(40) nlaykim_up',tab_cntrl(tab0+40),float(nlaykim_up) 258 265 259 266 write(*,*) … … 564 571 565 572 write(*,5) '(35) volcapa',tab_cntrl(tab0+35),volcapa 573 574 write(*,5) '(40) nlaykim_up',tab_cntrl(tab0+40),float(nlaykim_up) 566 575 567 576 write(*,*)
Note: See TracChangeset
for help on using the changeset viewer.