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

I2000CN compilation error

Hello,
I am getting the following error on Tesla with intel compilers:

ifort -c -I. -I/home/caos2/casgbala/dev_tesla/ccsm4_softwares_installed/netcdf-4.1.1/include -I/home/caos2/casgbala/dev_tesla/ccsm4_softwares_installed/netcdf-4.1.1/include -I/home/caos2/casgbala/dev_tesla/ccsm4_softwares_installed/mpich2-install/include -I. -I/home/caos2/casgbala/dev_tesla/CESM103/cesm1_0_3/scripts/I2000CN/SourceMods/src.clm -I/home/caos2/casgbala/dev_tesla/CESM103/cesm1_0_3/models/lnd/clm/src/cpl_share -I/home/caos2/casgbala/dev_tesla/CESM103/cesm1_0_3/models/lnd/clm/src/main -I/home/caos2/casgbala/dev_tesla/CESM103/cesm1_0_3/models/lnd/clm/src/biogeophys -I/home/caos2/casgbala/dev_tesla/CESM103/cesm1_0_3/models/lnd/clm/src/biogeochem -I/home/caos2/casgbala/dev_tesla/CESM103/cesm1_0_3/models/lnd/clm/src/riverroute -I/home/caos2/casgbala/dev_tesla/CESM103/cesm1_0_3/models/lnd/clm/src/cpl_mct -I/home/caos2/casgbala/dev_tesla/CESM103/cesm1_0_3/scripts/scratch/I2000CN/lib/include -DMAXPATCH_PFT=17 -DRTM -DCNDV -DCN -D_USEBOX -D_NETCDF -DMCT_INTERFACE -DHAVE_MPI -DLINUX -DSEQ_ -DFORTRANUNDERSCORE -DNO_R16 -DNO_SHR_VMATH -g -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -O2 -FR /home/caos2/casgbala/dev_tesla/CESM103/cesm1_0_3/models/lnd/clm/src/biogeochem/CNDVMod.F90
/home/caos2/casgbala/dev_tesla/CESM103/cesm1_0_3/models/lnd/clm/src/biogeochem/CNDVMod.F90(455): error #6404: This name does not have a type, and must have an explicit type. [IULOG]
write(iulog,*)'(histCNDV): Finished writing CNDV history dataset ',&
-------------^
compilation aborted for /home/caos2/casgbala/dev_tesla/CESM103/cesm1_0_3/models/lnd/clm/src/biogeochem/CNDVMod.F90 (code 1)
gmake: *** [CNDVMod.o] Error 1

Thanks.
Dev
 

eaton

CSEG and Liaisons
Looks like a bug to me. iulog should be declared (it's use associated from clm_varctl).
 
Top