[Wrf-users] compile error using xlf90
Wei-keng Liao
wkliao at eecs.northwestern.edu
Mon Jun 9 16:33:12 MDT 2014
May I suggest the following patch, as I got errors when I used the IBM xlf90 compiler.
diff WRFV3/phys/module_ra_aerosol.F MY/WRFV3/phys/module_ra_aerosol.F
266,267c266
< call wrf_error_fatal('Aerosol single-scattering albedo must be within [0,1]. &
< Out of bounds value(s) found in auxinput')
---
> call wrf_error_fatal('Aerosol single-scattering albedo must be within [0,1]. Out of bounds value(s) found in auxinput')
269,270c268
< write( wrf_err_message, '("aer_ssa_opt=",I1,": single-scattering albedo read &
< from auxinput (min=",F6.3," max=",F6.3,")")') &
---
> write( wrf_err_message, '("aer_ssa_opt=",I1,": single-scattering albedo read from auxinput (min=",F6.3," max=",F6.3,")")') &
397a396
> integer i
587,588c586
< call wrf_error_fatal('Aerosol single-scattering albedo must be within [0,1]. &
< Out of bounds value(s) found in auxinput')
---
> call wrf_error_fatal('Aerosol single-scattering albedo must be within [0,1]. Out of bounds value(s) found in auxinput')
Wei-keng
More information about the Wrf-users
mailing list