Ignore:
Timestamp:
05/03/10 11:50:23 (14 years ago)
Author:
mafoipsl
Message:

Add COSP files processing in historical and piControl.

File:
1 edited

Legend:

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

    r991 r1001  
    1616LMDZ_Freq_aero=120 
    1717LMDZ_Length_aero=12 
     18 
     19# Set COSP activation and Outputs frequency (monthly, daily, HF) = y/n 
     20LMDZ_COSP_OK=n 
     21LMDZ_COSP_monthly=y 
     22LMDZ_COSP_daily=y 
     23LMDZ_COSP_hf=n 
    1824 
    1925[InitialStateFiles] 
     
    4652List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}, physiq.def), \ 
    4753        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D},    gcm.def),    \ 
     54        (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt,                .),    \ 
     55        (${SUBMIT_DIR}/PARAM/cosp_output_nl.txt,               .),    \ 
    4856        (${SUBMIT_DIR}/PARAM/run.def, .), \ 
    4957        (${SUBMIT_DIR}/PARAM/traceur.def, .) 
     
    5765 
    5866[OutputFiles] 
    59 List=   (histmth.nc,      ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc,      Post_1M_histmth),    \ 
    60         (histmthNMC.nc,   ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthNMC.nc,   Post_1M_histmthNMC), \ 
    61         (dynzon.nc,       ${R_OUT_ATM_O_M}/${PREFIX}_1M_dynzon.nc,       NONE),               \ 
    62         (histday.nc,      ${R_OUT_ATM_O_D}/${PREFIX}_1D_histday.nc,      Post_1D_histday),    \ 
    63         (histdayNMC.nc,   ${R_OUT_ATM_O_D}/${PREFIX}_1D_histdayNMC.nc,   Post_1D_histdayNMC), \ 
    64         (histhf.nc,       ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhf.nc,       Post_HF_histhf),     \ 
    65         (histhfNMC.nc,    ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfNMC.nc,    Post_HF_histhfNMC),  \ 
    66         (histhf3h.nc,     ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3h.nc,     Post_3H_histhf3h),   \ 
     67List=   (histmth.nc,      ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc,      Post_1M_histmth),     \ 
     68        (histmthCOSP.nc,  ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthCOSP.nc,  Post_1M_histmthCOSP), \ 
     69        (histmthNMC.nc,   ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthNMC.nc,   Post_1M_histmthNMC),  \ 
     70        (dynzon.nc,       ${R_OUT_ATM_O_M}/${PREFIX}_1M_dynzon.nc,       Post_1M_dynzon),      \ 
     71        (histday.nc,      ${R_OUT_ATM_O_D}/${PREFIX}_1D_histday.nc,      Post_1D_histday),     \ 
     72        (histdayCOSP.nc,  ${R_OUT_ATM_O_D}/${PREFIX}_1D_histdayCOSP.nc,  Post_1D_histdayCOSP), \ 
     73        (histdayNMC.nc,   ${R_OUT_ATM_O_D}/${PREFIX}_1D_histdayNMC.nc,   Post_1D_histdayNMC),  \ 
     74        (histhf.nc,       ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhf.nc,       Post_HF_histhf),      \ 
     75        (histhfCOSP.nc,   ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfCOSP.nc,   Post_HF_histhfCOSP),  \ 
     76        (histhfNMC.nc,    ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfNMC.nc,    Post_HF_histhfNMC),   \ 
     77        (histhf3h.nc,     ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3h.nc,     Post_3H_histhf3h),    \ 
    6778 
    6879[Post_1M_histmth] 
     
    7485ChunckJob3D = 100Y 
    7586Seasonal=ON 
     87 
     88[Post_1M_histmthCOSP] 
     89Patches = () 
     90GatherWithInternal = (lon, lat, presnivs, time_counter, aire) 
     91TimeSeriesVars2D = () 
     92ChunckJob2D = NONE  
     93TimeSeriesVars3D = () 
     94ChunckJob3D = NONE 
     95Seasonal=OFF 
    7696 
    7797[Post_1M_histmthNMC] 
     
    102122Seasonal=OFF 
    103123 
     124[Post_1D_histdayCOSP] 
     125Patches = () 
     126GatherWithInternal = (lon, lat, presnivs, time_counter, aire) 
     127TimeSeriesVars2D = () 
     128ChunckJob2D = NONE  
     129TimeSeriesVars3D = () 
     130ChunckJob3D = NONE 
     131Seasonal=OFF 
     132 
    104133[Post_1D_histdayNMC] 
    105134Patches= () 
     
    118147TimeSeriesVars3D = (temp, theta, ovap, ovapinit, vitu, vitv) 
    119148ChunckJob3D = 10Y 
     149Seasonal=OFF 
     150 
     151[Post_HF_histhfCOSP] 
     152Patches = () 
     153GatherWithInternal = (lon, lat, presnivs, time_counter, aire) 
     154TimeSeriesVars2D = () 
     155ChunckJob2D = NONE  
     156TimeSeriesVars3D = () 
     157ChunckJob3D = NONE 
    120158Seasonal=OFF 
    121159 
     
    137175ChunckJob3D = OFF 
    138176Seasonal=OFF 
     177 
Note: See TracChangeset for help on using the changeset viewer.