Skip to content

Commit

Permalink
Merge pull request #5 from MJHarrison-GFDL/n_iso_to_int
Browse files Browse the repository at this point in the history
Changes parameter n_iso and n_aero type to integer
  • Loading branch information
MJHarrison-GFDL authored May 27, 2021
2 parents 079c7b1 + f4c1aa3 commit 27c6f8a
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 27c6f8a

Please sign in to comment.