Skip to content

Commit

Permalink
Update models/ROMS/model_mod.f90 to omit declaration of default value…
Browse files Browse the repository at this point in the history
…s for perturb_single_instance nml

Co-authored-by: hkershaw-brown <[email protected]>
  • Loading branch information
johnsonbk and hkershaw-brown authored Sep 21, 2022
1 parent 45031d4 commit 0732910
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions models/ROMS/model_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,6 @@ module model_mod
integer :: kind_list(MAX_STATE_VARIABLES) = MISSING_I
real(r8) :: clamp_vals(MAX_STATE_VARIABLES,2) = MISSING_R8

integer :: ens_size = 3
character(len=256) :: input_files(MAX_FILES) = 'roms_input.nc'
character(len=256) :: output_file_list(MAX_NUM_DOMS) = ''
character(len=256) :: output_files(MAX_FILES) = ''
real(r8) :: perturbation_amplitude = 0.2

namelist /model_nml/ &
assimilation_period_days, &
assimilation_period_seconds, &
Expand Down

0 comments on commit 0732910

Please sign in to comment.