Ignore:
Timestamp:
01/24/24 10:48:20 (4 months ago)
Author:
aclsce
Message:

Removed cleaning of thredds directory in case of TEST simulations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_purge_simulation

    r1602 r1622  
    130130        IGCM_sys_RshArchive rm -rf ${dir} 
    131131      done 
    132       # Remove dods hardlink 
    133       IGCM_sys_Dods_Rm 
     132      if [ ! X${config_UserChoices_SpaceName} = XTEST ] ; then 
     133        # Remove dods hardlink 
     134        IGCM_sys_Dods_Rm 
     135      fi 
    134136      # Remove run.card 
    135137      rm -f ${SUBMIT_DIR}/run.card 
Note: See TracChangeset for help on using the changeset viewer.