Skip to content

Commit

Permalink
Fix 'Warning: CHARACTER expression will be truncated in assignment'
Browse files Browse the repository at this point in the history
  • Loading branch information
scrasmussen committed Dec 11, 2024
1 parent a495c52 commit 0d3058d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physics/MP/GFDL/module_gfdl_cloud_microphys.F90
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module gfdl_cloud_microphys_mod
logical :: module_is_initialized = .false.
logical :: qsmith_tables_initialized = .false.

character (len = 17) :: mod_name = 'gfdl_cloud_microphys'
character (len = 20) :: mod_name = 'gfdl_cloud_microphys'

real, parameter :: n0r = 8.0e6, n0s = 3.0e6, n0g = 4.0e6
real, parameter :: rhos = 0.1e3, rhog = 0.4e3
Expand Down

0 comments on commit 0d3058d

Please sign in to comment.