Changeset 1503 for CONFIG/IPSLCM


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
Files:
10 edited

Legend:

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

    r1449 r1503  
    8585        (histhfNMC.nc,    ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfNMC.nc,    Post_HF_histhfNMC),   \ 
    8686        (histhf3h.nc,     ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3h.nc,     Post_3H_histhf3h),    \ 
    87         (histhf3hm.nc,    ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3hm.nc,    Post_3H_histhf3hm) 
     87        (histhf3hm.nc,    ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3hm.nc,    Post_3H_histhf3hm),   \ 
     88        (paramLMDZ_phy.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_paramLMDZ_phy.nc, Post_1M_paramLMDZ_phy) 
    8889 
    8990[Post_1M_histmth] 
     
    122123ChunckJob3D = NONE 
    123124Seasonal=OFF 
     125 
     126[Post_1M_paramLMDZ_phy] 
     127Patches=() 
     128GatherWithInternal = (lon, lat, time_counter, time_counter_bnds) 
     129TimeSeriesVars2D =(R_ecc,  R_peri, R_incl, solaire, co2_ppm, CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt) 
     130ChunckJob2D = NONE 
     131TimeSeriesVars3D = () 
     132ChunckJob3D = NONE 
     133Seasonal=ON 
    124134 
    125135[Post_1D_histday] 
  • CONFIG/IPSLCM/IPSLCM5A/Chistorical/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 
  • CONFIG/IPSLCM/IPSLCM5A/CpiControl/COMP/lmdz.card

    r1449 r1503  
    8080        (histhfNMC.nc,    ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfNMC.nc,    Post_HF_histhfNMC),   \ 
    8181        (histhf3h.nc,     ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3h.nc,     Post_3H_histhf3h),    \ 
    82         (histhf3hm.nc,    ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3hm.nc,    Post_3H_histhf3hm) 
     82        (histhf3hm.nc,    ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3hm.nc,    Post_3H_histhf3hm),   \ 
     83        (paramLMDZ_phy.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_paramLMDZ_phy.nc, Post_1M_paramLMDZ_phy) 
    8384 
    8485[Post_1M_histmth] 
     
    118119Seasonal=OFF 
    119120 
     121[Post_1M_paramLMDZ_phy] 
     122Patches=() 
     123GatherWithInternal = (lon, lat, time_counter, time_counter_bnds) 
     124TimeSeriesVars2D =(R_ecc,  R_peri, R_incl, solaire, co2_ppm, CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt) 
     125ChunckJob2D = NONE 
     126TimeSeriesVars3D = () 
     127ChunckJob3D = NONE 
     128Seasonal=ON 
     129 
    120130[Post_1D_histday] 
    121131Patches= () 
  • CONFIG/IPSLCM/IPSLCM5A/CpiControl/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 
  • 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 
  • CONFIG/IPSLCM/IPSLCM5A/historical/COMP/lmdz.card

    r1449 r1503  
    8383        (histhfNMC.nc,    ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfNMC.nc,    Post_HF_histhfNMC),   \ 
    8484        (histhf3h.nc,     ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3h.nc,     Post_3H_histhf3h),    \ 
    85         (histhf3hm.nc,    ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3hm.nc,    Post_3H_histhf3hm) 
     85        (histhf3hm.nc,    ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3hm.nc,    Post_3H_histhf3hm),   \ 
     86        (paramLMDZ_phy.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_paramLMDZ_phy.nc, Post_1M_paramLMDZ_phy) 
    8687 
    8788[Post_1M_histmth] 
     
    120121ChunckJob3D = NONE 
    121122Seasonal=OFF 
     123 
     124[Post_1M_paramLMDZ_phy] 
     125Patches=() 
     126GatherWithInternal = (lon, lat, time_counter, time_counter_bnds) 
     127TimeSeriesVars2D =(R_ecc,  R_peri, R_incl, solaire, co2_ppm, CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt) 
     128ChunckJob2D = NONE 
     129TimeSeriesVars3D = () 
     130ChunckJob3D = NONE 
     131Seasonal=ON 
    122132 
    123133[Post_1D_histday] 
  • CONFIG/IPSLCM/IPSLCM5A/historical/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 
  • CONFIG/IPSLCM/IPSLCM5A/piControl/COMP/lmdz.card

    r1449 r1503  
    7777        (histhfNMC.nc,    ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfNMC.nc,    Post_HF_histhfNMC),   \ 
    7878        (histhf3h.nc,     ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3h.nc,     Post_3H_histhf3h),    \ 
    79         (histhf3hm.nc,    ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3hm.nc,    Post_3H_histhf3hm) 
     79        (histhf3hm.nc,    ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3hm.nc,    Post_3H_histhf3hm),   \ 
     80        (paramLMDZ_phy.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_paramLMDZ_phy.nc, Post_1M_paramLMDZ_phy) 
    8081 
    8182[Post_1M_histmth] 
     
    114115ChunckJob3D = NONE 
    115116Seasonal=OFF 
     117 
     118[Post_1M_paramLMDZ_phy] 
     119Patches=() 
     120GatherWithInternal = (lon, lat, time_counter, time_counter_bnds) 
     121TimeSeriesVars2D =(R_ecc,  R_peri, R_incl, solaire, co2_ppm, CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt) 
     122ChunckJob2D = NONE 
     123TimeSeriesVars3D = () 
     124ChunckJob3D = NONE 
     125Seasonal=ON 
    116126 
    117127[Post_1D_histday] 
  • CONFIG/IPSLCM/IPSLCM5A/piControl/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.