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/AA_make

    r1189 r1211  
    33 
    44all : 
    5         if [ -s ./.resol ] ; then $(M_K) `head -1 .resol` ; else gmake LMD280280-L39 ; fi 
     5        if [ -s ./.resol ] ; then $(M_K) `head -1 .resol` ; else gmake LMD9695-L39 ; fi 
    66 
    77LMD7245 : libioipsl liborchidee lmdz72x45x19 verif 
     
    4141 
    4242LMD280280-L39 : libioipsl liborchidee lmdz280x280x39 verif 
    43         echo "LMD280280-L39" >.resol 
    44         echo "RESOL_ATM_3D=280x280x39" >>.resol 
     43        echo "LMD280280-ZAf-L39" >.resol 
     44        echo "RESOL_ATM_3D=280x280x39-ZAf" >>.resol 
    4545        echo "$(LIB_MPI)" >.libmpi 
    4646 
Note: See TracChangeset for help on using the changeset viewer.