Changeset 2837 for trunk/LMDZ.GENERIC
- Timestamp:
- Dec 1, 2022, 10:55:44 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/interpolateH2H2.F90
r2667 r2837 63 63 integer ind 64 64 if ((H2orthopara_mixture .eq. "hot")) then 65 ! print*,"We're in the Hot Jupiter case" 66 if (temp .gt. 3000.) then 65 if (temp .gt. 7000.) then 67 66 if (strictboundcia) then 68 67 if (is_master) then 69 print*,'Your temperatures are too high for this H2-H2 CIA dataset (Hot Jupiter case). If you ' 70 print*,'really want to run simulations with hydrogen at T > 400 K, contact' 71 print*,'Robin Wordsworth [rwordsworth@uchicago.edu].' 68 print*,'Your temperatures are too high for this H2-H2 CIA dataset (>7000K, Hot Jupiter case)' 72 69 endif !is_master 73 70 stop … … 77 74 print*,'you have chosen strictboundcia = ', strictboundcia 78 75 print*,'*********************************************************' 79 print*,' we allow model to continue but with temp = 3000 '76 print*,' we allow model to continue but with temp = 7000 ' 80 77 print*,' ... for H2-H2 CIA dataset ... ' 81 78 print*,' ... we assume we know what you are doing ... ' 82 79 print*,'*********************************************************' 83 80 endif !is_master 84 temp = 3000.81 temp = 7000. 85 82 endif !strictboundcia 86 endif !(temp .gt. 3000.)87 else ! if not Hot Jupiter83 endif !(temp .gt. 7000.) 84 else ! if not "hot" 88 85 if(temp.gt.400)then 89 86 if (strictboundcia) then … … 143 140 dt_file=TRIM(datadir)//'/continuum_data/H2-H2_eq_2011.cia' 144 141 else if (H2orthopara_mixture.eq."hot") then 145 dt_file=TRIM(datadir)//'/continuum_data/H2-H2_2011 .cia'146 ns = 9981142 dt_file=TRIM(datadir)//'/continuum_data/H2-H2_2011_extended.cia' 143 ns = 800 147 144 endif 148 145 else if (versH2H2cia.eq.2018) then
Note: See TracChangeset
for help on using the changeset viewer.