Changeset 641


Ignore:
Timestamp:
06/12/09 14:13:43 (15 years ago)
Author:
sdipsl
Message:
  • manage iphysiq indepedantly from day_step
  • tweak time series variable
  • add area variable in time series files to ease monitoring process
Location:
CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_WORK
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_WORK/AA_make

    r597 r641  
    5959 
    6060lmdz9695: 
    61         (cd ../../modeles/LMDZ4; ./makelmdz_fcm -cpp ORCHIDEE_NOOPENMP -d 96x95x19 -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 96x95x19 -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 ; ) 
    6363 
    6464lmdz144142: 
  • CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_WORK/EXP00/COMP/lmdz.card

    r605 r641  
    5757        (histNMC.nc,      ${R_OUT_ATM_O_M}/${PREFIX}_1M_histNMC.nc,      NONE), \ 
    5858        (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), \ 
    6060        (histday.nc,      ${R_OUT_ATM_O_D}/${PREFIX}_1D_histday.nc,      NONE), \ 
    6161        (histhf.nc,       ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhf.nc,       NONE), \ 
     
    6565[Post_1M_histmth] 
    6666Patches= (Patch_20070220_histcom_time_axis) 
    67 GatherWithInternal = (lon, lat, presnivs, time_counter) 
     67GatherWithInternal = (lon, lat, presnivs, time_counter, aire) 
    6868TimeSeriesVars= (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) 
    6969 
  • CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_WORK/EXP00/COMP/lmdz.driver

    r583 r641  
    1313        LMD9671)   BandsResol=96x71x19   ;; 
    1414        LMD9695)   BandsResol=96x95x19   ;; 
     15        LMD9696)   BandsResol=96x96x19   ;; 
    1516        LMD14496)  BandsResol=144x96x19  ;; 
    1617        LMD144142) BandsResol=144x142x19 ;; 
     
    3940 
    4041    ##--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='      ) 
    4546    ##--Variables used by LMDZ in gcm.def -- 
    4647    PAT_iphysiq=$(  grep -v ^# ${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM} | grep iphysiq  ) 
     
    5859    iphysiq=$( echo ${PAT_iphysiq} | awk -F= '{print $2}' ) 
    5960    # 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}' ) 
    6163 
    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 . 
    6365 
    6466    IGCM_debug_PopStack "ATM_Initialize" 
     
    8082 
    8183    ## 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}/"            \ 
    8688        physiq.def > physiq.def.tmp 
    8789    IGCM_sys_Mv physiq.def.tmp physiq.def 
  • CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_WORK/EXP00/COMP/orchidee.card

    r396 r641  
    2828[Post_1M_sechiba_history] 
    2929Patches = (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, subli, tair, tsol_max, tsol_min, drainage) 
     30GatherWithInternal = (lon, lat, veget, time_counter, Areas) 
     31TimeSeriesVars = (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.