Changeset 669 for palm/trunk
- Timestamp:
- Dec 26, 2010 7:06:42 PM (14 years ago)
- Location:
- palm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r635 r669 215 215 # 14/12/10 - Siggi - adjustments for new Tsubame system at Tokyo 216 216 # institute of technology (lctit) 217 # 23/12/10 - Micha - different number of processors in ocean and atmosphere 218 # is now allowed 217 219 218 220 … … 713 715 # REARRANGING BECAUSE CURRENTLY ONLY 1:1 TOPOLOGIES ARE SUPPORTED 714 716 # THIS SHOULD BE REMOVED IN FUTURE 715 elif (( $numprocs_ocean != $numprocs_atmos ))716 then717 718 printf "\n +++ currently only 1:1 topologies are supported"719 printf "\n PEs (total) : $numprocs"720 printf "\n PEs (atmosphere): $numprocs_atmos"721 printf "\n PEs (ocean) : $numprocs_ocean"722 (( numprocs_atmos = $numprocs / 2 ))723 (( numprocs_ocean = $numprocs / 2 ))724 printf "\n +++ rearranged topology to $numprocs_atmos:$numprocs_ocean"725 726 717 fi 727 718 -
palm/trunk/SOURCE/init_pegrid.f90
r668 r669 14 14 ! 667 2010-12-23 12:06:00Z suehring/gryschka 15 15 ! Moved determination of target_id's from init_coupling 16 ! 17 ! Determination of parameters needed for coupling (coupling_topology, ngp_a, ngp_o) 18 ! with different grid/processor-topology in ocean and atmosphere 19 ! 16 ! Determination of parameters needed for coupling (coupling_topology, ngp_a, 17 ! ngp_o) with different grid/processor-topology in ocean and atmosphere 20 18 ! Adaption of ngp_xy, ngp_y to a dynamic number of ghost points. 21 19 ! The maximum_grid_level changed from 1 to 0. 0 is the normal grid, 1 to -
palm/trunk/SOURCE/prognostic_equations.f90
r668 r669 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! Calls of the advection routines with WS5 added.7 ! Calls of ws_statistics added to set the statistical arrays to zero after each8 ! time step.9 6 ! 10 7 ! Former revisions:
Note: See TracChangeset
for help on using the changeset viewer.