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

case build error

zyk

zhaoyongkun
New Member
I use the following command to create a case prompt error.
./create_newcase --case ~/clm_tutorial_cases/I1850CLM50_001 --res f19_g17 --compset I1850Clm50Sp
./case.setup
./case.build


Building case in directory /parastor/home/zzuegr02/clm_tutorial_cases/I1850CLM50_001
sharedlib_only is False
model_only is False
Generating component namelists as part of build
Creating component namelists
Calling /parastor/home/zzuegr02/soft/clm5.0/cime/src/components/data_comps/datm/cime_config/buildnml
File not found: domainfile = "/parastor/home/zzuegr02/soft/data/clm5/inputdata/share/domains/domain.lnd.fv1.9x2.5_gx1v7.181205.nc", will attempt to download in check_input_data phase
Calling /parastor/home/zzuegr02/soft/clm5.0/cime_config/buildnml
Calling /parastor/home/zzuegr02/soft/clm5.0/cime/src/components/stub_comps/sice/cime_config/buildnml
Calling /parastor/home/zzuegr02/soft/clm5.0/cime/src/components/stub_comps/socn/cime_config/buildnml
Calling /parastor/home/zzuegr02/soft/clm5.0/components/mosart//cime_config/buildnml
File not found: frivinp_rtm = "/parastor/home/zzuegr02/soft/data/clm5/inputdata/rof/mosart/MOSART_routing_Global_0.5x0.5_c170601.nc", will attempt to download in check_input_data phase
Running /parastor/home/zzuegr02/soft/clm5.0/components/cism//cime_config/buildnml
Calling /parastor/home/zzuegr02/soft/clm5.0/cime/src/components/stub_comps/swav/cime_config/buildnml
Calling /parastor/home/zzuegr02/soft/clm5.0/cime/src/components/stub_comps/sesp/cime_config/buildnml
Calling /parastor/home/zzuegr02/soft/clm5.0/cime/src/drivers/mct/cime_config/buildnml
Finished creating component namelists
Building gptl with output to file /parastor/home/zzuegr02/soft/data/clm5/output/I1850CLM50_001/bld/gptl.bldlog.210409-202329
Calling /parastor/home/zzuegr02/soft/clm5.0/cime/src/build_scripts/buildlib.gptl
Component gptl build complete with 2 warnings
Building mct with output to file /parastor/home/zzuegr02/soft/data/clm5/output/I1850CLM50_001/bld/mct.bldlog.210409-202329
Calling /parastor/home/zzuegr02/soft/clm5.0/cime/src/build_scripts/buildlib.mct
Component mct build complete with 55 warnings
Building pio with output to file /parastor/home/zzuegr02/soft/data/clm5/output/I1850CLM50_001/bld/pio.bldlog.210409-202329
Calling /parastor/home/zzuegr02/soft/clm5.0/cime/src/build_scripts/buildlib.pio
Component pio build complete with 26 warnings
Building csm_share with output to file /parastor/home/zzuegr02/soft/data/clm5/output/I1850CLM50_001/bld/csm_share.bldlog.210409-202329
Calling /parastor/home/zzuegr02/soft/clm5.0/cime/src/build_scripts/buildlib.csm_share
Component csm_share build complete with 141 warnings
- Building clm4_5/clm5_0 Library
Building lnd with output to /parastor/home/zzuegr02/soft/data/clm5/output/I1850CLM50_001/bld/lnd.bldlog.210409-202329
Error: Different types in pointer assignment at (1); attempted assignment of CLASS(prt_global_type) to TYPE(prt_global_type)

Component lnd build complete with 1 warnings
clm built in 14.306522 seconds
ERROR: BUILD FAIL: clm.buildlib failed, cat /parastor/home/zzuegr02/soft/data/clm5/output/I1850CLM50_001/bld/lnd.bldlog.210409-202329

How to solve this problem?
 

Attachments

  • lnd.bldlog210409-202329.txt
    54.2 KB · Views: 8

oleson

Keith Oleson
CSEG and Liaisons
Staff member
This might be caused by the compiler version your are using. See this post for suggestions:

 

erik

Erik Kluzek
CSEG and Liaisons
Staff member
This sounds like it should be fixed by the following solution suggested in an CTSM issue.

 
Top