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/historical
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 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 
Note: See TracChangeset for help on using the changeset viewer.