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
 
Back
Top