- Timestamp:
- 06/12/09 14:13:43 (16 years ago)
- Location:
- CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_WORK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_WORK/AA_make
r597 r641 59 59 60 60 lmdz9695: 61 (cd ../../modeles/LMDZ4; ./makelmdz_fcm -cpp ORCHIDEE_NOOPENMP -d 96x95x 19 -arch $(FCM_ARCH) create_etat0_limit ; cp bin/create_etat0_limit_96x95x19_phylmd_seq.e ../../bin/create_etat0_limit.e ; )62 (cd ../../modeles/LMDZ4; ./makelmdz_fcm -cpp ORCHIDEE_NOOPENMP -d 96x95x 19 -v true -parallel mpi -c $(LIB_MPI) -arch $(FCM_ARCH) gcm ; cp bin/gcm_96x95x19_phylmd_para_orch_couple.e ../../bin/gcm.e ; )61 (cd ../../modeles/LMDZ4; ./makelmdz_fcm -cpp ORCHIDEE_NOOPENMP -d 96x95x39 -arch $(FCM_ARCH) create_etat0_limit ; cp bin/create_etat0_limit_96x95x39_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 62 (cd ../../modeles/LMDZ4; ./makelmdz_fcm -cpp ORCHIDEE_NOOPENMP -d 96x95x39 -v true -parallel mpi -c $(LIB_MPI) -arch $(FCM_ARCH) gcm ; cp bin/gcm_96x95x39_phylmd_para_orch_couple.e ../../bin/gcm.e ; ) 63 63 64 64 lmdz144142: -
CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_WORK/EXP00/COMP/lmdz.card
r605 r641 57 57 (histNMC.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_histNMC.nc, NONE), \ 58 58 (histrac.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_histrac.nc, NONE), \ 59 (dynzon.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_dynzon.nc, Post_1M_dynzon), \59 (dynzon.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_dynzon.nc, NONE), \ 60 60 (histday.nc, ${R_OUT_ATM_O_D}/${PREFIX}_1D_histday.nc, NONE), \ 61 61 (histhf.nc, ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhf.nc, NONE), \ … … 65 65 [Post_1M_histmth] 66 66 Patches= (Patch_20070220_histcom_time_axis) 67 GatherWithInternal = (lon, lat, presnivs, time_counter )67 GatherWithInternal = (lon, lat, presnivs, time_counter, aire) 68 68 TimeSeriesVars= (bils, cldh, cldl, cldm, cldq, cldt, evap, iwp, lwp, LWdnSFC, LWdnSFCclr, LWupSFCclr, LWdn200, LWdn200clr, LWup200, LWup200clr, precip, prw, pluc, psol, q2m, sens, slp, snow, soll0, soll, sols0, sols, SWdnSFC, SWupSFC, SWup200, SWdnTOA, SWupTOA, SWdn200, SWdnSFCclr, SWupSFCclr, SWupTOAclr, t2m, taux_ter, taux_sic, taux_lic, taux_oce, tauy_ter, tauy_sic, tauy_lic, tauy_oce, lat_ter, lat_sic, lat_lic, lat_oce, topl0, topl, tops0, tops, tsol, tsol_ter, tsol_lic, tsol_oce, tsol_sic , u10m, u500, v10m, v500, w500, pourc_ter, pourc_oce, pourc_sic, pourc_lic) 69 69 -
CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_WORK/EXP00/COMP/lmdz.driver
r583 r641 13 13 LMD9671) BandsResol=96x71x19 ;; 14 14 LMD9695) BandsResol=96x95x19 ;; 15 LMD9696) BandsResol=96x96x19 ;; 15 16 LMD14496) BandsResol=144x96x19 ;; 16 17 LMD144142) BandsResol=144x142x19 ;; … … 39 40 40 41 ##--Variables used by LMDZ in physiq.def -- 41 PAT_INST=$( grep -v ^# ${SUBMIT_DIR}/PARAM/physiq.def | grep 'OK_instan ' )42 PAT_JOUR=$( grep -v ^# ${SUBMIT_DIR}/PARAM/physiq.def | grep 'OK_journe ' )43 PAT_MOIS=$( grep -v ^# ${SUBMIT_DIR}/PARAM/physiq.def | grep 'OK_mensuel ' )44 PAT_HFRE=$( grep -v ^# ${SUBMIT_DIR}/PARAM/physiq.def | grep 'ok_hf ' )42 PAT_INST=$( grep -v ^# ${SUBMIT_DIR}/PARAM/physiq.def | grep 'OK_instan=' ) 43 PAT_JOUR=$( grep -v ^# ${SUBMIT_DIR}/PARAM/physiq.def | grep 'OK_journe=' ) 44 PAT_MOIS=$( grep -v ^# ${SUBMIT_DIR}/PARAM/physiq.def | grep 'OK_mensuel=' ) 45 PAT_HFRE=$( grep -v ^# ${SUBMIT_DIR}/PARAM/physiq.def | grep 'ok_hf=' ) 45 46 ##--Variables used by LMDZ in gcm.def -- 46 47 PAT_iphysiq=$( grep -v ^# ${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM} | grep iphysiq ) … … 58 59 iphysiq=$( echo ${PAT_iphysiq} | awk -F= '{print $2}' ) 59 60 # day_step : number of steps per day (multiple of iperiod) 60 (( day_step = 48 * iphysiq )) 61 #(( day_step = 48 * iphysiq )) 62 day_step=$( echo ${PAT_day_step} | awk -F= '{print $2}' ) 61 63 62 #[ -f ${SUBMIT_DIR}/PARAM/Bands_${BandsResol}_ 7prc.dat ] && IGCM_sys_Cp ${SUBMIT_DIR}/PARAM/Bands_${BandsResol}_7prc.dat .64 #[ -f ${SUBMIT_DIR}/PARAM/Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat ] && IGCM_sys_Cp ${SUBMIT_DIR}/PARAM/Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat . 63 65 64 66 IGCM_debug_PopStack "ATM_Initialize" … … 80 82 81 83 ## Mise en forme du fichier physiq.def 82 sed -e "s/ OK_instan=.*/OK_instan=${OK_instan}/" \83 -e "s/ OK_journe=.*/OK_journe=${OK_journe}/" \84 -e "s/ OK_mensuel=.*/OK_mensuel=${OK_mensuel}/"\85 -e "s/ ok_hf=.*/ok_hf=${ok_hf}/"\84 sed -e "s/${PAT_INST}/OK_instan=${OK_instan}/" \ 85 -e "s/${PAT_JOUR}/OK_journe=${OK_journe}/" \ 86 -e "s/${PAT_MOIS}/OK_mensuel=${OK_mensuel}/" \ 87 -e "s/${PAT_HFRE}/ok_hf=${ok_hf}/" \ 86 88 physiq.def > physiq.def.tmp 87 89 IGCM_sys_Mv physiq.def.tmp physiq.def -
CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_WORK/EXP00/COMP/orchidee.card
r396 r641 28 28 [Post_1M_sechiba_history] 29 29 Patches = (Patch_20070220_histcom_time_axis) 30 GatherWithInternal = (lon, lat, veget, time_counter )31 TimeSeriesVars = (alb_nir, alb_vis, bqsb, evap, fluxlat, fluxsens, gqsb, netrad, qair, rain, runoff, snow, snowf, s ubli, tair, tsol_max, tsol_min, drainage)30 GatherWithInternal = (lon, lat, veget, time_counter, Areas) 31 TimeSeriesVars = (alb_nir, alb_vis, bqsb, evap, fluxlat, fluxsens, gqsb, netrad, qair, rain, runoff, snow, snowf, snownobio, subli, tair, temp_sol, tsol_max, tsol_min, drainage)
Note: See TracChangeset
for help on using the changeset viewer.