Changeset 1170


Ignore:
Timestamp:
02/04/15 11:40:57 (9 years ago)
Author:
aclsce
Message:

Modified to take into account modifications related to the use of sync command in rebuild step.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/libIGCM_v2.5/libIGCM_post/IGCM_Patch_20091118_mask.ksh

    r1059 r1170  
    2121 
    2222    if [ ! -f ${config_UserChoices_JobName}_mesh_mask.nc ] ; then 
    23       if [ -f ${R_BUFR}/OCE/Output/${config_UserChoices_JobName}_mesh_mask.nc ] ; then 
     23      if [ -f mesh_mask.nc ] ; then 
     24    IGCM_sys_Cp mesh_mask.nc ${config_UserChoices_JobName}_mesh_mask.nc 
     25      elif [ -f ${R_BUFR}/OCE/Output/${config_UserChoices_JobName}_mesh_mask.nc ] ; then 
    2426        IGCM_sys_GetBuffer ${R_BUFR}/OCE/Output/${config_UserChoices_JobName}_mesh_mask.nc . 
    2527      elif [ -f ${R_SAVE}/OCE/Output/${config_UserChoices_JobName}_mesh_mask.nc ] ; then 
Note: See TracChangeset for help on using the changeset viewer.