diff --git a/dartwrf/utils.py b/dartwrf/utils.py
index 726c49bd5ae8bbffeeebca0c59978c405a2c4eac..4da09e3c3801c0eddbe15bd03a4ea6a87d42ece0 100755
--- a/dartwrf/utils.py
+++ b/dartwrf/utils.py
@@ -34,6 +34,11 @@ class ClusterConfig(object):
 
     @property
     def archivedir(self):
+        """Path to the directory where data for the experiment is stored
+        
+        Example:
+            `/users/abcd/data/sim_archive/experiment1/`
+        """
         return self.archive_base+'/'+self.exp.expname
 
     @property
@@ -67,7 +72,7 @@ class ClusterConfig(object):
             return Shellslurm(*args)
 
     def backup_scripts(self):
-        """Copies scripts and configuration to archive dir output folder"""
+        """Copies scripts and configuration to cluster.archivedir folder"""
         os.makedirs(self.archivedir, exist_ok=True)
     
         try: