Changeset 1003


Ignore:
Timestamp:
05/04/10 16:27:47 (14 years ago)
Author:
mafoipsl
Message:

Use ok_histNMC input parameter to set monthly, daily and HF frequencies for NMC files.

Location:
CONFIG/IPSLCM/IPSLCM5A
Files:
9 edited

Legend:

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

    r1002 r1003  
    2222LMDZ_COSP_daily=y 
    2323LMDZ_COSP_hf=n 
     24 
     25# Set NMC Outputs frequency (monthly, daily, HF) = y/n 
     26LMDZ_NMC_monthly=y 
     27LMDZ_NMC_daily=n 
     28LMDZ_NMC_hf=n 
    2429 
    2530[InitialStateFiles] 
     
    7075        (histhf.nc,       ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhf.nc,       Post_HF_histhf),      \ 
    7176        (histhfCOSP.nc,   ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfCOSP.nc,   Post_HF_histhfCOSP),  \ 
    72         (histhfNMC.nc,    ${R_OUT_ATM_O_H}/${PREFIX}_1M_histhfNMC.nc,    Post_HF_histmthNMC) 
     77        (histhfNMC.nc,    ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfNMC.nc,    Post_HF_histmthNMC) 
    7378 
    7479[Post_1M_histmth] 
  • CONFIG/IPSLCM/IPSLCM5A/EXP00/COMP/lmdz.driver

    r1000 r1003  
    7575    eval LMDZ_COSP_daily=\${lmdz_UserChoices_LMDZ_COSP_daily} > /dev/null 2>&1 
    7676    eval LMDZ_COSP_hf=\${lmdz_UserChoices_LMDZ_COSP_hf} > /dev/null 2>&1 
     77 
     78    ##  Read LMDZ_NMC_monthly  LMDZ_NMC_daily and LMDZ_NMC_hf in lmdz.card 
     79    eval LMDZ_NMC_monthly=\${lmdz_UserChoices_LMDZ_NMC_monthly} > /dev/null 2>&1 
     80    eval LMDZ_NMC_daily=\${lmdz_UserChoices_LMDZ_NMC_daily} > /dev/null 2>&1 
     81    eval LMDZ_NMC_hf=\${lmdz_UserChoices_LMDZ_NMC_hf} > /dev/null 2>&1 
    7782 
    7883 
     
    154159    LMDZ_sed physiq.def ok_journeCOSP   ${LMDZ_COSP_daily} 
    155160    LMDZ_sed physiq.def ok_hfCOSP   ${LMDZ_COSP_hf} 
     161    LMDZ_sed physiq.def ok_histNMC  "${LMDZ_NMC_monthly},i ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 
    156162 
    157163    ## gcm.def parameters : no change since gcm.def_${RESOL_ATM_3D} is used and already modified 
  • CONFIG/IPSLCM/IPSLCM5A/EXP00/PARAM/physiq.def_L39

    r1000 r1003  
    6767#                histdayNMC: 8 ou 17 
    6868lev_histdayNMC=8 
     69### - ok_histNMC = y/n, y/n, y/n pour avoir les sorties NMC mensuelles, journalieres et haute frequence 
     70ok_histNMC = y, n, n 
    6971### ecrit_ins = frequence ecriture fichier histhf3h.nc en jours 
    7072ecrit_ins=0.125 
  • CONFIG/IPSLCM/IPSLCM5A/historical/COMP/lmdz.card

    r1001 r1003  
    2222LMDZ_COSP_daily=y 
    2323LMDZ_COSP_hf=n 
     24 
     25# Set NMC Outputs frequency (monthly, daily, HF) = y/n 
     26LMDZ_NMC_monthly=y 
     27LMDZ_NMC_daily=n 
     28LMDZ_NMC_hf=n 
    2429 
    2530[InitialStateFiles] 
  • CONFIG/IPSLCM/IPSLCM5A/historical/COMP/lmdz.driver

    r1001 r1003  
    7878    eval LMDZ_COSP_daily=\${lmdz_UserChoices_LMDZ_COSP_daily} > /dev/null 2>&1 
    7979    eval LMDZ_COSP_hf=\${lmdz_UserChoices_LMDZ_COSP_hf} > /dev/null 2>&1 
     80 
     81    ##  Read LMDZ_NMC_monthly  LMDZ_NMC_daily and LMDZ_NMC_hf in lmdz.card 
     82    eval LMDZ_NMC_monthly=\${lmdz_UserChoices_LMDZ_NMC_monthly} > /dev/null 2>&1 
     83    eval LMDZ_NMC_daily=\${lmdz_UserChoices_LMDZ_NMC_daily} > /dev/null 2>&1 
     84    eval LMDZ_NMC_hf=\${lmdz_UserChoices_LMDZ_NMC_hf} > /dev/null 2>&1 
    8085 
    8186    IGCM_debug_PopStack "ATM_Initialize" 
     
    163168    LMDZ_sed physiq.def ok_journeCOSP   ${LMDZ_COSP_daily} 
    164169    LMDZ_sed physiq.def ok_hfCOSP   ${LMDZ_COSP_hf} 
     170    LMDZ_sed physiq.def ok_histNMC  "${LMDZ_NMC_monthly},i ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 
    165171    LMDZ_sed physiq.def co2_ppm     ${IPCC_CO2} 
    166172    LMDZ_sed physiq.def CH4_ppb     ${IPCC_CH4} 
  • CONFIG/IPSLCM/IPSLCM5A/historical/PARAM/physiq.def_L39

    r1000 r1003  
    7373#                histdayNMC: 8 ou 17 
    7474lev_histdayNMC=8 
     75### - ok_histNMC = y/n, y/n, y/n pour avoir les sorties NMC mensuelles, journalieres et haute frequence 
     76ok_histNMC = y, n, n 
    7577### ecrit_ins = frequence ecriture fichier histhf3h.nc en jours 
    7678ecrit_ins=0.125 
  • CONFIG/IPSLCM/IPSLCM5A/piControl/COMP/lmdz.card

    r1002 r1003  
    2222LMDZ_COSP_daily=y 
    2323LMDZ_COSP_hf=n 
     24 
     25# Set NMC Outputs frequency (monthly, daily, HF) = y/n 
     26LMDZ_NMC_monthly=y 
     27LMDZ_NMC_daily=n 
     28LMDZ_NMC_hf=n 
    2429 
    2530[InitialStateFiles] 
  • CONFIG/IPSLCM/IPSLCM5A/piControl/COMP/lmdz.driver

    r1001 r1003  
    7575    eval LMDZ_COSP_daily=\${lmdz_UserChoices_LMDZ_COSP_daily} > /dev/null 2>&1 
    7676    eval LMDZ_COSP_hf=\${lmdz_UserChoices_LMDZ_COSP_hf} > /dev/null 2>&1 
     77 
     78    ##  Read LMDZ_NMC_monthly  LMDZ_NMC_daily and LMDZ_NMC_hf in lmdz.card 
     79    eval LMDZ_NMC_monthly=\${lmdz_UserChoices_LMDZ_NMC_monthly} > /dev/null 2>&1 
     80    eval LMDZ_NMC_daily=\${lmdz_UserChoices_LMDZ_NMC_daily} > /dev/null 2>&1 
     81    eval LMDZ_NMC_hf=\${lmdz_UserChoices_LMDZ_NMC_hf} > /dev/null 2>&1 
    7782 
    7883    IGCM_debug_PopStack "ATM_Initialize" 
     
    153158    LMDZ_sed physiq.def ok_journeCOSP   ${LMDZ_COSP_daily} 
    154159    LMDZ_sed physiq.def ok_hfCOSP   ${LMDZ_COSP_hf} 
     160    LMDZ_sed physiq.def ok_histNMC  "${LMDZ_NMC_monthly},i ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 
    155161 
    156162    ## gcm.def parameters : no change since gcm.def_${RESOL_ATM_3D} is used and already modified 
  • CONFIG/IPSLCM/IPSLCM5A/piControl/PARAM/physiq.def_L39

    r1000 r1003  
    6767#                histdayNMC: 8 ou 17 
    6868lev_histdayNMC=8 
     69### - ok_histNMC = y/n, y/n, y/n pour avoir les sorties NMC mensuelles, journalieres et haute frequence 
     70ok_histNMC = y, n, n 
    6971### ecrit_ins = frequence ecriture fichier histhf3h.nc en jours 
    7072ecrit_ins=0.125 
Note: See TracChangeset for help on using the changeset viewer.