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

Building Cam5.0 (cesm1_0_4) with gfortran

I am porting cam 5.0 to ubuntu with gfortran compiler and have made progress in compiling, linking and initializing some of the run; however, i am stuck with the follow-ing error:
Opened existing file /home/mkress/cam5.0/data/atm/cam/chem/trop_mozart_aero/emis/aerocom_mam3_dms_surf_2000_c090129.nc 393216
specify_fields: failed to allocate fld_name, src_name arrays; error = 5014
ENDRUN: called without a message string

I built cam with the default configuration in the cesm1_0_4 release and specified the following compiler flags:
-fno-range-check -fno-automatic -ffree-line-length-none .
Many thanks for any help anyone can provide, Mike
 

eaton

CSEG and Liaisons
Although gfortran is still not a supported compiler for building CESM, we have been making progress with it. I suggest waiting a couple of weeks for the CESM-1.1 release. It will be much closer to working "out of the box" with gfortran.
 
Top