Changeset 3893 for trunk/LMDZ.GENERIC/libf/phystd/interpolateH2He.F90
- Timestamp:
- Aug 13, 2025, 7:53:49 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/interpolateH2He.F90
r3310 r3893 70 70 print*,'Please run mixed H2-He atmospheres below T = 9900.0 K.' 71 71 endif !is_master 72 stop72 call abort_physic("interpolateH2He", "temperatures are too high for this CIA dataset", 1) 73 73 else 74 74 !if (is_master) then … … 91 91 print*,'Please run mixed H2-He atmospheres below T = 400 K.' 92 92 endif ! is_master 93 stop93 call abort_physic("interpolateH2He", "temperatures are too high for this CIA dataset", 1) 94 94 else 95 95 !if (is_master) then … … 110 110 print*,'Please run mixed H2-He atmospheres above T = 40 K.' 111 111 endif ! is_master 112 stop112 call abort_physic("interpolateH2He", "temperatures are too low for this CIA dataset", 1) 113 113 else 114 114 !if (is_master) then … … 161 161 write(*,*) 'Also check that the continuum data is there.' 162 162 endif 163 call abort 163 call abort_physic("interpolateH2He", "Unable to read file", 1) 164 164 else 165 165 … … 173 173 print*,'Please adjust nS value in interpolateH2He.F90' 174 174 endif 175 stop175 call abort_physic("interpolateH2He", "Resolution given does not match with nS value", 1) 176 176 endif 177 177 temp_arr(iT)=Ttemp
Note: See TracChangeset
for help on using the changeset viewer.
