Ignore:
Timestamp:
Feb 17, 2020, 12:31:02 PM (5 years ago)
Author:
jvatant
Message:

Some updates of the deftank and the default values in inifis_mod
--JVO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/inifis_mod.F90

    r2138 r2241  
    187187     call getin_p("eff_gz", eff_gz)
    188188     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
    189197         
    190198! Test of incompatibility:
     
    237245       
    238246       write(*,*) "use correlated-k recombination instead of pre-mixed values ?"
    239        corrk_recombin=.true. ! default value
     247       corrk_recombin=.false.! default value
    240248       call getin_p("corrk_recombin",corrk_recombin)
    241249       write(*,*) " corrk_recombin = ",corrk_recombin
     
    361369     endif
    362370     
    363      ! sanity check warning
    364      if (callchim.and.(.not.eff_gz)) then
    365        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        !stop
    369      endif
    370 
    371 
    372371     write(*,*)"Chemistry is computed every ichim", &
    373372                   " physical timestep"
Note: See TracChangeset for help on using the changeset viewer.