Ignore:
Timestamp:
Mar 11, 2016 10:41:25 AM (8 years ago)
Author:
raasch
Message:

output of nesting informations of all domains; filling up redundant ghost points; renaming of variables, etc.; formatting cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/time_integration.f90

    r1787 r1791  
    1919! Current revisions:
    2020! ------------------
    21 !
     21! call of pmci_update_new removed
    2222!
    2323! Former revisions:
     
    257257               pmci_ensure_nest_mass_conservation, pmci_client_datatrans,      &
    258258               pmci_client_synchronize, pmci_server_datatrans,                 &
    259                pmci_server_synchronize, pmci_update_new, server_to_client
     259               pmci_server_synchronize, server_to_client
    260260
    261261    USE production_e_mod,                                                      &
     
    703703             IF ( nest_domain )  THEN
    704704                CALL pmci_ensure_nest_mass_conservation
    705 !
    706 !--             pmc_update_new is not necessary if nesting is made at each
    707 !--             substep
    708                 CALL pmci_update_new
    709705             ENDIF
    710706
Note: See TracChangeset for help on using the changeset viewer.