Skip to content

Commit

Permalink
Move files for embedded coupling to their own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Theresa Morrison authored and Theresa Morrison committed Aug 28, 2024
1 parent 209e19c commit 5fb8dc6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module MOM_SIS_C_dyn_CS_type

use MOM_time_manager, only : time_type
use SIS_diag_mediator, only : SIS_diag_ctrl

implicit none ; private

#include <SIS2_memory.h>
Expand Down Expand Up @@ -41,6 +40,9 @@ module MOM_SIS_C_dyn_CS_type
logical :: CFL_check_its !< If true, check the CFL number for every iteration
!! of the rheology solver; otherwise only check the
!! final velocities that are used for transport.
logical :: do_embedded !< If true,
logical :: embedded_setup !< If true,
logical :: embedded_finish !< If true,
logical :: debug !< If true, write verbose checksums for debugging purposes.
logical :: debug_EVP !< If true, write out verbose debugging data for each of
!! the steps within the EVP solver.
Expand Down Expand Up @@ -120,6 +122,7 @@ module MOM_SIS_C_dyn_CS_type
integer :: id_sigi_hifreq = -1, id_sigii_hifreq = -1
integer :: id_stren_hifreq = -1, id_ci_hifreq = -1
integer :: id_siu = -1, id_siv = -1, id_sispeed = -1 ! SIMIP diagnostics
integer :: id_ui_east = -1, id_vi_north= -1
!!@}
end type SIS_C_dyn_CS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module MOM_SIS_dyn_evp
#include <SIS2_memory.h>

public :: EVP_step_loop, SIS_C_EVP_state
public :: direct_copy_to_EVPT
public :: direct_copy_to_EVPT, direct_copy_from_EVPT

!> The control structure with the state that is used and updated in the EVP loop
type :: SIS_C_EVP_state
Expand Down
File renamed without changes.

0 comments on commit 5fb8dc6

Please sign in to comment.