Changeset 2241 for trunk/LMDZ.TITAN/libf/phytitan/inifis_mod.F90
- Timestamp:
- Feb 17, 2020, 12:31:02 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/inifis_mod.F90
r2138 r2241 187 187 call getin_p("eff_gz", eff_gz) 188 188 write(*,*) "eff_gz = ", eff_gz 189 190 ! sanity check warning 191 if (eff_gz) then 192 print*,"WARNING : You run chemistry with effective altitude-dependent gravity field !!" 193 print*,"You will have no coherence in your heating rates between physics and dynamics !!" 194 print*,"I let you continue but you should rather set eff_gz =.false. ..." 195 endif 196 189 197 190 198 ! Test of incompatibility: … … 237 245 238 246 write(*,*) "use correlated-k recombination instead of pre-mixed values ?" 239 corrk_recombin=. true.! default value247 corrk_recombin=.false.! default value 240 248 call getin_p("corrk_recombin",corrk_recombin) 241 249 write(*,*) " corrk_recombin = ",corrk_recombin … … 361 369 endif 362 370 363 ! sanity check warning364 if (callchim.and.(.not.eff_gz)) then365 print*,"WARNING : You run chemistry without effective altitude-dependent gravity field !!"366 print*,"You will have wrong vertical photodissociations rates, that's crazy !!"367 print*,"I let you continue but you should rather set eff_gz =.true. ..."368 !stop369 endif370 371 372 371 write(*,*)"Chemistry is computed every ichim", & 373 372 " physical timestep"
Note: See TracChangeset
for help on using the changeset viewer.