Changeset 2097 for LMDZ5/trunk/libf/phylmd/iophy.F90
- Timestamp:
- Jul 21, 2014, 2:39:49 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/iophy.F90
r2002 r2097 115 115 ENDIF 116 116 117 #ifndef CPP_ NO_IOIPSL117 #ifndef CPP_IOIPSL_NO_OUTPUT 118 118 CALL flio_dom_set(mpi_size,mpi_rank,ddid,dsg,dsl,dpf,dpl,dhs,dhe, & 119 119 'APPLE',phys_domain_id) … … 186 186 endif 187 187 188 #ifndef CPP_ NO_IOIPSL188 #ifndef CPP_IOIPSL_NO_OUTPUT 189 189 call flio_dom_set(mpi_size,mpi_rank,ddid,dsg,dsl,dpf,dpl,dhs,dhe, & 190 190 'APPLE',phys_domain_id) … … 250 250 251 251 !$OMP MASTER 252 #ifndef CPP_ NO_IOIPSL252 #ifndef CPP_IOIPSL_NO_OUTPUT 253 253 if (is_sequential) then 254 254 call histbeg(name,iim,io_lon, jj_nb,io_lat(jj_begin:jj_end), & … … 390 390 ENDDO 391 391 392 #ifndef CPP_ NO_IOIPSL392 #ifndef CPP_IOIPSL_NO_OUTPUT 393 393 call histbeg(nname,pim,plon,plon_bounds, & 394 394 plat,plat_bounds, & … … 431 431 ENDIF 432 432 ENDDO 433 #ifndef CPP_ NO_IOIPSL433 #ifndef CPP_IOIPSL_NO_OUTPUT 434 434 call histbeg(nname,npstn,npplon,npplon_bounds, & 435 435 npplat,npplat_bounds, & … … 612 612 ENDIF 613 613 #endif 614 #ifndef CPP_ NO_IOIPSL614 #ifndef CPP_IOIPSL_NO_OUTPUT 615 615 616 616 IF ( var%flag(iff)<=lev_files(iff) ) THEN … … 697 697 ENDIF 698 698 #endif 699 #ifndef CPP_ NO_IOIPSL699 #ifndef CPP_IOIPSL_NO_OUTPUT 700 700 701 701 IF ( var%flag(iff)<=lev_files(iff) ) THEN … … 962 962 ALLOCATE(index2d(iim*jj_nb)) 963 963 ALLOCATE(fieldok(iim*jj_nb)) 964 #ifndef CPP_ NO_IOIPSL964 #ifndef CPP_IOIPSL_NO_OUTPUT 965 965 CALL histwrite(nid_files(iff),var%name,itau_iophy,Field2d,iim*jj_nb,index2d) 966 966 #endif … … 990 990 ENDDO 991 991 ENDIF ! of IF (is_sequential) 992 #ifndef CPP_ NO_IOIPSL992 #ifndef CPP_IOIPSL_NO_OUTPUT 993 993 if (prt_level >= 10) then 994 994 write(lunout,*)"histwrite2d_phy: clef_stations(iff) and iff==iff_beg, call wxios_write_2D" … … 1097 1097 ALLOCATE(fieldok(iim*jj_nb,nlev)) 1098 1098 1099 #ifndef CPP_ NO_IOIPSL1099 #ifndef CPP_IOIPSL_NO_OUTPUT 1100 1100 CALL histwrite(nid_files(iff),var%name,itau_iophy,Field3d,iim*jj_nb*nlev,index3d) 1101 1101 #endif … … 1128 1128 ENDDO 1129 1129 ENDIF 1130 #ifndef CPP_ NO_IOIPSL1130 #ifndef CPP_IOIPSL_NO_OUTPUT 1131 1131 CALL histwrite(nid_files(iff),var%name,itau_iophy,fieldok,npstn*nlev,index3d) 1132 1132 #endif
Note: See TracChangeset
for help on using the changeset viewer.