Skip to content

Commit

Permalink
removed shoebox configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
hlkong committed Jun 24, 2020
1 parent 87f8308 commit 2f5d939
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 2,201 deletions.
27 changes: 0 additions & 27 deletions config_src/solo_driver/MOM_surface_forcing.F90
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ module MOM_surface_forcing
use MESO_surface_forcing, only : MESO_surface_forcing_init, MESO_surface_forcing_CS
use Neverland_surface_forcing, only : Neverland_wind_forcing, Neverland_buoyancy_forcing
use Neverland_surface_forcing, only : Neverland_surface_forcing_init, Neverland_surface_forcing_CS
use shoebox8_surface_forcing, only : shoebox8_buoyancy_forcing,shoebox8_wind_forcing
use shoebox8_surface_forcing, only : shoebox8_surface_forcing_init, shoebox8_surface_forcing_CS
use shoebox9_surface_forcing, only : shoebox9_buoyancy_forcing, shoebox9_wind_forcing
use shoebox9_surface_forcing, only : shoebox9_surface_forcing_init, shoebox9_surface_forcing_CS
use shoebox7_surface_forcing, only : shoebox7_buoyancy_forcing, shoebox7_wind_forcing
use shoebox7_surface_forcing, only : shoebox7_surface_forcing_init, shoebox7_surface_forcing_CS
use channel4_surface_forcing, only : channel4_wind_forcing, channel4_buoyancy_forcing
use channel4_surface_forcing, only : channel4_surface_forcing_init, channel4_surface_forcing_CS
use user_surface_forcing, only : USER_wind_forcing, USER_buoyancy_forcing
Expand Down Expand Up @@ -207,9 +201,6 @@ module MOM_surface_forcing
type(dumbbell_surface_forcing_CS), pointer :: dumbbell_forcing_CSp => NULL()
type(MESO_surface_forcing_CS), pointer :: MESO_forcing_CSp => NULL()
type(Neverland_surface_forcing_CS), pointer :: Neverland_forcing_CSp => NULL()
type(shoebox8_surface_forcing_CS), pointer :: shoebox8_forcing_CSp => NULL()
type(shoebox9_surface_forcing_CS), pointer :: shoebox9_forcing_CSp => NULL()
type(shoebox7_surface_forcing_CS), pointer :: shoebox7_forcing_CSp => NULL()
type(channel4_surface_forcing_CS), pointer :: channel4_forcing_CSp => NULL()
type(SCM_idealized_hurricane_CS), pointer :: SCM_idealized_hurricane_CSp => NULL()
type(SCM_CVmix_tests_CS), pointer :: SCM_CVmix_tests_CSp => NULL()
Expand Down Expand Up @@ -287,12 +278,6 @@ subroutine set_forcing(sfc_state, forces, fluxes, day_start, day_interval, G, CS
call wind_forcing_const(sfc_state, forces, CS%tau_x0, CS%tau_y0, day_center, G, CS)
elseif (trim(CS%wind_config) == "Neverland") then
call Neverland_wind_forcing(sfc_state, forces, day_center, G, CS%Neverland_forcing_CSp)
elseif (trim(CS%wind_config) == "shoebox8") then
call shoebox8_wind_forcing(sfc_state, forces, day_center, G, CS%shoebox8_forcing_CSp)
elseif (trim(CS%wind_config) == "shoebox9") then
call shoebox9_wind_forcing(sfc_state, forces, day_center, G, CS%shoebox9_forcing_CSp)
elseif (trim(CS%wind_config) == "shoebox7") then
call shoebox7_wind_forcing(sfc_state, forces, day_center, G, CS%shoebox7_forcing_CSp)
elseif (trim(CS%wind_config) == "channel4") then
call channel4_wind_forcing(sfc_state, forces, day_center, G, CS%channel4_forcing_CSp)
elseif (trim(CS%wind_config) == "SCM_ideal_hurr") then
Expand Down Expand Up @@ -327,12 +312,6 @@ subroutine set_forcing(sfc_state, forces, fluxes, day_start, day_interval, G, CS
call MESO_buoyancy_forcing(sfc_state, fluxes, day_center, dt, G, CS%MESO_forcing_CSp)
elseif (trim(CS%buoy_config) == "Neverland") then
call Neverland_buoyancy_forcing(sfc_state, fluxes, day_center, dt, G, CS%Neverland_forcing_CSp)
elseif (trim(CS%buoy_config) == "shoebox8") then
call shoebox8_buoyancy_forcing(sfc_state, fluxes, day_center, dt, G, CS%shoebox8_forcing_CSp)
elseif (trim(CS%buoy_config) == "shoebox9") then
call shoebox9_buoyancy_forcing(sfc_state, fluxes, day_center, dt, G, CS%shoebox9_forcing_CSp)
elseif (trim(CS%buoy_config) == "shoebox7") then
call shoebox7_buoyancy_forcing(sfc_state, fluxes, day_center, dt, G, CS%shoebox7_forcing_CSp)
elseif (trim(CS%buoy_config) == "channel4") then
call channel4_buoyancy_forcing(sfc_state, fluxes, day_center, dt, G, CS%channel4_forcing_CSp)
elseif (trim(CS%buoy_config) == "SCM_CVmix_tests") then
Expand Down Expand Up @@ -1713,12 +1692,6 @@ subroutine surface_forcing_init(Time, G, param_file, diag, CS, tracer_flow_CSp)
call MESO_surface_forcing_init(Time, G, param_file, diag, CS%MESO_forcing_CSp)
elseif (trim(CS%wind_config) == "Neverland") then
call Neverland_surface_forcing_init(Time, G, param_file, diag, CS%Neverland_forcing_CSp)
elseif (trim(CS%wind_config) == "shoebox8") then
call shoebox8_surface_forcing_init(Time, G, param_file, diag, CS%shoebox8_forcing_CSp)
elseif (trim(CS%wind_config) == "shoebox9") then
call shoebox9_surface_forcing_init(Time, G, param_file, diag, CS%shoebox9_forcing_CSp)
elseif (trim(CS%wind_config) == "shoebox7") then
call shoebox7_surface_forcing_init(Time, G, param_file, diag, CS%shoebox7_forcing_CSp)
elseif (trim(CS%wind_config) == "channel4") then
call channel4_surface_forcing_init(Time, G, param_file, diag, CS%channel4_forcing_CSp)
elseif (trim(CS%wind_config) == "SCM_ideal_hurr") then
Expand Down
305 changes: 0 additions & 305 deletions config_src/solo_driver/shoebox7_surface_forcing.F90

This file was deleted.

Loading

0 comments on commit 2f5d939

Please sign in to comment.