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

CLM4.5 in CESM1.2.2 compile error

Hello CLM Developers,
I am encountering the following error on my .build script for a
-compset I20TRCRUCLM45CN -res f09_g16


/users/jbuzan/cesm1_2_2/models/lnd/clm/src/clm4_5/biogeophys/FracWetMod.F90(85): error #6404: This name does not have a type, and must have an explicit type. [PPS]


frac_veg_nosno => pps%frac_veg_nosno


----------------------^

I do not understand this error. I check the .F90 file:

! Assign local pointers to derived subtypes components (pft-level)
frac_veg_nosno => pps%frac_veg_nosno

and the line is just a pointer. Perhaps someone knows what is going on?

Cheers,
-Jonathan
 
Hi Everyone,

I have found the error. My upload code to the Sourcemods/src.clm directory. The code updates I have are for CESM1.2.0, but I am using CESM1.2.2. I didn't realize that there was a fairly large difference between the modules I have modified and CESM1.2.2. I am working on a solution now.

Cheers,
-Jonathan
 
Top