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

CESM1.1.z and CESM1.2.z - Coordination of variables EXEROOT and RUNDIR in env_build.xml and env_run.xml

aliceb

Member
Affected Releases - CESM1.1.z and CESM1.2.z(Bugzilla 1743) Currently in env_build.xml we have



and in env_run.xml



In many cases you may want to change both of these variables, but you cannot currently reference one variable in the other file - that is you cannot set:



The workaround is not to use $EXEROOT in env_run.xml but rather to set it individually
 
Top