Changes in palm/trunk/SOURCE/check_open.f90 [3:1]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_open.f90
r3 r1 8 8 ! Former revisions: 9 9 ! ----------------- 10 ! $Id$ 11 ! RCS Log replace by Id keyword, revision history cleaned up 12 ! 10 ! $Log: check_open.f90,v $ 13 11 ! Revision 1.44 2006/08/22 13:48:34 raasch 14 12 ! xz and yz cross sections now up to nzt+1 13 ! 14 ! Revision 1.43 2006/08/04 14:05:52 raasch 15 ! Opening of unit 109 (particle time series) 16 ! 17 ! Revision 1.42 2006/03/01 16:39:47 raasch 18 ! In parallel mode, all PEs are opening the same copy of file PARIN 19 ! 20 ! Revision 1.41 2006/02/23 10:05:05 raasch 21 ! New unit 20 for data logging, 22 ! new units (111:113,116) for 2d/3d data averaging 23 ! NetCDF files are allowed a 64 bit offset format, 24 ! error number argument for handle_netcdf_error 25 ! 26 ! Revision 1.40 2005/06/30 10:39:04 raasch 27 ! No opening of units 101-108 in case of missing netcdf support 28 ! 29 ! Revision 1.39 2005/06/26 19:51:36 raasch 30 ! Data format version number for unit 85 changed 31 ! 32 ! Revision 1.38 2005/05/18 15:09:01 raasch 33 ! Extensions for NetCDF output 34 ! 35 ! Revision 1.37 2005/04/23 08:50:18 raasch 36 ! batch_scp calls is given the remote username as an additional argument 37 ! 38 ! Revision 1.36 2004/01/28 15:03:21 raasch 39 ! In case of opening unit 80, a barrier is set only for the first call of 40 ! check_open (from routine init_particles), in order to avoid the possibility 41 ! of hanging jobs, which may occur if unit 80 is opened within routine 42 ! allocate_prt_memory. 43 ! 44 ! Revision 1.35 2003/10/29 08:47:03 raasch 45 ! Call of batch_scp on IBM corrected, output of data format version and 46 ! particle group data on unit 85 47 ! 48 ! Revision 1.34 2003/05/09 14:06:58 raasch 49 ! Batch_scp paths for IBM, NEC and linux added 50 ! 51 ! Revision 1.33 2003/03/16 09:28:00 raasch 52 ! Two underscores (_) are placed in front of all define-strings 53 ! 54 ! Revision 1.32 2002/12/19 14:03:15 raasch 55 ! Unit 18 (CPU_MEASURES) will be opened on PE0 only, unit 14 is opened 56 ! with special process-id-string myid_char_14 (see routine parin), 57 ! STOP statement replaced by call of subroutine local_stop 58 ! 59 ! Revision 1.31 2002/04/24 19:01:15 raasch 60 ! Unit 85 is allowed to be re-opened. In case that a re-open of a file is not 61 ! allowed, the subroutine will be exit. 62 ! 63 ! Revision 1.30 2002/04/16 08:00:27 raasch 64 ! ftpcopy replaced by batch_scp, retry of opening CPU_MEASURES/ in case of 65 ! errors forced by adding ERR-parameter in OPEN statement. 66 ! New unit 85 for particle data 67 ! 68 ! Revision 1.29 2001/07/12 12:07:21 raasch 69 ! Opening of unit 33 moved out of ELSE-block 70 ! 71 ! Revision 1.28 2001/03/30 06:56:49 raasch 72 ! Translation of remaining German identifiers (variables, subroutines, etc.) 73 ! 74 ! Revision 1.27 2001/01/29 12:21:52 raasch 75 ! In case of AVS-output: if no path for ftpcopy is given, filenames are set 76 ! to "unknown" 77 ! 78 ! Revision 1.26 2001/01/25 06:54:28 raasch 79 ! Error concerning initialization of unit 23 removed (initial informations 80 ! were written also when reopened) 81 ! 82 ! Revision 1.25 2001/01/05 15:09:29 raasch 83 ! New units 81-84 for spectra 84 ! 85 ! Revision 1.24 2001/01/02 17:21:11 raasch 86 ! Re-opening of files is allowed, variable openfile now is of type file_status, 87 ! new unit 80 for particle informations 88 ! old revison remarks deleted 89 ! 90 ! Revision 1.23 2000/04/27 06:51:12 raasch 91 ! remote_addres changed to return_addres, old revision remarks deleted 92 ! 93 ! Revision 1.22 2000/01/21 17:07:18 letzel 94 ! All comments translated into English 15 95 ! 16 96 ! Revision 1.1 1997/08/11 06:10:55 raasch
Note: See TracChangeset
for help on using the changeset viewer.