Ignore:
Timestamp:
Apr 8, 2019 3:44:30 PM (5 years ago)
Author:
knoop
Message:

Moved ocean_mode specific code from advec_ws to ocean_mod + implemented ocean_actions

File:
1 edited

Legend:

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

    r3871 r3873  
    245245               ocean_init,                                                     &
    246246               ocean_header,                                                   &
     247               ocean_actions,                                                  &
    247248               ocean_prognostic_equations,                                     &
    248249               ocean_swap_timelevel,                                           &
     
    881882    IF ( bulk_cloud_model    )  CALL bcm_actions( location )
    882883    IF ( gust_module_enabled )  CALL gust_actions( location )
     884    IF ( ocean_mode          )  CALL ocean_actions( location )
    883885    IF ( salsa               )  CALL salsa_actions( location )
    884886    IF ( user_module_enabled )  CALL user_actions( location )
     
    903905    IF ( bulk_cloud_model    )  CALL bcm_actions( i, j, location )
    904906    IF ( gust_module_enabled )  CALL gust_actions( i, j, location )
     907    IF ( ocean_mode          )  CALL ocean_actions( i, j, location )
    905908    IF ( salsa               )  CALL salsa_actions( i, j, location )
    906909    IF ( user_module_enabled )  CALL user_actions( i, j, location )
Note: See TracChangeset for help on using the changeset viewer.