Ignore:
Timestamp:
Apr 8, 2019 2:38:39 PM (5 years ago)
Author:
knoop
Message:

Moving prognostic equations of bcm into bulk_cloud_model_mod

File:
1 edited

Legend:

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

    r3870 r3871  
    285285               salsa_init,                                                     &
    286286               salsa_header,                                                   &
     287               salsa_actions,                                                  &
    287288               salsa_prognostic_equations,                                     &
    288289               salsa_swap_timelevel,                                           &
     
    880881    IF ( bulk_cloud_model    )  CALL bcm_actions( location )
    881882    IF ( gust_module_enabled )  CALL gust_actions( location )
     883    IF ( salsa               )  CALL salsa_actions( location )
    882884    IF ( user_module_enabled )  CALL user_actions( location )
    883885
     
    901903    IF ( bulk_cloud_model    )  CALL bcm_actions( i, j, location )
    902904    IF ( gust_module_enabled )  CALL gust_actions( i, j, location )
     905    IF ( salsa               )  CALL salsa_actions( i, j, location )
    903906    IF ( user_module_enabled )  CALL user_actions( i, j, location )
    904907
Note: See TracChangeset for help on using the changeset viewer.