From 45031d4a37a11f855134aedc2667f843152e0410 Mon Sep 17 00:00:00 2001 From: Ben Johnson <6147831+johnsonbk@users.noreply.github.com> Date: Wed, 21 Sep 2022 11:29:37 -0600 Subject: [PATCH] Update models/ROMS/model_mod.f90 to omit reading of perturb_single_instance nml Co-authored-by: hkershaw-brown <20047007+hkershaw-brown@users.noreply.github.com> --- models/ROMS/model_mod.f90 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/models/ROMS/model_mod.f90 b/models/ROMS/model_mod.f90 index 0a871a61f6..c6ac34c233 100644 --- a/models/ROMS/model_mod.f90 +++ b/models/ROMS/model_mod.f90 @@ -166,14 +166,6 @@ module model_mod debug, & variables -namelist /perturb_single_instance_nml/ & - ens_size, & - input_files, & - output_files, & - output_file_list, & - perturbation_amplitude - - integer :: nfields ! This is the number of variables in the DART state vector. integer :: domain_id ! global variable for state_structure_mod routines