Changeset 1801 for trunk/LMDZ.GENERIC/libf/phystd/inifis_mod.F90
- Timestamp:
- Oct 19, 2017, 11:26:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/inifis_mod.F90
r1715 r1801 366 366 write(*,*) "ok_slab_heat_transp = ",ok_slab_heat_transp 367 367 368 ! Photochemistry and chemistry in the thermosphere 369 370 write(*,*) "Use photochemistry ?" 371 photochem=.false. ! default value 372 call getin_p("photochem",photochem) 373 write(*,*) "photochem = ",photochem 374 375 write(*,*)"Production of haze ?" 376 haze=.false. ! default value 377 call getin_p("haze",haze) 378 write(*,*)" haze = ",haze 368 379 369 380 … … 763 774 ! allocate "comsoil_h" arrays 764 775 call ini_comsoil_h(ngrid) 765 776 766 777 END SUBROUTINE inifis 767 778
Note: See TracChangeset
for help on using the changeset viewer.