Changeset 2088 for LMDZ5/trunk/libf/phylmd
- Timestamp:
- Jul 11, 2014, 2:52:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/etat0_netcdf.F90
r2047 r2088 187 187 & rlonu, rlatv, ib) 188 188 WRITE(lunout,*)'MASQUE construit : Masque' 189 WRITE(lunout,'(97I1)') nINT(masque)189 if (prt_level >= 1) WRITE(lunout,'(97I1)') nINT(masque) 190 190 CALL gr_dyn_fi(1, iip1, jjp1, klon, masque, zmasq) 191 191 WHERE( zmasq(:)<EPSFRA) zmasq(:)=0. … … 421 421 WRITE(fmt,"(i4,'i1)')")iip1 ; fmt='('//ADJUSTL(fmt) 422 422 WRITE(lunout,*) 'MASQUE construit : Masque' 423 WRITE(lunout,TRIM(fmt))NINT(masque(:,:))423 if (prt_level >= 1) WRITE(lunout,TRIM(fmt))NINT(masque(:,:)) 424 424 425 425 ! Intermediate computation
Note: See TracChangeset
for help on using the changeset viewer.