Changeset 3547 for trunk/LMDZ.PLUTO
- Timestamp:
- Dec 11, 2024, 4:28:17 PM (12 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto/callcorrk.F90
r3444 r3547 900 900 ! Test for out-of-bounds pressure. 901 901 if(plevrad(3).lt.pgasmin)then 902 print*,' Minimum pressure is outside the radiative'902 print*,'Warning: minimum pressure is outside the radiative' 903 903 print*,'transfer kmatrix bounds, exiting.' 904 print*,'Pressure:', plevrad(3), 'Pa' 904 905 message="Minimum pressure outside of kmatrix bounds" 905 call abort_physic(subname,message,1)906 !call abort_physic(subname,message,1) 906 907 elseif(plevrad(L_LEVELS).gt.pgasmax)then 907 908 print*,'Maximum pressure is outside the radiative'
Note: See TracChangeset
for help on using the changeset viewer.