Changeset 1439 for CONFIG/LMDZOR
- Timestamp:
- 05/30/11 11:10:05 (14 years ago)
- Location:
- CONFIG/LMDZOR/branches/LMDZOR_v4
- Files:
-
- 4 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/LMDZOR/branches/LMDZOR_v4/AA_make
r1323 r1439 4 4 all : 5 5 if [ -s ./.resol ] ; then $(M_K) `head -1 .resol` ; else gmake LMD9695-L39 ; fi 6 7 LMD3224-L11 : libioipsl liborchidee lmdz32x24x11 verif 8 echo "LMD3224-L11" >.resol 9 echo "RESOL_ATM_3D=32x24x11" >>.resol 10 echo "$(LIB_MPI)" >.libmpi 11 6 12 7 13 LMD7245 : libioipsl liborchidee lmdz72x45x19 verif … … 70 76 (cd ../../modeles/ORCHIDEE; $(M_K) -f Makefile clean) 71 77 78 lmdz32x24x11: 79 $(M_K) lmdz RESOL_LMDZ=32x24x11 80 72 81 lmdz72x45x19: 73 82 $(M_K) lmdz RESOL_LMDZ=72x45x19 -
CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/COMP/orchidee.driver
r1328 r1439 141 141 fi 142 142 143 # Desactaivate river routing for high resolution 144 if ( [ ${RESOL_ATM_3D} = "280x280x39-ZAf" ] || [ ${RESOL_ATM_3D} = "360x180x19-ZIn" ] ) ; then143 # 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 145 145 ORCHIDEE_sed RIVER_ROUTING n 146 146 fi -
CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/PARAM/gcm.def_144x96x19
r1340 r1439 52 52 ## Fonction f(y) avec y = Sin(latit.) si = .true. , sinon y = latit. 53 53 ysinus=y 54 ## Facteur multiplication des precip convectives dans KE55 cvl_corr=1.056 ## Facteur additif pour l'albedo57 pmagic=0.0 -
CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/PARAM/gcm.def_32x24x11
r1437 r1439 1 1 ## $Id$ 2 2 ## nombre de pas par jour (multiple de iperiod) ( ici pour dt = 1 min ) 3 day_step= 4803 day_step=240 4 4 ## periode pour le pas Matsuno (en pas) 5 5 iperiod=5 … … 13 13 niterh=2 14 14 ## temps de dissipation des plus petites long.d ondes pour u,v (gradiv) 15 tetagdiv= 5400.15 tetagdiv=7200. 16 16 ## temps de dissipation des plus petites long.d ondes pour u,v(nxgradrot) 17 tetagrot= 7200.17 tetagrot=10800. 18 18 ## temps de dissipation des plus petites long.d ondes pour h ( divgrad) 19 tetatemp= 7200.19 tetatemp=10800. 20 20 ## coefficient pour gamdissip 21 21 coefdis=0. -
CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/PARAM/gcm.def_72x45x19
r1340 r1439 52 52 ## Fonction f(y) avec y = Sin(latit.) si = .true. , sinon y = latit. 53 53 ysinus=y 54 ## Facteur multiplication des precip convectives dans KE55 cvl_corr=1.056 ## Facteur additif pour l'albedo57 pmagic=0.0 -
CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/PARAM/physiq.def_L11
r1437 r1439 165 165 # 166 166 ### ok_ade=y/n flag Aerosol direct effect 167 ok_ade= y167 ok_ade=n 168 168 ### ok_aie=y/n flag Aerosol indirect effect 169 ok_aie= y169 ok_aie=n 170 170 ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel 171 171 # variable modife avec lmdz.card
Note: See TracChangeset
for help on using the changeset viewer.