Changeset 1940 for trunk/LMDZ.GENERIC
- Timestamp:
- Jun 1, 2018, 11:19:41 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/callcorrk.F90
r1829 r1940 721 721 else 722 722 print*,'***********************************************' 723 print*,'we allow model to continue with tlevrad =tgasmin'723 print*,'we allow model to continue with tlevrad<tgasmin' 724 724 print*,' ... we assume we know what you are doing ... ' 725 725 print*,' ... but do not let this happen too often ... ' 726 726 print*,'***********************************************' 727 !tlevrad(k)=tgasmin 727 !tlevrad(k)=tgasmin ! Used in the source function ! 728 728 endif 729 729 elseif(tlevrad(k).gt.tgasmax)then … … 736 736 else 737 737 print*,'***********************************************' 738 print*,'we allow model to continue with tlevrad =tgasmax'738 print*,'we allow model to continue with tlevrad<tgasmax' 739 739 print*,' ... we assume we know what you are doing ... ' 740 740 print*,' ... but do not let this happen too often ... ' 741 741 print*,'***********************************************' 742 !tlevrad(k)=tgasmax 742 !tlevrad(k)=tgasmax ! Used in the source function ! 743 743 endif 744 744 endif … … 754 754 else 755 755 print*,'***********************************************' 756 print*,'we allow model to continue with tmid=tgasmin'756 print*,'we allow model to continue but with tmid=tgasmin' 757 757 print*,' ... we assume we know what you are doing ... ' 758 758 print*,' ... but do not let this happen too often ... ' … … 769 769 else 770 770 print*,'***********************************************' 771 print*,'we allow model to continue with tmid=tgasmin'771 print*,'we allow model to continue but with tmid=tgasmin' 772 772 print*,' ... we assume we know what you are doing ... ' 773 773 print*,' ... but do not let this happen too often ... '
Note: See TracChangeset
for help on using the changeset viewer.