Changeset 669 for palm


Ignore:
Timestamp:
Dec 26, 2010 7:06:42 PM (13 years ago)
Author:
gryschka
Message:

last commit documented

Location:
palm/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r635 r669  
    215215     # 14/12/10 - Siggi  - adjustments for new Tsubame system at Tokyo
    216216     #                     institute of technology (lctit)
     217     # 23/12/10 - Micha  - different number of processors in ocean and atmosphere
     218     #                     is now allowed
    217219
    218220
     
    713715          # REARRANGING BECAUSE CURRENTLY ONLY 1:1 TOPOLOGIES ARE SUPPORTED
    714716          # THIS SHOULD BE REMOVED IN FUTURE
    715        elif (( $numprocs_ocean != $numprocs_atmos ))
    716        then
    717 
    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 
    726717       fi
    727718
  • palm/trunk/SOURCE/init_pegrid.f90

    r668 r669  
    1414! 667 2010-12-23 12:06:00Z suehring/gryschka
    1515! 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
    2018! Adaption of ngp_xy, ngp_y to a dynamic number of ghost points.
    2119! The maximum_grid_level changed from 1 to 0. 0 is the normal grid, 1 to
  • palm/trunk/SOURCE/prognostic_equations.f90

    r668 r669  
    44! Current revisions:
    55! -----------------
    6 ! Calls of the advection routines with WS5 added.
    7 ! Calls of ws_statistics added to set the statistical arrays to zero after each
    8 ! time step.
    96!
    107! Former revisions:
Note: See TracChangeset for help on using the changeset viewer.