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

PROBLEM TO BUILD CESM1.2.2 on Stampede 2

Hi,I am running the CESM 1.2.2 version. I am facing below error when I build case compilations (./CJ_CESM_TEST.build).==============================================/scratch/03778/tg830775/cesm_Releases/CJ_CESM_TEST/SourceMods/src.cam/fn_activate.F90(59): error #6401: The attributes of this name conflict with those made accessible by a USE statement.   [PRES]   real(r8) :: pres          ! air pressure (Pa)---------------^/scratch/03778/tg830775/cesm_Releases/CJ_CESM_TEST/SourceMods/src.cam/fn_activate.F90(60): error #6401: The attributes of this name conflict with those made accessible by a USE statement.   [ES]   real(r8) :: es            ! saturation vapor pressure (Pa)---------------^/scratch/03778/tg830775/cesm_Releases/CJ_CESM_TEST/SourceMods/src.cam/fn_activate.F90(79): error #6405: The same named entity from different modules and/or program units cannot be referenced.   [ES]        PSAT = es     ! saturation vapor pressure (Pa)---------------^/scratch/03778/tg830775/cesm_Releases/CJ_CESM_TEST/SourceMods/src.cam/fn_activate.F90(87): error #6405: The same named entity from different modules and/or program units cannot be referenced.   [PRES]        call CCNSPEC (tpi, tmi, dpgi, sigi, amcube, hygro, tair, pres, nmode, smc, fhhfrac)-----------------------------------------------------------------^/scratch/03778/tg830775/cesm_Releases/CJ_CESM_TEST/SourceMods/src.cam/fn_activate.F90(95): error #6405: The same named entity from different modules and/or program units cannot be referenced.   [PRES]            call PDFACTIV (wbar, sigw, tair, pres, nact, mact, &---------------------------------------------^compilation aborted for /scratch/03778/tg830775/cesm_Releases/CJ_CESM_TEST/SourceMods/src.cam/fn_activate.F90 (code 1)gmake: *** [fn_activate.o] Error 1 gmake: *** Waiting for unfinished jobs....================================================Please anyone give me some suggestion about the above error.
Thanks,Chinmay
 

jedwards

CSEG and Liaisons
Staff member
The errors you are showing are all associated with code in SourceMods - does the original fn_activate.F90 work correctly?
 
Top