Changeset 3406 for trunk/LMDZ.PLUTO
- Timestamp:
- Aug 20, 2024, 12:12:39 PM (3 months ago)
- Location:
- trunk/LMDZ.PLUTO/libf/phypluto
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto/callcorrk_pluto_mod.F90
r3361 r3406 620 620 print*,'Minimum temperature is outside the radiative' 621 621 print*,'transfer kmatrix bounds, exiting.' 622 print*, tlevrad(k),k,tgasmin623 !call abort622 print*,'t(',k,')=',tlevrad(k),' < ',tgasmin 623 call abort 624 624 elseif(tlevrad(k).gt.tgasmax)then 625 625 print*,'Maximum temperature is outside the radiative' 626 626 print*,'transfer kmatrix bounds, exiting.' 627 ! call abort 627 print*,'t(',k,')=',tlevrad(k),' > ',tgasmax 628 ! call abort 628 629 endif 629 630 enddo -
trunk/LMDZ.PLUTO/libf/phypluto/dyn1d/rcm1d.F
r3329 r3406 907 907 ENDDO 908 908 GOTO 401 909 301 STOP' fichier profhaze inexistant'909 301 STOP'Problem with profhaze file' 910 910 401 CONTINUE 911 911 CLOSE(15)
Note: See TracChangeset
for help on using the changeset viewer.