Changeset 1612


Ignore:
Timestamp:
12/20/23 17:17:43 (4 months ago)
Author:
aclsce
Message:

Needed to define Script_Post_Output variable in stand alone mode in order to handle exit in case of error

Location:
trunk/libIGCM
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_pack_debug

    r1568 r1612  
    153153DEBUG_debug=${DEBUG_debug:=false} 
    154154 
     155#D- Needed to define this variable in order to handle exit in case of error 
     156Script_Post_Output=${Script_Post_Output:=pack_debug} 
     157 
    155158#D- Keep following comments for now. Will be remove. 
    156159 
  • trunk/libIGCM/AA_pack_output

    r1603 r1612  
    159159surpack_mode=n 
    160160 
     161#D- Needed to define this variable in order to handle exit in case of error 
     162Script_Post_Output=${Script_Post_Output:=pack_output} 
     163 
    161164######################################################################## 
    162165 
  • trunk/libIGCM/AA_pack_restart

    r1568 r1612  
    153153DEBUG_debug=${DEBUG_debug:=false} 
    154154 
     155#D- Needed to define this variable in order to handle exit in case of error 
     156Script_Post_Output=${Script_Post_Output:=pack_restart} 
     157 
     158 
    155159#D- Keep following comments for now. Will be remove. 
    156160 
Note: See TracChangeset for help on using the changeset viewer.