Changeset 346
- Timestamp:
- Jul 6, 2009 10:13:41 AM (15 years ago)
- Location:
- palm/trunk
- Files:
-
- 2 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/INSTALL/example_cbl_rc
r243 r346 1 1 2 2 *************************** ------------------------------------------ 3 * PALM 3.6 Rev: 233* atmosphere - 3D - run without 1D - prerun3 * PALM 3.6 Rev: 344 * atmosphere - 3D - run without 1D - prerun 4 4 *************************** ------------------------------------------ 5 5 6 Date: 10-02-09 Run: example_cbl7 Time: 1 3:37:35 Run-No.: 006 Date: 01-07-09 Run: example_cbl 7 Time: 16:11:35 Run-No.: 00 8 8 Run on host: lcsgih 9 Number of PEs: 8 Processor grid (x,y): ( 8, 1) forced 10 A 1d-decomposition along x is forced 11 because the job is running on an SMP-cluster 9 Number of PEs: 8 Processor grid (x,y): ( 2, 4) calculated 12 10 ------------------------------------------------------------------------------ 13 11 … … 42 40 43 41 Number of gridpoints (x,y,z): (0: 39, 0: 39, 0: 41) 44 Subdomain size (x,y,z): ( 5, 40, 42)42 Subdomain size (x,y,z): ( 20, 10, 42) 45 43 46 44 Subdomains have equal size … … 100 98 101 99 102 Profile: pt, w"pt", w*pt*, wpt, w*2, pt*2, 100 Profile: pt, w"pt", w*pt*, wpt, w*2, pt*2, 103 101 Output every 900.00 s 104 102 Time averaged over 600.00 s -
palm/trunk/SCRIPTS/mbuild
r305 r346 471 471 (lcmuk) remote_addres=130.75.105.2;; 472 472 (lcsgib) remote_addres=130.73.232.102;; 473 (lcsgih) remote_addres=130.75.4.10 3;;473 (lcsgih) remote_addres=130.75.4.102;; 474 474 (lctit) remote_addres=172.17.75.161;; 475 475 (lcxt4) remote_addres=129.177.20.113;; -
palm/trunk/SCRIPTS/subjob
r343 r346 324 324 (lcfimm) remote_addres=172.20.4.2; submcom=/opt/torque/bin/qsub;; 325 325 (lcsgib) queue=smallq; remote_addres=130.73.232.103; submcom=/opt/moab/bin/msub;; 326 (lcsgih) queue=smallq; remote_addres=130.75.4.10 3; submcom=/opt/moab/bin/msub;;326 (lcsgih) queue=smallq; remote_addres=130.75.4.102; submcom=/opt/moab/bin/msub;; 327 327 (lctit) queue=lctit; remote_addres=172.17.75.161; submcom=/n1ge/TITECH_GRID/tools/bin/n1ge;; 328 328 (lcxt4) remote_addres=129.177.20.113; submcom=/opt/torque/2.3.0/bin/qsub;; -
palm/trunk/SOURCE/header.f90
r337 r346 676 676 ! 677 677 !-- 1D-profiles 678 dopr_chr = 'P ofile:'678 dopr_chr = 'Profile:' 679 679 IF ( dopr_n /= 0 ) THEN 680 680 WRITE ( io, 331 )
Note: See TracChangeset
for help on using the changeset viewer.