Closed SeanBryan51 closed 1 year ago
We should run the CABLE executable from the task directory. Otherwise CABLE will complain it cannot find the soil and PFT namelist files:
Reading CABLE_PFTPARM namelist... Error opening CABLE_PFTPARM namelist... Error reading CABLE_PFTPARM namelist... Reading CABLE_SOILPARM namelist... Error opening CABLE_SOILPARM namelist... Error reading CABLE_SOILPARM namelist...
This bug was introduced in #99 which runs the executable from the current working directory instead of the task directory by using the absolute path to the executable.
We should run the CABLE executable from the task directory. Otherwise CABLE will complain it cannot find the soil and PFT namelist files:
This bug was introduced in #99 which runs the executable from the current working directory instead of the task directory by using the absolute path to the executable.