mark@atmos_colostate_edu
Member
Trying to port CESM2.0.0 to our Linux Cluster which has PGI Fortran version 18.4. I get the following compiler error with cime/src/share/util/shr_wv_sat_mod.F90:PGF90-S-0074-Illegal number or type of arguments to shr_wv_sat_make_one_table - arguments of shr_wv_sat_svp_liquid_no_table and svp_function do not agree (/Users/mark/cesm2.0.1/cime/src/share/util/shr_wv_sat_mod.F90: 299)PGF90-S-0074-Illegal number or type of arguments to shr_wv_sat_make_one_table - arguments of shr_wv_sat_svp_ice_no_table and svp_function do not agree (/Users/mark/cesm2.0.1/cime/src/share/util/shr_wv_sat_mod.F90: 305)PGF90-S-0074-Illegal number or type of arguments to shr_wv_sat_make_one_table - arguments of shr_wv_sat_svp_mixed_no_table and svp_function do not agree (/Users/mark/cesm2.0.1/cime/src/share/util/shr_wv_sat_mod.F90: 311)I'm surprised because supposedly PGI 18.4 has good Fortran 2003 support. Thanks,Mark Branson