Ignore:
Timestamp:
12/08/10 12:01:14 (14 years ago)
Author:
jgipsl
Message:

Dev config LMDZOR_v4 :

  • Changed default compiling resolution to LMD9695-L39
  • Modified .resol when compiling LMD280280-L39, .resol now contains indication for zoom over Africa -ZAf. The compiled model can always be used with all types of zoom but .resol is modified because this configuration only have one grid for resolution 280x280x39 and this grid contains zoom over Africa. If adding different zoom with the same resolution, this has to be changed.
  • Changed name of file gcm.def_280x280x39 to gcm.def_280x280x39-ZAf to correspond to .resol
  • Modifications in lmdz.driver to correspond to .resol
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/LMDZOR/branches/LMDZOR_v4/CREATE/COMP/lmdz.driver

    r1192 r1211  
    1818    IGCM_debug_PushStack "ATM_Initialize" 
    1919 
    20     RESOL_ATM=$( echo $RESOL | awk "-Fx" '{print $2}' | awk "-F-" '{print $1}') 
    21  
    2220    [ -f ${SUBMIT_DIR}/../.resol ] && eval $(grep RESOL_ATM_3D ${SUBMIT_DIR}/../.resol) || RESOL_ATM_3D=96x95x19 
    2321 
    24     RESOL_ATM_Z=$( echo ${RESOL_ATM_3D} | awk "-Fx" '{print $3}' ) 
     22    RESOL_ATM_Z=$( echo ${RESOL_ATM_3D} | awk "-Fx" '{print $3}' | awk "-F-" '{print $1}' ) 
    2523 
    2624    ##-- Calendar type for LMDZ 
Note: See TracChangeset for help on using the changeset viewer.