Ignore:
Timestamp:
05/30/11 11:10:05 (13 years ago)
Author:
jgipsl
Message:
  • Added very low resolution 32x24x11 for test case. This resolution is defined without aerosol calculations : ok_ade=n, ok_aie=n. To run this resolution it is necessary to remove the aerosols files from lmdz.card because these files do not yet exist at this resolution. The routing in Orchidee is desactivated for this resolution.
  • gcm.def_144x96x19, gcm.def_72x45x19 : removed 2 parameters already defined in physiq.def file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/LMDZOR/branches/LMDZOR_v4/AA_make

    r1323 r1439  
    44all : 
    55        if [ -s ./.resol ] ; then $(M_K) `head -1 .resol` ; else gmake LMD9695-L39 ; fi 
     6 
     7LMD3224-L11 :  libioipsl liborchidee lmdz32x24x11 verif 
     8        echo "LMD3224-L11" >.resol 
     9        echo "RESOL_ATM_3D=32x24x11" >>.resol 
     10        echo "$(LIB_MPI)" >.libmpi 
     11 
    612 
    713LMD7245 : libioipsl liborchidee lmdz72x45x19 verif 
     
    7076        (cd ../../modeles/ORCHIDEE; $(M_K) -f Makefile clean) 
    7177 
     78lmdz32x24x11: 
     79        $(M_K) lmdz RESOL_LMDZ=32x24x11 
     80 
    7281lmdz72x45x19: 
    7382        $(M_K) lmdz RESOL_LMDZ=72x45x19 
Note: See TracChangeset for help on using the changeset viewer.