Changes in palm/trunk/SOURCE/check_open.f90 [1:3]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_open.f90
r1 r3 8 8 ! Former revisions: 9 9 ! ----------------- 10 ! $Log: check_open.f90,v $ 10 ! $Id$ 11 ! RCS Log replace by Id keyword, revision history cleaned up 12 ! 11 13 ! Revision 1.44 2006/08/22 13:48:34 raasch 12 14 ! xz and yz cross sections now up to nzt+1 13 !14 ! Revision 1.43 2006/08/04 14:05:52 raasch15 ! Opening of unit 109 (particle time series)16 !17 ! Revision 1.42 2006/03/01 16:39:47 raasch18 ! In parallel mode, all PEs are opening the same copy of file PARIN19 !20 ! Revision 1.41 2006/02/23 10:05:05 raasch21 ! New unit 20 for data logging,22 ! new units (111:113,116) for 2d/3d data averaging23 ! NetCDF files are allowed a 64 bit offset format,24 ! error number argument for handle_netcdf_error25 !26 ! Revision 1.40 2005/06/30 10:39:04 raasch27 ! No opening of units 101-108 in case of missing netcdf support28 !29 ! Revision 1.39 2005/06/26 19:51:36 raasch30 ! Data format version number for unit 85 changed31 !32 ! Revision 1.38 2005/05/18 15:09:01 raasch33 ! Extensions for NetCDF output34 !35 ! Revision 1.37 2005/04/23 08:50:18 raasch36 ! batch_scp calls is given the remote username as an additional argument37 !38 ! Revision 1.36 2004/01/28 15:03:21 raasch39 ! In case of opening unit 80, a barrier is set only for the first call of40 ! check_open (from routine init_particles), in order to avoid the possibility41 ! of hanging jobs, which may occur if unit 80 is opened within routine42 ! allocate_prt_memory.43 !44 ! Revision 1.35 2003/10/29 08:47:03 raasch45 ! Call of batch_scp on IBM corrected, output of data format version and46 ! particle group data on unit 8547 !48 ! Revision 1.34 2003/05/09 14:06:58 raasch49 ! Batch_scp paths for IBM, NEC and linux added50 !51 ! Revision 1.33 2003/03/16 09:28:00 raasch52 ! Two underscores (_) are placed in front of all define-strings53 !54 ! Revision 1.32 2002/12/19 14:03:15 raasch55 ! Unit 18 (CPU_MEASURES) will be opened on PE0 only, unit 14 is opened56 ! with special process-id-string myid_char_14 (see routine parin),57 ! STOP statement replaced by call of subroutine local_stop58 !59 ! Revision 1.31 2002/04/24 19:01:15 raasch60 ! Unit 85 is allowed to be re-opened. In case that a re-open of a file is not61 ! allowed, the subroutine will be exit.62 !63 ! Revision 1.30 2002/04/16 08:00:27 raasch64 ! ftpcopy replaced by batch_scp, retry of opening CPU_MEASURES/ in case of65 ! errors forced by adding ERR-parameter in OPEN statement.66 ! New unit 85 for particle data67 !68 ! Revision 1.29 2001/07/12 12:07:21 raasch69 ! Opening of unit 33 moved out of ELSE-block70 !71 ! Revision 1.28 2001/03/30 06:56:49 raasch72 ! Translation of remaining German identifiers (variables, subroutines, etc.)73 !74 ! Revision 1.27 2001/01/29 12:21:52 raasch75 ! In case of AVS-output: if no path for ftpcopy is given, filenames are set76 ! to "unknown"77 !78 ! Revision 1.26 2001/01/25 06:54:28 raasch79 ! Error concerning initialization of unit 23 removed (initial informations80 ! were written also when reopened)81 !82 ! Revision 1.25 2001/01/05 15:09:29 raasch83 ! New units 81-84 for spectra84 !85 ! Revision 1.24 2001/01/02 17:21:11 raasch86 ! Re-opening of files is allowed, variable openfile now is of type file_status,87 ! new unit 80 for particle informations88 ! old revison remarks deleted89 !90 ! Revision 1.23 2000/04/27 06:51:12 raasch91 ! remote_addres changed to return_addres, old revision remarks deleted92 !93 ! Revision 1.22 2000/01/21 17:07:18 letzel94 ! All comments translated into English95 15 ! 96 16 ! Revision 1.1 1997/08/11 06:10:55 raasch
Note: See TracChangeset
for help on using the changeset viewer.