tc_chakraborty@yale_edu
New Member
I have been trying to run CLM in land only mode and trying to get RAM1(aerodynamic resistance) as an output variable. Unfortunately, RAM1 is nota default variable. So, I put the histFldsMod.F90 file here/glade/u/home/tchakra/Cases/CAM_CLM_6yr_aero/SourceMods/src.clm/,deleted the 'default=inactive' part, and moved the line that calls RAM1to outside the if statement. However, I am still getting the error thatRAM1 cannot be added as a field when I run the model. htapes_fieldlist ERROR: RAM1 in fincl( 48 ) for history tape 1 not foundI am wondering if anyone can help me with this. I am using CLM 5.0 in SPmode.I was also wondering if there is a way to directly output PET (PotentialEvapotranspiration) in CLM 5.0.I am attaching my modified histFldsMod.F90 file