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

Adding RAM1 to the history file in CLM land only run

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
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
There is no histFldsMod.F90 routine in CLM5.  So your compile is ignoring this.  For CLM5, RAM1 is in biogeophys/FrictionVelocityMod.F90
 
Top