Ignore:
Timestamp:
06/12/09 12:25:37 (15 years ago)
Author:
sdipsl
Message:
  • Reflect the fact that monitoring should not depend on resolution for atmosphere and surface.
  • Some cleanup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_create_ts

    r131 r135  
    7575StandAlone=${StandAlone:=true} 
    7676 
     77#D- Flag to determine allready produced time series. 
     78#D- Default : Commented. Uncomment for StandAlone case if you want to continue a time series 
     79#CompletedFlag= 
     80 
    7781#D- Flag to determine job's output directory 
    7882#D- Default : value from libIGCM_post.ksh if any 
     
    9397#D- TEMPORARY Flag to determine atmospheric resolution 
    9498#D- Default : value from atmospheric driver if any 
    95 RESOL_ATM=${RESOL_ATM:=LMD144142} 
     99RESOL_ATM=${RESOL_ATM:=ALL} 
    96100 
    97101#D- TEMPORARY Flag to determine ocean resolution 
     
    106110#D- Default : value from surface driver if any 
    107111RESOL_SRF=${RESOL_SRF:=ALL} 
    108  
    109 #D- Flag to determine surface resolution 
    110 #D- Default : value from surface driver if any 
    111 RESOL_STO=${RESOL_STO:=ALL} 
    112  
    113 #D- Flag to determine allready produced time series. 
    114 #D- Default : Commented. Uncomment for StandAlone case if you want to continue a time series 
    115 #CompletedFlag= 
    116112 
    117113######################################################################## 
     
    765761 
    766762export POST_DIR; export SUBMIT_DIR; export libIGCM; export R_INIT; export R_BC; export StandAlone 
    767 export RESOL_ATM; export RESOL_OCE ; export RESOL_ICE ; export RESOL_SRF ; export RESOL_STO 
    768  
    769 listVarEnv="POST_DIR,SUBMIT_DIR,libIGCM,R_INIT,R_BC,StandAlone,RESOL_ATM,RESOL_OCE,RESOL_ICE,RESOL_SRF,RESOL_STO" 
     763export RESOL_ATM; export RESOL_OCE ; export RESOL_ICE ; export RESOL_SRF 
     764 
     765listVarEnv="POST_DIR,SUBMIT_DIR,libIGCM,R_INIT,R_BC,StandAlone,RESOL_ATM,RESOL_OCE,RESOL_ICE,RESOL_SRF" 
    770766export listVarEnv 
    771767 
Note: See TracChangeset for help on using the changeset viewer.