Ignore:
Timestamp:
06/21/11 15:05:54 (13 years ago)
Author:
mafoipsl
Message:

New functionality used since LMDZ rev 1543 (http://lmdz.lmd.jussieu.fr/trac/changeset/1533/LMDZ4/branches/LMDZ4_AR5) :

  • paramLMDZ_phy.nc file with solar, GHG, orbital informations added
  • monitoring of some of this global variables (solaire, co2_ppm, ...)
Location:
CONFIG/IPSLCM/IPSLCM5A/EXP00
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5A/EXP00/COMP/lmdz.card

    r1502 r1503  
    7878        (histhfNMC.nc,    ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfNMC.nc,    Post_HF_histhfNMC),   \ 
    7979        (histhf3h.nc,     ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3h.nc,     Post_3H_histhf3h),    \ 
    80         (histhf3hm.nc,    ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3hm.nc,    Post_3H_histhf3hm) 
     80        (histhf3hm.nc,    ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3hm.nc,    Post_3H_histhf3hm),   \ 
     81        (paramLMDZ_phy.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_paramLMDZ_phy.nc, Post_1M_paramLMDZ_phy) 
    8182 
    8283[Post_1M_histmth] 
     
    115116ChunckJob3D = NONE 
    116117Seasonal=OFF 
     118 
     119[Post_1M_paramLMDZ_phy] 
     120Patches=() 
     121GatherWithInternal = (lon, lat, time_counter, time_counter_bnds) 
     122TimeSeriesVars2D =(R_ecc,  R_peri, R_incl, solaire, co2_ppm, CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt) 
     123ChunckJob2D = NONE 
     124TimeSeriesVars3D = () 
     125ChunckJob3D = NONE 
     126Seasonal=ON 
    117127 
    118128[Post_1D_histday] 
  • CONFIG/IPSLCM/IPSLCM5A/EXP00/POST/monitoring01_lmdz.cfg

    r1294 r1503  
    7272 tro3_strato_forcing    | "tro3"                  | "" | "tro3[x=@din,y=@din,k=1:7@sum,d=1]"  | "ozone strato k=1:7@sum" | "Mole" | "" 
    7373 tro3_tropo_forcing     | "tro3"                  | "" | "tro3[x=@din,y=@din,k=8:17@sum,d=1]" | "ozone trop k=8:17@sum"  | "Mole" | "" 
     74 solaire_forcing        | "solaire"               | "" | "solaire[d=1]"   | "Constante solaire"      | "W/m^2" | "1" 
     75 co2_ppm_forcing        | "co2_ppm"               | "" | "co2_ppm[d=1]"   | "Concentration du CO2"   | "ppm"   | "1" 
     76 CH4_ppb_forcing        | "CH4_ppb"               | "" | "CH4_ppb[d=1]"   | "Concentration du CH4"   | "ppb"   | "1" 
     77 N2O_ppb_forcing        | "N2O_ppb"               | "" | "N2O_ppb[d=1]"   | "Concentration du N2O"   | "ppb"   | "1" 
     78 CFC11_ppt_forcing      | "CFC11_ppt"             | "" | "CFC11_ppt[d=1]" | "Concentration du CFC11" | "ppt"   | "1" 
     79 CFC12_ppt_forcing      | "CFC12_ppt"             | "" | "CFC12_ppt[d=1]" | "Concentration du CFC12" | "ppt"   | "1" 
     80## R_ecc_forcing      | "R_ecc"                  | "" | "R_ecc[d=1]"   | "Excentricite"      | "-"     | "1" 
     81## R_peri_forcing     | "R_peri"                 | "" | "R_peri[d=1]"  | "Equinoxe"          | "-"     | "1" 
     82## R_incl_forcing     | "R_incl"                 | "" | "R_incl[d=1]"  | "Inclinaison"       | "deg"   | "1" 
    7483#----------------------------------------------------------------------------------------------------------------- 
    7584 
Note: See TracChangeset for help on using the changeset viewer.