Tutorial 1: CTSM Simulations at NEON Tower Sites

This tutorial is an introduction to running the Community Terrestrial Systems Model (CTSM) at NEON tower sites. It will guide you through running a simulation and provides example visualization of the simulation results. Once you complete a NEON tower simulation in this tutorial, you can use the ‘NEON_Visualization_Tutorial’ to explore observation and model data further.

A few notes about the model: There are several configuration options of CTSM, and throughout this tutorial we will use the Community Land Model (CLM) configuration which is the climate and biogeochemistry mode of CTSM. Throughout the rest of this tutorial, we refer to the model as CLM and will use version 5.1 with active biogeochemistry (CLM5.1-BGC).

Additional information about CTSM and CLM is available on the website, including technical documentation, a user’s guide, and a quickstart guide for running various model configurations beyond what is covered in this tutorial.

Questions about this tutorial? Please post them on the CTSM forum in the CESM Bulletin Board. Note that this resource will require you to register and log in so that you can be notified of responses to your inquiries. You can also file issues on the NCAR-NEON GitHub repository.


In this tutorial

The tutorial has several components. Below you will find steps to:

  1. Set up and run a simulation

  2. Locate CLM model data

  3. Look at plots of simulated soil temperature and moisture data


This tutorial uses a Jupyter Notebook. A Jupyter Notebook is an interactive computing environment that enables the creation and sharing of documents that contain discrete cells of text or documentation and executable code, including plots. It allows users to access, run, and edit the code in a browser. To interact with this notebook:

  • Execute or “run” cells of executable code (cells denoted with ‘[ ]:’) using the play button in the menu at the top (see below image)

  • The results of running code, such as plots, will appear below that cell

  • Each step must be followed in order, otherwise you may encounter errors

run cell

For more information on Jupyter notebooks please see the Jupyter Notebook Quick Start Guide.


1. Set up and run a simulation

This step guides you through running a CLM model simulation for a NEON flux tower using meteorology observations from the tower. Here, the many steps to run CLM are condensed into a single function. We are developing an additional advanced tutorial (coming soon!) with instructions for using different model configurations and modifying code.


1.1 Select a NEON tower site to simulate.

NEON towers currently available for simulation include:

ABBY, BART, BLAN, CPER, DCFS, DSNY, GRSM, HARV, JERC, JORN, KONZ, MOAB, NOGP, OAES, ORNL, OSBS, SCBI, SERC, SOAP, SRER, STEI, TALL, TREE, UKFS, UNDE, WOOD.

The NEON website describes tower sites in more detail.

Before running the below code, keep in mind:

  • The executable code below selects the ABBY site for simulation. If you would like to simulate a different tower, select the NEON tower from the above list and change the 4-character site name inside the quotes below.

  • The site must be defined correctly so you do not get an error in the next step.

    • use all capital letters

    • double-check that the letters match one of the above site names

Execute the the cell below by clicking on the play button in the menu bar above.

#Change the 4-character NEON site below.
neon_site= "ABBY"

import os
os.environ['site'] = neon_site

1.2 Create and run a NEON tower site simulation.

The executable code below runs a python script, run_neon.py. This script:

  • creates (create_newcase)

  • sets up (case.setup)

  • compiles (case.build)

  • runs (case.submit)

a simulation for the tower site you specified above for all years that tower meteorology data are available. The text in parentheses show the commands that are typically required to set up and run a simulation. These steps are automated for you in the run_neon script.

Run the cell below. Note that this step downloads the input data (~2.5GB) required for the model simulation and may therefore take several minutes to complete running, so please be patient. Many things will print below the cell as data are downloaded and the model compiles. You might see lines that say ‘ERROR’ or ‘file not found’; this is ok if the simulation continues running to completion.

run_neon --neon-sites $site --overwrite --output-root ~/CLM-NEON
Download finished successfully for listing.csv .
---- building a base case -------
base_case_name : ABBY
user_mods_dir  : /opt/ncar/cesm2/cime_config/usermods_dirs/NEON/ABBY
Removing the existing case at: /home/user/CLM-NEON/ABBY
---- creating a base case -------
Compset longname is 2000_DATM%1PT_CLM51%BGC_SICE_SOCN_SROF_SGLC_SWAV
Compset specification file is /opt/ncar/cesm2/cime_config/config_compsets.xml
Automatically adding SESP to compset
Compset forcing is 1972-2004
ATM component is  Data driven ATM single point tower site data set 
LND component is clm5.1:BGC (vert. resol. CN and methane):
ICE component is Stub ice component
OCN component is Stub ocn component
ROF component is Stub river component
GLC component is Stub glacier (land ice) component
WAV component is Stub wave component
ESP component is Stub external system processing (ESP) component
Pes     specification file is /opt/ncar/cesm2/cime_config/config_pes.xml
Compset specific settings: name is RUN_STARTDATE and value is 2000-01-01
Could not find machine match for '5a62e51c6126' or '5a62e51c6126'
Machine is container
Variable MAX_GPUS_PER_NODE not defined for machine container
Pes setting: grid match    is l%1x1|l%CLM_USRDAT 
Pes setting: grid          is a%CLM_USRDAT_l%CLM_USRDAT_oi%null_r%null_g%null_w%null_z%null_m%null 
Pes setting: compset       is 2000_DATM%1PT_CLM51%BGC_SICE_SOCN_SROF_SGLC_SWAV_SESP 
Pes setting: tasks       is {'NTASKS_ATM': 1, 'NTASKS_LND': 1, 'NTASKS_ROF': 1, 'NTASKS_ICE': 1, 'NTASKS_OCN': 1, 'NTASKS_GLC': 1, 'NTASKS_WAV': 1, 'NTASKS_CPL': 1} 
Pes setting: threads     is {'NTHRDS_ATM': 1, 'NTHRDS_LND': 1, 'NTHRDS_ROF': 1, 'NTHRDS_ICE': 1, 'NTHRDS_OCN': 1, 'NTHRDS_GLC': 1, 'NTHRDS_WAV': 1, 'NTHRDS_CPL': 1} 
Pes setting: rootpe      is {'ROOTPE_ATM': 0, 'ROOTPE_LND': 0, 'ROOTPE_ROF': 0, 'ROOTPE_ICE': 0, 'ROOTPE_OCN': 0, 'ROOTPE_GLC': 0, 'ROOTPE_WAV': 0, 'ROOTPE_CPL': 0} 
Pes setting: pstrid      is {} 
Pes other settings: {}
Pes comments: none
setting additional fields from config_pes: {}
 Compset is: 2000_DATM%1PT_CLM51%BGC_SICE_SOCN_SROF_SGLC_SWAV_SESP 
 Grid is: a%CLM_USRDAT_l%CLM_USRDAT_oi%null_r%null_g%null_w%null_z%null_m%null 
 Components in compset are: ['datm', 'clm', 'sice', 'socn', 'srof', 'sglc', 'swav', 'sesp'] 
No project info available
No charge_account info available, using value from PROJECT
cesm model version found: branch_tags/neon.n04_ctsm5.1.dev053
Batch_system_type is none
 Creating Case directory /home/user/CLM-NEON/ABBY
Adding user mods directory /opt/ncar/cesm2/cime_config/usermods_dirs/NEON/ABBY
Adding user mods directory /opt/ncar/cesm2/cime_config/usermods_dirs/NEON/defaults
RUN: /home/user/CLM-NEON/ABBY/shell_commands
FROM: /home/user/CLM-NEON/ABBY
---- base case created ------
---- base case setup ------
Setting resource.RLIMIT_STACK to -1 from (-1, -1)
/home/user/CLM-NEON/ABBY/env_mach_specific.xml already exists, delete to replace
/home/user/CLM-NEON/ABBY/env_mach_specific.xml already exists, delete to replace
Creating batch scripts
Writing case.run script from input template /opt/ncar/cesm2/cime/config/cesm/machines/template.case.run
Creating file .case.run
Writing case.st_archive script from input template /opt/ncar/cesm2/cime/config/cesm/machines/template.st_archive
Creating file case.st_archive
If an old case build already exists, might want to run 'case.build --clean' before building
You can now run './preview_run' to get more info on how your case will be run
---- base case build ------
Building case in directory /home/user/CLM-NEON/ABBY
sharedlib_only is False
model_only is False
Generating component namelists as part of build
  2021-11-19 12:29:48 atm 
Create namelist for component datm
   Calling /opt/ncar/cesm2/components/cdeps/datm/cime_config/buildnml
Setting resource.RLIMIT_STACK to -1 from (-1, -1)
WARNING: No .input_data_list files found in dir 'Buildconf'
Using protocol wget with user None and passwd None
SUCCESS

Found tower data for 2018-01-01 00:00:00 through 2021-09-01 00:00:00
  2021-11-19 12:29:52 lnd 
Create namelist for component clm
   Calling /opt/ncar/cesm2/cime_config/buildnml
  2021-11-19 12:29:52 ice 
Create namelist for component sice
   Calling /opt/ncar/cesm2/cime/src/components/stub_comps_nuopc/sice/cime_config/buildnml
  2021-11-19 12:29:52 ocn 
Create namelist for component socn
   Calling /opt/ncar/cesm2/cime/src/components/stub_comps_nuopc/socn/cime_config/buildnml
  2021-11-19 12:29:52 rof 
Create namelist for component srof
   Calling /opt/ncar/cesm2/cime/src/components/stub_comps_nuopc/srof/cime_config/buildnml
  2021-11-19 12:29:52 glc 
Create namelist for component sglc
   Calling /opt/ncar/cesm2/cime/src/components/stub_comps_nuopc/sglc/cime_config/buildnml
  2021-11-19 12:29:52 wav 
Create namelist for component swav
   Calling /opt/ncar/cesm2/cime/src/components/stub_comps_nuopc/swav/cime_config/buildnml
  2021-11-19 12:29:52 esp 
Create namelist for component sesp
   Calling /opt/ncar/cesm2/cime/src/components/stub_comps_nuopc/sesp/cime_config/buildnml
  2021-11-19 12:29:52 cpl 
Create namelist for component drv
   Calling /opt/ncar/cesm2/components/cmeps/cime_config/buildnml
Writing nuopc_runseq for components ['CPL', 'ATM', 'LND']
Building gptl with output to file /home/user/CLM-NEON/ABBY/bld/gptl.bldlog.211119-122948
   Calling /opt/ncar/cesm2/cime/src/build_scripts/buildlib.gptl
Component gptl build complete with 1 warnings
Building mct with output to file /home/user/CLM-NEON/ABBY/bld/mct.bldlog.211119-122948
   Calling /opt/ncar/cesm2/cime/src/build_scripts/buildlib.mct
Building pio with output to file /home/user/CLM-NEON/ABBY/bld/pio.bldlog.211119-122948
   Calling /opt/ncar/cesm2/cime/src/build_scripts/buildlib.pio
Component pio build complete with 10 warnings
Building csm_share with output to file /home/user/CLM-NEON/ABBY/bld/csm_share.bldlog.211119-122948
   Calling /opt/ncar/cesm2/share/buildlib.csm_share
Component csm_share build complete with 4 warnings
Building CDEPS with output to file /home/user/CLM-NEON/ABBY/bld/CDEPS.bldlog.211119-122948
   Calling /opt/ncar/cesm2/components/cdeps/cime_config/buildlib
         - Building clm library 
Building lnd with output to /home/user/CLM-NEON/ABBY/bld/lnd.bldlog.211119-122948
Component lnd build complete with 2 warnings
clm built in 81.777427 seconds
         - Building atm Library 
Building atm with output to /home/user/CLM-NEON/ABBY/bld/atm.bldlog.211119-122948
datm built in 1.373852 seconds
Building cesm from /opt/ncar/cesm2/components/cmeps/cime_config/buildexe with output to /home/user/CLM-NEON/ABBY/bld/cesm.bldlog.211119-122948 
Total build time: 222.470443 seconds
MODEL BUILD HAS FINISHED SUCCESSFULLY
Time required to building the base case: 222.47738361358643 s.
-----------------------------------
Running CTSM for neon site : ABBY
---- cloning the base case in /home/user/CLM-NEON/ABBY.transient
Adding user mods directory /opt/ncar/cesm2/cime_config/usermods_dirs/NEON/ABBY
Adding user mods directory /opt/ncar/cesm2/cime_config/usermods_dirs/NEON/defaults
RUN: /home/user/CLM-NEON/ABBY.transient/shell_commands
FROM: /home/user/CLM-NEON/ABBY.transient
 Successfully created new case ABBY.transient from clone case ABBY 
Setting resource.RLIMIT_STACK to -1 from (-1, -1)
/home/user/CLM-NEON/ABBY.transient/env_mach_specific.xml already exists, delete to replace
/home/user/CLM-NEON/ABBY.transient/env_mach_specific.xml already exists, delete to replace
Creating batch scripts
Writing case.run script from input template /opt/ncar/cesm2/cime/config/cesm/machines/template.case.run
Creating file .case.run
Writing case.st_archive script from input template /opt/ncar/cesm2/cime/config/cesm/machines/template.st_archive
Creating file case.st_archive
If an old case build already exists, might want to run 'case.build --clean' before building
You can now run './preview_run' to get more info on how your case will be run
Setting resource.RLIMIT_STACK to -1 from (-1, -1)
  2021-11-19 12:33:34 atm 
Create namelist for component datm
   Calling /opt/ncar/cesm2/cime/../components/cdeps/datm/cime_config/buildnml
Setting resource.RLIMIT_STACK to -1 from (-1, -1)
Using protocol wget with user None and passwd None
Loading input file list: 'Buildconf/cpl.input_data_list'
Loading input file list: 'Buildconf/ctsm.input_data_list'
Model ctsm missing file finidat = '/home/user/inputdata/lnd/clm2/initdata_map/clmi.I2000Clm50BgcCrop.2011-01-01.1.9x2.5_gx1v7_gl4_simyr2000_c190312.nc'
Trying to download file: 'lnd/clm2/initdata_map/clmi.I2000Clm50BgcCrop.2011-01-01.1.9x2.5_gx1v7_gl4_simyr2000_c190312.nc' to path '/home/user/inputdata/lnd/clm2/initdata_map/clmi.I2000Clm50BgcCrop.2011-01-01.1.9x2.5_gx1v7_gl4_simyr2000_c190312.nc' using WGET protocol.
wget failed with output:  and errput --2021-11-19 12:33:34--  https://s3.data.neonscience.org/neon-ncar/NEON/lnd/clm2/initdata_map/clmi.I2000Clm50BgcCrop.2011-01-01.1.9x2.5_gx1v7_gl4_simyr2000_c190312.nc
Resolving s3.data.neonscience.org (s3.data.neonscience.org)... 129.19.148.21
Connecting to s3.data.neonscience.org (s3.data.neonscience.org)|129.19.148.21|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-11-19 12:33:34 ERROR 404: Not Found.

Model ctsm no file specified for flanduse_timeseries
SUCCESS

Found tower data for 2018-01-01 00:00:00 through 2021-09-01 00:00:00
varname datafiles is already in stream mod dictionary
varname year_first is already in stream mod dictionary
varname year_last is already in stream mod dictionary
varname year_align is already in stream mod dictionary
varname dtlimit is already in stream mod dictionary
  2021-11-19 12:33:38 lnd 
Create namelist for component clm
   Calling /opt/ncar/cesm2/cime/../cime_config/buildnml
  2021-11-19 12:33:38 ice 
Create namelist for component sice
   Calling /opt/ncar/cesm2/cime/src/components/stub_comps_nuopc/sice/cime_config/buildnml
  2021-11-19 12:33:38 ocn 
Create namelist for component socn
   Calling /opt/ncar/cesm2/cime/src/components/stub_comps_nuopc/socn/cime_config/buildnml
  2021-11-19 12:33:38 rof 
Create namelist for component srof
   Calling /opt/ncar/cesm2/cime/src/components/stub_comps_nuopc/srof/cime_config/buildnml
  2021-11-19 12:33:38 glc 
Create namelist for component sglc
   Calling /opt/ncar/cesm2/cime/src/components/stub_comps_nuopc/sglc/cime_config/buildnml
  2021-11-19 12:33:38 wav 
Create namelist for component swav
   Calling /opt/ncar/cesm2/cime/src/components/stub_comps_nuopc/swav/cime_config/buildnml
  2021-11-19 12:33:38 esp 
Create namelist for component sesp
   Calling /opt/ncar/cesm2/cime/src/components/stub_comps_nuopc/sesp/cime_config/buildnml
  2021-11-19 12:33:38 cpl 
Create namelist for component drv
   Calling /opt/ncar/cesm2/cime/../components/cmeps/cime_config/buildnml
Writing nuopc_runseq for components ['CPL', 'ATM', 'LND']
Checking server https://s3.data.neonscience.org/neon-ncar/NEON/ with protocol wget
Setting resource.RLIMIT_STACK to -1 from (-1, -1)
Using protocol wget with user  and passwd 
Loading input file list: 'Buildconf/cpl.input_data_list'
Loading input file list: 'Buildconf/ctsm.input_data_list'
Model ctsm no file specified for flanduse_timeseries
Model ctsm missing file finidat = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/lnd/ctsm/initdata/ABBY.2021-09-02.clm2.r.0268-01-01-00000.nc'
Creating directory /home/user/CLM-NEON/ABBY.transient/run/inputdata/lnd/ctsm/initdata
Trying to download file: 'lnd/ctsm/initdata/ABBY.2021-09-02.clm2.r.0268-01-01-00000.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/lnd/ctsm/initdata/ABBY.2021-09-02.clm2.r.0268-01-01-00000.nc' using WGET protocol.
SUCCESS

Loading input file list: 'Buildconf/datm.input_data_list'
Model datm missing file file1 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2018-01.nc'
Creating directory /home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2018-01.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2018-01.nc' using WGET protocol.
SUCCESS

Model datm missing file file2 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2018-02.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2018-02.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2018-02.nc' using WGET protocol.
SUCCESS

Model datm missing file file3 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2018-03.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2018-03.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2018-03.nc' using WGET protocol.
SUCCESS

Model datm missing file file4 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2018-04.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2018-04.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2018-04.nc' using WGET protocol.
SUCCESS

Model datm missing file file5 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2018-05.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2018-05.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2018-05.nc' using WGET protocol.
SUCCESS

Model datm missing file file6 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2018-06.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2018-06.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2018-06.nc' using WGET protocol.
SUCCESS

Model datm missing file file7 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2018-07.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2018-07.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2018-07.nc' using WGET protocol.
SUCCESS

Model datm missing file file8 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2018-08.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2018-08.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2018-08.nc' using WGET protocol.
SUCCESS

Model datm missing file file9 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2018-09.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2018-09.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2018-09.nc' using WGET protocol.
SUCCESS

Model datm missing file file10 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2018-10.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2018-10.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2018-10.nc' using WGET protocol.
SUCCESS

Model datm missing file file11 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2018-11.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2018-11.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2018-11.nc' using WGET protocol.
SUCCESS

Model datm missing file file12 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2018-12.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2018-12.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2018-12.nc' using WGET protocol.
SUCCESS

Model datm missing file file13 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2019-01.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2019-01.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2019-01.nc' using WGET protocol.
SUCCESS

Model datm missing file file14 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2019-02.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2019-02.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2019-02.nc' using WGET protocol.
SUCCESS

Model datm missing file file15 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2019-03.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2019-03.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2019-03.nc' using WGET protocol.
SUCCESS

Model datm missing file file16 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2019-04.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2019-04.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2019-04.nc' using WGET protocol.
SUCCESS

Model datm missing file file17 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2019-05.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2019-05.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2019-05.nc' using WGET protocol.
SUCCESS

Model datm missing file file18 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2019-06.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2019-06.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2019-06.nc' using WGET protocol.
SUCCESS

Model datm missing file file19 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2019-07.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2019-07.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2019-07.nc' using WGET protocol.
SUCCESS

Model datm missing file file20 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2019-08.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2019-08.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2019-08.nc' using WGET protocol.
SUCCESS

Model datm missing file file21 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2019-09.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2019-09.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2019-09.nc' using WGET protocol.
SUCCESS

Model datm missing file file22 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2019-10.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2019-10.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2019-10.nc' using WGET protocol.
SUCCESS

Model datm missing file file23 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2019-11.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2019-11.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2019-11.nc' using WGET protocol.
SUCCESS

Model datm missing file file24 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2019-12.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2019-12.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2019-12.nc' using WGET protocol.
SUCCESS

Model datm missing file file25 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2020-01.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2020-01.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2020-01.nc' using WGET protocol.
SUCCESS

Model datm missing file file26 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2020-02.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2020-02.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2020-02.nc' using WGET protocol.
SUCCESS

Model datm missing file file27 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2020-03.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2020-03.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2020-03.nc' using WGET protocol.
SUCCESS

Model datm missing file file28 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2020-04.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2020-04.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2020-04.nc' using WGET protocol.
SUCCESS

Model datm missing file file29 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2020-05.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2020-05.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2020-05.nc' using WGET protocol.
SUCCESS

Model datm missing file file30 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2020-06.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2020-06.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2020-06.nc' using WGET protocol.
SUCCESS

Model datm missing file file31 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2020-07.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2020-07.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2020-07.nc' using WGET protocol.
SUCCESS

Model datm missing file file32 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2020-08.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2020-08.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2020-08.nc' using WGET protocol.
SUCCESS

Model datm missing file file33 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2020-09.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2020-09.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2020-09.nc' using WGET protocol.
SUCCESS

Model datm missing file file34 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2020-10.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2020-10.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2020-10.nc' using WGET protocol.
SUCCESS

Model datm missing file file35 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2020-11.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2020-11.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2020-11.nc' using WGET protocol.
SUCCESS

Model datm missing file file36 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2020-12.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2020-12.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2020-12.nc' using WGET protocol.
SUCCESS

Model datm missing file file37 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2021-01.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2021-01.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2021-01.nc' using WGET protocol.
SUCCESS

Model datm missing file file38 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2021-02.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2021-02.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2021-02.nc' using WGET protocol.
SUCCESS

Model datm missing file file39 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2021-03.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2021-03.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2021-03.nc' using WGET protocol.
SUCCESS

Model datm missing file file40 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2021-04.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2021-04.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2021-04.nc' using WGET protocol.
SUCCESS

Model datm missing file file41 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2021-05.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2021-05.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2021-05.nc' using WGET protocol.
SUCCESS

Model datm missing file file42 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2021-06.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2021-06.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2021-06.nc' using WGET protocol.
SUCCESS

Model datm missing file file43 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2021-07.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2021-07.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2021-07.nc' using WGET protocol.
SUCCESS

Model datm missing file file44 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2021-08.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2021-08.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2021-08.nc' using WGET protocol.
SUCCESS

Model datm missing file file45 = '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2021-09.nc'
Trying to download file: 'atm/cdeps/v1/ABBY/ABBY_atm_2021-09.nc' to path '/home/user/CLM-NEON/ABBY.transient/run/inputdata/atm/cdeps/v1/ABBY/ABBY_atm_2021-09.nc' using WGET protocol.
SUCCESS

  2021-11-19 12:34:01 atm 
Create namelist for component datm
   Calling /opt/ncar/cesm2/cime/../components/cdeps/datm/cime_config/buildnml
Found tower data for 2018-01-01 00:00:00 through 2021-09-01 00:00:00
varname datafiles is already in stream mod dictionary
varname year_first is already in stream mod dictionary
varname year_last is already in stream mod dictionary
varname year_align is already in stream mod dictionary
varname dtlimit is already in stream mod dictionary
  2021-11-19 12:34:01 lnd 
Create namelist for component clm
   Calling /opt/ncar/cesm2/cime/../cime_config/buildnml
  2021-11-19 12:34:01 ice 
Create namelist for component sice
   Calling /opt/ncar/cesm2/cime/src/components/stub_comps_nuopc/sice/cime_config/buildnml
  2021-11-19 12:34:01 ocn 
Create namelist for component socn
   Calling /opt/ncar/cesm2/cime/src/components/stub_comps_nuopc/socn/cime_config/buildnml
  2021-11-19 12:34:01 rof 
Create namelist for component srof
   Calling /opt/ncar/cesm2/cime/src/components/stub_comps_nuopc/srof/cime_config/buildnml
  2021-11-19 12:34:01 glc 
Create namelist for component sglc
   Calling /opt/ncar/cesm2/cime/src/components/stub_comps_nuopc/sglc/cime_config/buildnml
  2021-11-19 12:34:01 wav 
Create namelist for component swav
   Calling /opt/ncar/cesm2/cime/src/components/stub_comps_nuopc/swav/cime_config/buildnml
  2021-11-19 12:34:01 esp 
Create namelist for component sesp
   Calling /opt/ncar/cesm2/cime/src/components/stub_comps_nuopc/sesp/cime_config/buildnml
  2021-11-19 12:34:01 cpl 
Create namelist for component drv
   Calling /opt/ncar/cesm2/cime/../components/cmeps/cime_config/buildnml
Writing nuopc_runseq for components ['CPL', 'ATM', 'LND']
Checking that inputdata is available as part of case submission
Checking server https://s3.data.neonscience.org/neon-ncar/NEON/ with protocol wget
Setting resource.RLIMIT_STACK to -1 from (-1, -1)
Using protocol wget with user  and passwd 
Loading input file list: 'Buildconf/cpl.input_data_list'
Loading input file list: 'Buildconf/ctsm.input_data_list'
Model ctsm no file specified for flanduse_timeseries
Loading input file list: 'Buildconf/datm.input_data_list'
Check case OK
submit_jobs case.run
Submit job case.run
Starting job script case.run
Setting resource.RLIMIT_STACK to -1 from (-1, -1)
Generating namelists for /home/user/CLM-NEON/ABBY.transient
  2021-11-19 12:34:02 atm 
Create namelist for component datm
   Calling /opt/ncar/cesm2/cime/../components/cdeps/datm/cime_config/buildnml
Found tower data for 2018-01-01 00:00:00 through 2021-09-01 00:00:00
varname datafiles is already in stream mod dictionary
varname year_first is already in stream mod dictionary
varname year_last is already in stream mod dictionary
varname year_align is already in stream mod dictionary
varname dtlimit is already in stream mod dictionary
  2021-11-19 12:34:02 lnd 
Create namelist for component clm
   Calling /opt/ncar/cesm2/cime/../cime_config/buildnml
  2021-11-19 12:34:03 ice 
Create namelist for component sice
   Calling /opt/ncar/cesm2/cime/src/components/stub_comps_nuopc/sice/cime_config/buildnml
  2021-11-19 12:34:03 ocn 
Create namelist for component socn
   Calling /opt/ncar/cesm2/cime/src/components/stub_comps_nuopc/socn/cime_config/buildnml
  2021-11-19 12:34:03 rof 
Create namelist for component srof
   Calling /opt/ncar/cesm2/cime/src/components/stub_comps_nuopc/srof/cime_config/buildnml
  2021-11-19 12:34:03 glc 
Create namelist for component sglc
   Calling /opt/ncar/cesm2/cime/src/components/stub_comps_nuopc/sglc/cime_config/buildnml
  2021-11-19 12:34:03 wav 
Create namelist for component swav
   Calling /opt/ncar/cesm2/cime/src/components/stub_comps_nuopc/swav/cime_config/buildnml
  2021-11-19 12:34:03 esp 
Create namelist for component sesp
   Calling /opt/ncar/cesm2/cime/src/components/stub_comps_nuopc/sesp/cime_config/buildnml
  2021-11-19 12:34:03 cpl 
Create namelist for component drv
   Calling /opt/ncar/cesm2/cime/../components/cmeps/cime_config/buildnml
Writing nuopc_runseq for components ['CPL', 'ATM', 'LND']
-------------------------------------------------------------------------
 - Prestage required restarts into /home/user/CLM-NEON/ABBY.transient/run
 - Case input data directory (DIN_LOC_ROOT) is /home/user/inputdata 
 - Checking for required input datasets in DIN_LOC_ROOT
-------------------------------------------------------------------------
run command is mpiexec  -n 1 /home/user/CLM-NEON/ABBY/bld/cesm.exe   >> cesm.log.$LID 2>&1  
Starting job script case.run
Starting job script case.st_archive
Setting resource.RLIMIT_STACK to -1 from (-1, -1)
Setting resource.RLIMIT_STACK to -1 from (-1, -1)
No timing file found in run directory
check for resubmit
dout_s True 
mach container 
resubmit_num 0
Submit job case.st_archive
Starting job script case.st_archive
st_archive starting
moving /home/user/CLM-NEON/ABBY.transient/run/atm.log.211119-123402.gz to /home/user/archive/ABBY.transient/logs/atm.log.211119-123402.gz
moving /home/user/CLM-NEON/ABBY.transient/run/cesm.log.211119-123402.gz to /home/user/archive/ABBY.transient/logs/cesm.log.211119-123402.gz
moving /home/user/CLM-NEON/ABBY.transient/run/drv.log.211119-123402.gz to /home/user/archive/ABBY.transient/logs/drv.log.211119-123402.gz
moving /home/user/CLM-NEON/ABBY.transient/run/lnd.log.211119-123402.gz to /home/user/archive/ABBY.transient/logs/lnd.log.211119-123402.gz
moving /home/user/CLM-NEON/ABBY.transient/run/med.log.211119-123402.gz to /home/user/archive/ABBY.transient/logs/med.log.211119-123402.gz
moving /home/user/CLM-NEON/ABBY.transient/run/preview_run.log.211119-123402.gz to /home/user/archive/ABBY.transient/logs/preview_run.log.211119-123402.gz
-------------------------------------------
Archiving restarts for date date(2021, 9, 1, 0, 0, 0)
-------------------------------------------
Archiving restarts for datm (atm)
copying file /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.datm.r.2021-09-01-00000.nc to /home/user/archive/ABBY.transient/rest/2021-09-01-00000/ABBY.transient.datm.r.2021-09-01-00000.nc
Archiving restarts for clm (lnd)
copying file /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.r.2021-09-01-00000.nc to /home/user/archive/ABBY.transient/rest/2021-09-01-00000/ABBY.transient.clm2.r.2021-09-01-00000.nc
Copying /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2021-08.nc to /home/user/archive/ABBY.transient/rest/2021-09-01-00000/ABBY.transient.clm2.h0.2021-08.nc
Copying /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-09-01-00000.nc to /home/user/archive/ABBY.transient/rest/2021-09-01-00000/ABBY.transient.clm2.h1.2021-09-01-00000.nc
 WARNING: ncdump -v locfnh /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.rh0.2021-09-01-00000.nc  failed rc=1
    out=
    err=ncdump: locfnh: No such variable
copying file /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.rh0.2021-09-01-00000.nc to /home/user/archive/ABBY.transient/rest/2021-09-01-00000/ABBY.transient.clm2.rh0.2021-09-01-00000.nc
 WARNING: ncdump -v locfnh /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.rh1.2021-09-01-00000.nc  failed rc=1
    out=
    err=ncdump: locfnh: No such variable
copying file /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.rh1.2021-09-01-00000.nc to /home/user/archive/ABBY.transient/rest/2021-09-01-00000/ABBY.transient.clm2.rh1.2021-09-01-00000.nc
Archiving restarts for drv (cpl)
copying file /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.cpl.r.2021-09-01-00000.nc to /home/user/archive/ABBY.transient/rest/2021-09-01-00000/ABBY.transient.cpl.r.2021-09-01-00000.nc
Archiving restarts for dart (esp)
Archiving history files for datm (atm)
Archiving history files for clm (lnd)
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2018-01.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2018-01.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2018-02.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2018-02.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2018-03.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2018-03.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2018-04.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2018-04.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2018-05.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2018-05.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2018-06.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2018-06.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2018-07.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2018-07.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2018-08.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2018-08.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2018-09.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2018-09.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2018-10.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2018-10.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2018-11.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2018-11.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2018-12.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2018-12.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2019-01.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2019-01.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2019-02.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2019-02.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2019-03.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2019-03.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2019-04.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2019-04.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2019-05.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2019-05.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2019-06.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2019-06.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2019-07.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2019-07.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2019-08.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2019-08.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2019-09.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2019-09.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2019-10.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2019-10.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2019-11.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2019-11.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2019-12.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2019-12.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2020-01.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2020-01.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2020-02.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2020-02.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2020-03.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2020-03.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2020-04.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2020-04.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2020-05.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2020-05.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2020-06.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2020-06.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2020-07.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2020-07.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2020-08.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2020-08.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2020-09.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2020-09.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2020-10.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2020-10.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2020-11.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2020-11.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2020-12.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2020-12.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2021-01.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2021-01.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2021-02.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2021-02.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2021-03.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2021-03.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2021-04.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2021-04.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2021-05.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2021-05.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2021-06.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2021-06.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2021-07.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2021-07.nc 
copying /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h0.2021-08.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2021-08.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-01-31-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-31-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-02-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-02-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-02-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-02-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-02-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-02-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-02-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-02-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-02-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-02-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-02-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-02-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-02-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-02-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-02-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-02-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-02-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-02-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-02-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-02-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-02-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-02-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-02-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-02-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-02-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-02-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-02-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-02-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-02-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-02-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-02-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-02-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-02-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-02-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-02-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-02-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-02-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-02-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-02-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-02-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-02-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-02-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-02-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-02-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-02-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-02-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-02-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-02-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-02-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-02-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-02-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-02-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-02-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-02-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-02-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-02-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-03-31-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-03-31-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-04-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-04-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-05-31-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-05-31-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-06-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-06-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-07-31-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-07-31-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-08-31-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-08-31-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-09-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-09-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-10-31-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-10-31-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-11-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-11-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2018-12-31-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-12-31-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-01-31-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-01-31-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-02-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-02-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-02-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-02-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-02-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-02-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-02-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-02-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-02-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-02-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-02-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-02-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-02-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-02-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-02-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-02-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-02-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-02-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-02-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-02-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-02-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-02-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-02-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-02-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-02-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-02-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-02-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-02-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-02-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-02-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-02-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-02-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-02-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-02-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-02-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-02-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-02-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-02-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-02-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-02-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-02-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-02-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-02-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-02-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-02-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-02-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-02-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-02-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-02-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-02-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-02-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-02-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-02-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-02-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-02-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-02-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-03-31-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-03-31-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-04-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-04-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-05-31-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-05-31-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-06-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-06-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-07-31-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-07-31-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-08-31-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-08-31-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-09-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-09-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-10-31-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-10-31-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-11-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-11-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2019-12-31-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2019-12-31-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-01-31-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-01-31-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-02-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-02-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-02-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-02-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-02-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-02-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-02-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-02-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-02-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-02-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-02-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-02-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-02-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-02-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-02-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-02-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-02-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-02-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-02-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-02-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-02-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-02-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-02-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-02-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-02-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-02-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-02-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-02-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-02-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-02-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-02-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-02-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-02-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-02-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-02-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-02-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-02-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-02-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-02-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-02-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-02-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-02-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-02-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-02-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-02-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-02-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-02-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-02-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-02-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-02-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-02-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-02-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-02-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-02-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-02-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-02-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-02-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-02-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-03-31-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-03-31-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-04-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-04-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-05-31-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-05-31-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-06-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-06-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-07-31-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-07-31-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-08-31-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-08-31-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-09-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-09-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-10-31-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-10-31-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-11-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-11-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2020-12-31-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2020-12-31-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-01-31-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-01-31-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-02-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-02-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-02-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-02-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-02-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-02-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-02-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-02-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-02-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-02-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-02-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-02-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-02-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-02-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-02-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-02-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-02-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-02-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-02-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-02-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-02-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-02-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-02-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-02-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-02-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-02-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-02-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-02-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-02-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-02-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-02-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-02-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-02-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-02-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-02-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-02-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-02-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-02-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-02-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-02-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-02-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-02-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-02-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-02-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-02-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-02-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-02-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-02-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-02-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-02-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-02-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-02-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-02-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-02-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-02-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-02-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-03-31-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-03-31-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-04-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-04-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-05-31-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-05-31-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-06-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-06-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-07-31-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-07-31-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-01-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-02-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-02-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-03-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-03-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-04-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-04-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-05-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-05-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-06-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-06-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-07-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-07-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-08-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-08-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-09-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-09-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-10-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-10-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-11-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-11-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-12-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-12-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-13-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-13-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-14-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-14-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-15-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-15-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-16-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-16-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-17-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-17-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-18-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-18-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-19-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-19-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-20-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-20-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-21-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-21-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-22-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-22-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-23-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-23-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-24-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-24-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-25-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-25-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-26-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-26-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-27-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-27-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-28-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-28-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-29-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-29-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-30-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-30-00000.nc 
moving /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-08-31-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-08-31-00000.nc 
copying /home/user/CLM-NEON/ABBY.transient/run/ABBY.transient.clm2.h1.2021-09-01-00000.nc to /home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2021-09-01-00000.nc 
Archiving history files for drv (cpl)
Archiving history files for dart (esp)
st_archive completed
Submitted job case.run with id None
Submitted job case.st_archive with id None



The model is done running when you see the following line:

Submit job case.st_archive

Congratulations! You’ve created and run CLM for the NEON tower you selected.

Follow the steps below to see a few example plots from simulated data.

Note: If your model simulation did not complete, there will likely be an error message with more information. If you do not understand the error message, please post your question on the CTSM forum in the CESM Bulletin Board.


Optional

If you would like to see additional and more advanced options for running NEON tower site simulations, many are listed in the python script you just executed. You can use the --help option to see more.

Executing the below cell is optional and will print options available options in the run_neon python script:

run_neon --help
usage: run_neon.py [-h] [-d] [-v] [-s]
                   [--neon-sites {ABBY,BARR,BART,BLAN,BONA,CLBJ,CPER,DCFS,DEJU,DELA,DSNY,GRSM,GUAN,HARV,HEAL,JERC,JORN,KONA,KONZ,LAJA,LENO,MLBS,MOAB,NIWO,NOGP,OAES,ONAQ,ORNL,OSBS,PUUM,RMNP,SCBI,SERC,SJER,SOAP,SRER,STEI,STER,TALL,TEAK,TOOL,TREE,UKFS,UNDE,WOOD,WREF,YELL,all} [{ABBY,BARR,BART,BLAN,BONA,CLBJ,CPER,DCFS,DEJU,DELA,DSNY,GRSM,GUAN,HARV,HEAL,JERC,JORN,KONA,KONZ,LAJA,LENO,MLBS,MOAB,NIWO,NOGP,OAES,ONAQ,ORNL,OSBS,PUUM,RMNP,SCBI,SERC,SJER,SOAP,SRER,STEI,STER,TALL,TEAK,TOOL,TREE,UKFS,UNDE,WOOD,WREF,YELL,all} ...]]
                   [--base-case BASE_CASE_ROOT] [--output-root OUTPUT_ROOT]
                   [--overwrite] [--setup-only] [--rerun] [--no-batch]
                   [--run-type {ad,postad,transient,sasu}]
                   [--run-length RUN_LENGTH] [--start-date START_DATE]
                   [--end-date END_DATE] [--run-from-postad]

|------------------------------------------------------------------|
|---------------------  Instructions  -----------------------------|
|------------------------------------------------------------------|
This is a wrapper script for running CTSM simulation for one or more
neon sites. 

This script is only for neon site and we will develop a more general
code later.

This script first creates and builds a generic base case. 
Next, it will clone the base_case for different neon sites and run
types to reduce the need to build ctsm everytime. 

This script will do the following:
    1) Create a generic base case for cloning. 
    2) Make the case for the specific neon site(s).
    3) Make changes to the case, for:
        a. AD spinup
	b. post-AD spinup
        c. transient
    	#---------------
    	d. SASU or Matrix spinup
    4) Build and submit the case.
 
-------------------------------------------------------------------
Instructions for running on Cheyenne/Casper:
 
load the following into your local environment
    module load python
    ncar_pylib
 
To remove NPL from your environment on Cheyenne/Casper:
    deactivate
 
-------------------------------------------------------------------
To see the available options:
    ./run_neon.py --help
-------------------------------------------------------------------

optional arguments:
  -h, --help            show this help message and exit
  -d, --debug           Print debug information (very verbose) to file
                        /home/user/tutorials/NEON-
                        visualization/notebooks/run_neon.py.log
  -v, --verbose         Add additional context (time and file) to log messages
  -s, --silent          Print only warnings and error messages
  --neon-sites {ABBY,BARR,BART,BLAN,BONA,CLBJ,CPER,DCFS,DEJU,DELA,DSNY,GRSM,GUAN,HARV,HEAL,JERC,JORN,KONA,KONZ,LAJA,LENO,MLBS,MOAB,NIWO,NOGP,OAES,ONAQ,ORNL,OSBS,PUUM,RMNP,SCBI,SERC,SJER,SOAP,SRER,STEI,STER,TALL,TEAK,TOOL,TREE,UKFS,UNDE,WOOD,WREF,YELL,all} [{ABBY,BARR,BART,BLAN,BONA,CLBJ,CPER,DCFS,DEJU,DELA,DSNY,GRSM,GUAN,HARV,HEAL,JERC,JORN,KONA,KONZ,LAJA,LENO,MLBS,MOAB,NIWO,NOGP,OAES,ONAQ,ORNL,OSBS,PUUM,RMNP,SCBI,SERC,SJER,SOAP,SRER,STEI,STER,TALL,TEAK,TOOL,TREE,UKFS,UNDE,WOOD,WREF,YELL,all} ...]
                        4-letter neon site code.
  --base-case BASE_CASE_ROOT
                        Root Directory of base case build [default: None]
  --output-root OUTPUT_ROOT
                        Root output directory of cases [default:
                        CIME_OUTPUT_ROOT as defined in cime]
  --overwrite           overwrite existing case directories [default: False]
  --setup-only          Only setup the requested cases, do not build or run
                        [default: False]
  --rerun               If the case exists but does not appear to be complete,
                        restart it. [default: False]
  --no-batch            Run locally, do not use batch queueing system (if
                        defined for Machine) [default: False]
  --run-type {ad,postad,transient,sasu}
                        Type of run to do [default: transient]
  --run-length RUN_LENGTH
                        How long to run (modified ISO 8601 duration) [default:
                        0Y]
  --start-date START_DATE
                        Start date for running CTSM simulation in ISO format.
                        [default: 2018-01-01 00:00:00]
  --end-date END_DATE   End date for running CTSM simulation in ISO format.
                        [default: 2021-01-01 00:00:00]
  --run-from-postad     For transient runs only - should we start from the
                        postad spinup or finidat? By default start from
                        finidat, if this flag is used the postad run must be
                        available.

Below are a few additional tips for running simulations:

Tip: You can run multiple neon sites at once by choosing multiple neon sites in the command line argument. For example:

run_neon.py --neon-sites ABBY BART BLAN

Tip: Use the --overwrite option to overwrite existing case directories.

If you run a simulation for a NEON site that you have previously simulated, you will see the following error:

Case already exists in /home/user/CLM-NEON/ABBY.transient, not overwritting.

The overwrite option (e.g., adding --overwrite to the end of the run_neon command) can be used to avoid this error.


Tip: You can run the above run_neon command in your terminal shell. You will need to specify the NEON site and the output-root path by replacing <site> and <path> below with the appropriate values:

run_neon.py --neon-sites <site> --output-root <path>

Tip: The container will not overwrite existing files. If there are newer versions of a tutorial or input data you want to download, you must delete the existing tutorials or data first. You can do this by moving the files from the Simulations folder on your Desktop into the trash.


Note: More information about setting up and modifying simulations, including changing model code, will be available in an upcoming tutorial.


2. Explore CTSM model data

When your simulation completes, this step guides you through exploring the data. There are countless ways of analyzing and processing model data. The below steps step through where to find model data and creates a plot to visualize some model data.


2.1 Locate model data

When a simulation completes, the data are stored in the archive directory. In this directory you will find files that include data for every day of the simulation, as well as files that average model variables monthly.

Run the code below to see a subset of the files listed.

!ls $HOME/archive/$site.transient/lnd/hist/*2018*.nc |head -20
/home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2018-01.nc
/home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2018-02.nc
/home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2018-03.nc
/home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2018-04.nc
/home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2018-05.nc
/home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2018-06.nc
/home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2018-07.nc
/home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2018-08.nc
/home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2018-09.nc
/home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2018-10.nc
/home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2018-11.nc
/home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h0.2018-12.nc
/home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-01-00000.nc
/home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-02-00000.nc
/home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-03-00000.nc
/home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-04-00000.nc
/home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-05-00000.nc
/home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-06-00000.nc
/home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-07-00000.nc
/home/user/archive/ABBY.transient/lnd/hist/ABBY.transient.clm2.h1.2018-01-08-00000.nc
ls: write error: Broken pipe

Notice that each line includes the location of the file (/home/user/archive/{simulation_name}/lnd/hist/) and file name. The file names are automatically generated and are composed of:

  • the simulation name, which includes:

    • the NEON site

    • the type of simulation

      • The simulation you ran is “transient”. This means the model was initialized and ran for the full length of available data. The initial conditions files for the transient tower simulations were created by cycling over 2018-2019 tower meteorological data.

  • the date of simulated data

The files are saved in netcdf format (denoted with the .nc file extension), a file format commonly used for storing large, multi-dimensional scientific variables. Netcdf files are platform independent and self-describing; each file includes metadata that describes the data, including: variables, dimensions, and attributes. You can explore the files more in the NEON_Simple_Visualization_Tutorial

The NEON tower simulations generate two types of files:

  • *h0*: Variables that are averaged monthly. One file is available for every month of the simulation. These files include hundreds of variables.

  • *h1*: Variables that are recorded every 30 minutes. Values are aggregated into one file for each day of the simulation. Each file includes 48 data points for selected variables.

Note that you can also find the model data in the ‘Simulation’ folder on your desktop, which was created as part of this tutorial.


2.2 Visualize the output

Below we create a plot of simulated soil temperature using a predefined function, plot_soil_profile_timeseries.

The plot_soil_profile_timeseries function points to the simulated data files in your archive directory, extracts a variable (soil temperature, TSOI, in this case), and plots the soil profile. The y-axis shows soil depth and the x-axis shows time. Note that time is currently set for the year 2018. You can change the year variable below to plot different years from 2018 through 2020.

from neon_utils import plot_soil_profile_timeseries
sim_path = "/home/user/archive/"+neon_site+".transient/lnd/hist/"
case_name = neon_site+".transient.clm2"
year = 2018

plot_soil_profile_timeseries(sim_path, neon_site, case_name, 'TSOI', year)
  1%|▏         | 5/365 [00:00<00:07, 45.65it/s]
All Simulation files: [ 365 files]
100%|██████████| 365/365 [00:07<00:00, 51.65it/s]
Reading all simulation files [ 365 files] took: 12.41573190689087 s.
Making this plot took  12.48378586769104 s.
../_images/NEON_Simulation_Tutorial_16_41.png

You might also be interested in the soil moisture at this site. The plot_soil_profile_timeseries function can also plot soil moisture (H2OSOI). Run the below cell to see the soil moisture profile for 2018. You can change the year variable below to plot different years from 2018 through 2020.

sim_path = "/home/user/archive/"+neon_site+".transient/lnd/hist/"
case_name = neon_site+".transient.clm2"
year = 2018

plot_soil_profile_timeseries(sim_path, neon_site, case_name, 'H2OSOI', year)
  2%|▏         | 6/365 [00:00<00:06, 53.63it/s]
All Simulation files: [ 365 files]
100%|██████████| 365/365 [00:06<00:00, 58.56it/s]
Reading all simulation files [ 365 files] took: 11.333980798721313 s.
Making this plot took  11.405439138412476 s.
../_images/NEON_Simulation_Tutorial_18_41.png

Congratulations!

You have now completed a NEON tower simulation, located the files, and made a plot from the simulation data.

Additional examples of visualizations and evaluation of your NEON simulation against NEON observations are available in the next tutorial, NEON_Visualization_Tutorial.