Ignore:
Timestamp:
Mar 26, 2009, 12:57:31 PM (16 years ago)
Author:
Laurent Fairhead
Message:

Menage sur les impressions intempestives par transformation des

print*,

en

if (prt_level > ??) write(lunout,*)

LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4-dev/libf/phylmd/physiq.F

    r1130 r1134  
    20252025       do i=1,klon
    20262026          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,
    20282029     ,       '): i, alp, alp_wake,ale',i,alp(i),alp_wake(i),ale(i)
    20292030             alp(i)=alp_max
    20302031          endif
    20312032          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,
    20332035     ,       '): i, alp, alp_wake,ale',i,ale(i),ale_wake(i),alp(i)
    20342036             ale(i)=ale_max
Note: See TracChangeset for help on using the changeset viewer.