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/piControl/COMP/lmdz.card

    r992 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] 
     
    4147List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}, physiq.def), \ 
    4248        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D},    gcm.def),    \ 
     49        (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt,                .),    \ 
     50        (${SUBMIT_DIR}/PARAM/cosp_output_nl.txt,               .),    \ 
    4351        (${SUBMIT_DIR}/PARAM/run.def, .), \ 
    4452        (${SUBMIT_DIR}/PARAM/traceur.def, .) 
     
    5260 
    5361[OutputFiles] 
    54 List=   (histmth.nc,      ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc,      Post_1M_histmth), \ 
    55         (histmthNMC.nc,   ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthNMC.nc,   Post_1M_histmthNMC), \ 
    56         (dynzon.nc,       ${R_OUT_ATM_O_M}/${PREFIX}_1M_dynzon.nc,       NONE), \ 
    57         (histday.nc,      ${R_OUT_ATM_O_D}/${PREFIX}_1D_histday.nc,      Post_1D_histday), \ 
    58         (histhf.nc,       ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhf.nc,       Post_HF_histhf) 
     62List=   (histmth.nc,      ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc,      Post_1M_histmth),     \ 
     63        (histmthCOSP.nc,  ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthCOSP.nc,  Post_1M_histmthCOSP), \ 
     64        (histmthNMC.nc,   ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthNMC.nc,   Post_1M_histmthNMC),  \ 
     65        (dynzon.nc,       ${R_OUT_ATM_O_M}/${PREFIX}_1M_dynzon.nc,       Post_1M_dynzon),      \ 
     66        (histday.nc,      ${R_OUT_ATM_O_D}/${PREFIX}_1D_histday.nc,      Post_1D_histday),     \ 
     67        (histdayCOSP.nc,  ${R_OUT_ATM_O_D}/${PREFIX}_1D_histdayCOSP.nc,  Post_1D_histdayCOSP), \ 
     68        (histhf.nc,       ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhf.nc,       Post_HF_histhf),      \ 
     69        (histhfCOSP.nc,   ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfCOSP.nc,   Post_HF_histhfCOSP) 
    5970 
    6071[Post_1M_histmth] 
     
    6677ChunckJob3D = 100Y 
    6778Seasonal=ON 
     79 
     80[Post_1M_histmthCOSP] 
     81Patches = () 
     82GatherWithInternal = (lon, lat, presnivs, time_counter, aire) 
     83TimeSeriesVars2D = () 
     84ChunckJob2D = NONE 
     85TimeSeriesVars3D = () 
     86ChunckJob3D = NONE 
     87Seasonal=OFF 
    6888 
    6989[Post_1M_histmthNMC] 
     
    94114Seasonal=OFF 
    95115 
     116[Post_1D_histdayCOSP] 
     117Patches = () 
     118GatherWithInternal = (lon, lat, presnivs, time_counter, aire) 
     119TimeSeriesVars2D = () 
     120ChunckJob2D = NONE 
     121TimeSeriesVars3D = () 
     122ChunckJob3D = NONE 
     123Seasonal=OFF 
     124 
    96125[Post_HF_histhf] 
    97126Patches= (Patch_20091030_histcom_time_axis) 
     
    102131ChunckJob3D = OFF 
    103132Seasonal=OFF 
     133 
     134[Post_HF_histhfCOSP] 
     135Patches = () 
     136GatherWithInternal = (lon, lat, presnivs, time_counter, aire) 
     137TimeSeriesVars2D = () 
     138ChunckJob2D = NONE 
     139TimeSeriesVars3D = () 
     140ChunckJob3D = NONE 
     141Seasonal=OFF 
     142 
Note: See TracChangeset for help on using the changeset viewer.