____________________________________________________________________________________________ Description: Error when building the code DV active - bugzilla ID=1745 provides fix. Date : 2013-06-11 Contact : aliceb Information: User got this error when building the code with DV active: /cesm1_0_4/models/lnd/clm/src/biogeochem/CNDVMod.F90(160): error #6580: Name in only-list does not exist. [FRIVINP_RTM] frivinp_rtm, iulog ---------------------------------^ /cesm1_0_4/models/lnd/clm/src/biogeochem/CNDVMod.F90(295): error #6404: This name does not have a type, and must have an explicit type. [FRIVINP_RTM] if (frivinp_rtm /= ' ') then --------^ ...and I replied: Looks to me like a bug. Add the following two lines around all instances of the variable frivinp_rtm, as done in clm_varctl.F90. #ifdef RTM #endif User responded that this fixed the problem, and he was able to run.