Ignore:
Timestamp:
Oct 29, 2013 1:21:31 PM (10 years ago)
Author:
heinze
Message:

Undoing commit 1239

File:
1 edited

Legend:

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

    r1239 r1240  
    2020! Current revisions:
    2121! ------------------
    22 ! usage of nudging enabled (not for accelerator version so far)
     22!
    2323!
    2424! Former revisions:
     
    182182    USE impact_of_latent_heat_mod
    183183    USE microphysics_mod
    184     USE nudge_mod
    185184    USE plant_canopy_model_mod
    186185    USE production_e_mod
     
    286285             ENDIF
    287286
    288 !
    289 !--          Nudging
    290              IF ( nudging )  CALL nudge( i, j, simulated_time, 'u' )
    291 
    292287             CALL user_actions( i, j, 'u-tendency' )
    293288!
     
    345340             ENDIF
    346341
    347 !
    348 !--          Nudging
    349              IF ( nudging )  CALL nudge( i, j, simulated_time, 'v' )
    350 
    351342             CALL user_actions( i, j, 'v-tendency' )
    352343!
     
    480471                CALL subsidence( i, j, tend, pt, pt_init )
    481472             ENDIF
    482 
    483 !
    484 !--          Nudging
    485              IF ( nudging )  CALL nudge( i, j, simulated_time, 'pt' )
    486473
    487474             CALL user_actions( i, j, 'pt-tendency' )
     
    607594                CALL subsidence( i, j, tend, q, q_init )
    608595             ENDIF
    609 
    610 !
    611 !--          Nudging
    612              IF ( nudging )  CALL nudge( i, j, simulated_time, 'q' )
    613596
    614597             CALL user_actions( i, j, 'q-tendency' )
     
    864847    ENDIF
    865848
    866 !
    867 !-- Nudging
    868     IF ( nudging )  CALL nudge( simulated_time, 'u' )
    869 
    870849    CALL user_actions( 'u-tendency' )
    871850
     
    940919    ENDIF
    941920
    942 !
    943 !-- Nudging
    944     IF ( nudging )  CALL nudge( simulated_time, 'v' )
    945 
    946921    CALL user_actions( 'v-tendency' )
    947922
     
    11171092          CALL subsidence( tend, pt, pt_init )
    11181093       ENDIF
    1119 
    1120 !
    1121 !--    Nudging
    1122        IF ( nudging )  CALL nudge( simulated_time, 'pt' )
    11231094
    11241095       CALL user_actions( 'pt-tendency' )
     
    13071278         CALL subsidence( tend, q, q_init )
    13081279       ENDIF
    1309 
    1310 !
    1311 !--    Nudging
    1312        IF ( nudging )  CALL nudge( simulated_time, 'q' )
    13131280
    13141281       CALL user_actions( 'q-tendency' )
Note: See TracChangeset for help on using the changeset viewer.