Changeset 2542 for trunk/LMDZ.GENERIC/libf/phystd/inifis_mod.F90
- Timestamp:
- Jul 5, 2021, 2:44:34 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/inifis_mod.F90
r2520 r2542 422 422 write(*,*) "photochem = ",photochem 423 423 424 write(*,*) "Use photolysis heat table ?" 425 photoheat=.false. ! default value 426 call getin_p("photoheat",photoheat) 427 write(*,*) "photoheat = ",photoheat 428 429 write(*,*) "Use photolysis online calculation ?" 430 jonline=.false. ! default value 431 call getin_p("jonline",jonline) 432 write(*,*) "jonline = ",jonline 433 434 write(*,*) "Use deposition ?" 435 depos=.false. ! default value 436 call getin_p("depos",depos) 437 write(*,*) "depos = ",depos 438 424 439 write(*,*)"Production of haze ?" 425 440 haze=.false. ! default value
Note: See TracChangeset
for help on using the changeset viewer.