Changeset 334


Ignore:
Timestamp:
08/16/10 11:51:29 (14 years ago)
Author:
mmaipsl
Message:

Add default RESOL_${comp} for StandAlone? MONITORING.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_monitoring

    r316 r334  
    124124# of your running libIGCM directory. 
    125125 
     126#D- Increased verbosity (1, 2, 3) 
     127#D- Default : value from AA_job if any 
     128Verbosity=${Verbosity:=3} 
     129 
     130#D- Low level debug : to bypass lib test checks and stack construction 
     131#D- Default : value from AA_job if any 
     132DEBUG_debug=${DEBUG_debug:=false} 
     133 
     134#D- TEMPORARY Flag to determine atmospheric resolution 
     135#D- Default : value from atmospheric driver if any 
     136RESOL_ATM=${RESOL_ATM:=ALL} 
     137 
     138#D- Flag to determine surface resolution 
     139#D- Default : value from surface driver if any 
     140RESOL_SRF=${RESOL_SRF:=ALL} 
     141 
     142#D- Flag to determine surface resolution 
     143#D- Default : value from surface driver if any 
     144RESOL_SBG=${RESOL_SBG:=ALL} 
     145 
     146#D- TEMPORARY Flag to determine ocean resolution 
     147#D- Default : value from ocean driver if any 
     148RESOL_OCE=${RESOL_OCE:=ORCA2} 
     149 
     150#D- TEMPORARY Flag to determine ice resolution 
     151#D- Default : value from ice driver if any 
     152RESOL_ICE=${RESOL_ICE:=ORCA2} 
     153 
     154#D- TEMPORARY Flag to determine marine biogeochemistry resolution 
     155#D- Default : value from ice driver if any 
     156RESOL_MBG=${RESOL_MBG:=ORCA2} 
     157 
    126158###################################################################### 
    127159 
Note: See TracChangeset for help on using the changeset viewer.