Changeset 1287 for CONFIG/LMDZOR
- Timestamp:
- 01/27/11 16:44:08 (14 years ago)
- Location:
- CONFIG/LMDZOR/branches/LMDZOR_v4
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/LMDZOR/branches/LMDZOR_v4/AA_make
r1217 r1287 45 45 echo "$(LIB_MPI)" >.libmpi 46 46 47 LMD360180-ZIn-L39 : libioipsl liborchidee lmdz360x180x39 verif 48 echo "LMD360180-ZIn-L39" >.resol 49 echo "RESOL_ATM_3D=360x180x39-ZIn" >>.resol 50 echo "$(LIB_MPI)" >.libmpi 51 47 52 libioipsl : 48 53 (cd ../../modeles/IOIPSL/src ; $(M_K) -f Makefile) … … 89 94 $(M_K) lmdz RESOL_LMDZ=280x280x39 90 95 96 lmdz360x180x39: 97 $(M_K) lmdz RESOL_LMDZ=360x180x39 98 91 99 lmdz: 92 100 (cd ../../modeles/LMDZ; ./makelmdz_fcm -cpp ORCHIDEE_NOOPENMP -d $(RESOL_LMDZ) -arch $(FCM_ARCH) ce0l ; cp bin/ce0l_$(RESOL_LMDZ)_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) -
CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/COMP/lmdz.driver
r1244 r1287 228 228 229 229 # No filtre fft in case of zoom, 280x280x39-ZAf contains zoom 230 [ ${RESOL_ATM_3D} = "280x280x39-ZAf" ] && LMDZ_sed run.def use_filtre_fft n 230 if [ ${RESOL_ATM_3D} = "280x280x39-ZAf" ] || [ ${RESOL_ATM_3D} = "360x180x39-ZIn" ] ; then 231 LMDZ_sed run.def use_filtre_fft n 232 fi 231 233 232 234 ## Read ByPass_hgardfou_teta option in lmdz.card --> divide teta* by 2 if [ $ByPass_hgardfou_teta = 1 ] -
CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/COMP/orchidee.driver
r1203 r1287 142 142 143 143 # Desactaivate river routing for high resolution 144 if ( [ ${RESOL_ATM_3D} = "280x280x39 " ] ) ; then144 if ( [ ${RESOL_ATM_3D} = "280x280x39-ZAf" ] || [ ${RESOL_ATM_3D} = "360x180x39-ZIn" ] ) ; then 145 145 ORCHIDEE_sed RIVER_ROUTING n 146 146 fi
Note: See TracChangeset
for help on using the changeset viewer.