Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change to dealloc_grid in CICE_InitMod.F90 #911

Merged
merged 1 commit into from
Nov 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion cicecore/drivers/nuopc/cmeps/CICE_InitMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ subroutine cice_init1()

use ice_init , only: input_data
use ice_init_column , only: input_zbgc, count_tracers
use ice_grid , only: init_grid1, alloc_grid, dealloc_grid
use ice_grid , only: init_grid1, alloc_grid
use ice_domain , only: init_domain_blocks
use ice_arrays_column , only: alloc_arrays_column
use ice_state , only: alloc_state
Expand Down Expand Up @@ -86,6 +86,7 @@ subroutine cice_init2()
use ice_forcing , only: init_snowtable
use ice_forcing_bgc , only: get_forcing_bgc, get_atm_bgc
use ice_forcing_bgc , only: faero_default, alloc_forcing_bgc, fiso_default
use ice_grid , only: dealloc_grid
use ice_history , only: init_hist, accum_hist
use ice_restart_shared , only: restart, runtype
use ice_init , only: input_data, init_state
Expand Down