Skip to content

Commit

Permalink
comment on relative size MAX_STATE_VARIABLE_FIELDS, MAX_STATE_VARIABL…
Browse files Browse the repository at this point in the history
  • Loading branch information
hkershaw-brown committed Feb 3, 2025
1 parent e7bb723 commit d43f7ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/utilities/default_model_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ module default_model_mod
logical, allocatable :: updates(:)
end type state_var_type

! note _fields is 3* and _fields_clamp is 5*MAX_STATE_VARIABLES
integer, parameter :: MAX_STATE_VARIABLES = 100
integer, parameter :: MAX_STATE_VARIABLE_FIELDS = 300
integer, parameter :: MAX_STATE_VARIABLE_FIELDS_CLAMP = 500
Expand Down

0 comments on commit d43f7ee

Please sign in to comment.