Skip to content

Commit

Permalink
Changes parameter n_iso and n_aero type to integer
Browse files Browse the repository at this point in the history
  • Loading branch information
MJHarrison-GFDL committed May 27, 2021
1 parent 079c7b1 commit f4c1aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_src/external/Icepack_interfaces/icepack_tracers.F90
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module icepack_tracers
public :: icepack_init_tracer_sizes
public :: icepack_query_tracer_sizes

real(kind=dbl_kind), parameter, public :: n_iso=0,n_aero=0
real(kind=int_kind), parameter, public :: n_iso=0,n_aero=0

contains

Expand Down

0 comments on commit f4c1aa3

Please sign in to comment.