ERROR during porting the CESM2.2

liulei

liu
New Member
When I test the following example:./create_newcase --res f09_f09_mg17 --compset FHIST
there is an error: ice_comp_mct.F90(592): error #6404: This name does not have a type, and must have an explicit type. [TIMER_CPLSEND]
how to solve it?
 

sacks

Bill Sacks
CSEG and Liaisons
Staff member
It looks like timer_cplsend is available (in components/cice/src/mpi/ice_timers.F90) if CESMCOUPLED is defined. This should be defined by components/cice/cime_config/buildcpp. Can you look at the build command in your ice bldlog output to see if '-DCESMCOUPLED' appears in the build line?

If you'd like additional help with this, please provide the information requested here: https://bb.cgd.ucar.edu/cesm/threads/information-to-include-in-help-requests.4974/
 

Mickey

ma mengmeng
New Member
Hi,QIN,have you resolved this problem?I met the same issue and hope you can give me some suggestion!
 

qinchuang

13526027784@Qin
New Member
The issue I ran into was that when I tried to download, the GITHUB network link kept dropping out, so the installation package wasn't fully downloaded. As a result, I encountered the error mentioned above during the compilation process.
 
Back
Top