Ignore:
Timestamp:
Apr 9, 2020, 6:34:53 PM (5 years ago)
Author:
jvatant
Message:

Set the temperature boundaries and step for Planck function integration as input in callphys.def, for more flexibility.

+ User can now set them by tplanckmin, tplanckmax and dtplanck
+ Default values are a wide range 30-1500K
+ Add a sanity check in callcorrk instead of leaving out-of-bounds planckir indexes.

--JVO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/callkeys_mod.F90

    r2245 r2283  
    6969!$OMP THREADPRIVATE(versH2H2cia,iddist,iaervar,iradia,startype)
    7070
     71      real,save :: tplanckmin
     72      real,save :: tplanckmax
     73      real,save :: dtplanck
     74!$OMP THREADPRIVATE(tplanckmin,tplanckmax,dtplanck)
    7175      real,save :: topdustref
    7276      real,save :: Nmix_co2
Note: See TracChangeset for help on using the changeset viewer.