Changeset 1134 for LMDZ4/branches/LMDZ4-dev/libf/phylmd/physiq.F
- Timestamp:
- Mar 26, 2009, 12:57:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4-dev/libf/phylmd/physiq.F
r1130 r1134 2025 2025 do i=1,klon 2026 2026 if (alp(i)>alp_max) then 2027 print*,'WARNING SUPER ALP (seuil=',alp_max, 2027 IF(prt_level>9)WRITE(lunout,*) & 2028 & 'WARNING SUPER ALP (seuil=',alp_max, 2028 2029 , '): i, alp, alp_wake,ale',i,alp(i),alp_wake(i),ale(i) 2029 2030 alp(i)=alp_max 2030 2031 endif 2031 2032 if (ale(i)>ale_max) then 2032 print*,'WARNING SUPER ALE (seuil=',ale_max, 2033 IF(prt_level>9)WRITE(lunout,*) & 2034 & 'WARNING SUPER ALE (seuil=',ale_max, 2033 2035 , '): i, alp, alp_wake,ale',i,ale(i),ale_wake(i),alp(i) 2034 2036 ale(i)=ale_max
Note: See TracChangeset
for help on using the changeset viewer.