Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Error compiling shr_wv_sat_mod.F90 with PGI

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
 
Top