Changeset 1439


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.
Location:
CONFIG/LMDZOR/branches/LMDZOR_v4
Files:
4 edited
2 copied

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 
  • CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/COMP/orchidee.driver

    r1328 r1439  
    141141    fi 
    142142 
    143 # Desactaivate river routing for high resolution 
    144     if ( [ ${RESOL_ATM_3D} = "280x280x39-ZAf" ] || [ ${RESOL_ATM_3D} = "360x180x19-ZIn" ] ) ; then 
     143# Desactaivate river routing for high resolution or very low resolution 
     144    if ( [ ${RESOL_ATM_3D} = "280x280x39-ZAf" ] || [ ${RESOL_ATM_3D} = "360x180x19-ZIn" ] || [ ${RESOL_ATM_3D} = "32x24x11" ] ) ; then 
    145145        ORCHIDEE_sed  RIVER_ROUTING n 
    146146    fi 
  • CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/PARAM/gcm.def_144x96x19

    r1340 r1439  
    5252##  Fonction  f(y) avec y = Sin(latit.) si = .true. , sinon y = latit.          
    5353ysinus=y 
    54 ## Facteur multiplication des precip convectives dans KE 
    55 cvl_corr=1.0 
    56 ##  Facteur additif pour l'albedo 
    57 pmagic=0.0 
  • CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/PARAM/gcm.def_32x24x11

    r1437 r1439  
    11## $Id$ 
    22## nombre de pas par jour (multiple de iperiod) ( ici pour  dt = 1 min )       
    3 day_step=480 
     3day_step=240 
    44## periode pour le pas Matsuno (en pas) 
    55iperiod=5 
     
    1313niterh=2 
    1414## temps de dissipation des plus petites long.d ondes pour u,v (gradiv)   
    15 tetagdiv=5400. 
     15tetagdiv=7200. 
    1616## temps de dissipation des plus petites long.d ondes pour u,v(nxgradrot) 
    17 tetagrot=7200. 
     17tetagrot=10800. 
    1818## temps de dissipation des plus petites long.d ondes pour  h ( divgrad)  
    19 tetatemp=7200. 
     19tetatemp=10800. 
    2020## coefficient pour gamdissip                                             
    2121coefdis=0. 
  • CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/PARAM/gcm.def_72x45x19

    r1340 r1439  
    5252##  Fonction  f(y) avec y = Sin(latit.) si = .true. , sinon y = latit.          
    5353ysinus=y 
    54 ## Facteur multiplication des precip convectives dans KE 
    55 cvl_corr=1.0 
    56 ##  Facteur additif pour l'albedo 
    57 pmagic=0.0 
  • CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/PARAM/physiq.def_L11

    r1437 r1439  
    165165# 
    166166### ok_ade=y/n   flag Aerosol direct effect 
    167 ok_ade=y 
     167ok_ade=n 
    168168### ok_aie=y/n   flag Aerosol indirect effect 
    169 ok_aie=y 
     169ok_aie=n 
    170170### aer_type =   Aerosol variation type : actuel / preind / scenario / annuel 
    171171# variable modife avec lmdz.card 
Note: See TracChangeset for help on using the changeset viewer.