Changeset 1370 for CONFIG/LMDZOR


Ignore:
Timestamp:
04/05/11 17:22:10 (13 years ago)
Author:
jgipsl
Message:
  • Removed output lmdz.prt.x which does not exist in forced configuration
  • Removed option LMDZ_Freq_aero and LMDZ_Length_aero never used
  • Desactivated COSP and NMC output for default run. This is easy for users to activate in lmdz.card.
Location:
CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/COMP
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/COMP/lmdz.card_AMIP

    r1334 r1370  
    1515# LMDZ_Bands_file_name=${ARCHIVE}/IGCM_OUT/IPSLCM5/XXXXXXX/ATM/Debug/XXXXXXX_Bands_96x95x19_3prc.dat_3 
    1616 
    17 # To force higher writing level for aerosol.  
    18 # LMDZ_Freq_aero   : frequency for writing (in PeriodLength : 10Years = 120) ,  
    19 # LMDZ_Length_aero : length of writing     (in PeriodLength : 1Year = 12).  
    20 # To cancel this option put LMDZ_Length_aero=0 
    21 LMDZ_Freq_aero=120 
    22 LMDZ_Length_aero=12 
    23  
    2417# Set COSP activation and Outputs frequency (monthly, daily, HF) = y/n 
    25 LMDZ_COSP_OK=y 
     18LMDZ_COSP_OK=n 
    2619LMDZ_COSP_monthly=y 
    2720LMDZ_COSP_daily=y 
     
    2922 
    3023# Set NMC Outputs frequency (monthly, daily, HF) = y/n 
    31 LMDZ_NMC_monthly=y 
    32 LMDZ_NMC_daily=y 
    33 LMDZ_NMC_hf=y 
     24LMDZ_NMC_monthly=n 
     25LMDZ_NMC_daily=n 
     26LMDZ_NMC_hf=n 
    3427 
    3528# Other specific parameters to this experience  
     
    7972 
    8073[OutputText] 
    81 List=   (physiq.def, gcm.def, run.def, traceur.def, guide.def, used_run.def, lmdz.x.prt) 
     74List=   (physiq.def, gcm.def, run.def, traceur.def, guide.def, used_run.def) 
    8275 
    8376[OutputFiles] 
  • CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/COMP/lmdz.card_Climat

    r1222 r1370  
    1515# LMDZ_Bands_file_name=${ARCHIVE}/IGCM_OUT/IPSLCM5/XXXXXXX/ATM/Debug/XXXXXXX_Bands_96x95x19_3prc.dat_3 
    1616 
    17 # To force higher writing level for aerosol.  
    18 # LMDZ_Freq_aero : frequency for writing (in PeriodLength : 10Years = 120) ,  
    19 # LMDZ_Length_aero : length of writing (in PeriodLength : 1Year = 12).  
    20 # To cancel this option put LMDZ_Length_aero=0 
    21 LMDZ_Freq_aero=120 
    22 LMDZ_Length_aero=12 
    23  
    2417# Set COSP activation and Outputs frequency (monthly, daily, HF) = y/n 
    25 LMDZ_COSP_OK=y 
     18LMDZ_COSP_OK=n 
    2619LMDZ_COSP_monthly=y 
    2720LMDZ_COSP_daily=y 
     
    2922 
    3023# Set NMC Outputs frequency (monthly, daily, HF) = y/n 
    31 LMDZ_NMC_monthly=y 
    32 LMDZ_NMC_daily=y 
    33 LMDZ_NMC_hf=y 
     24LMDZ_NMC_monthly=n 
     25LMDZ_NMC_daily=n 
     26LMDZ_NMC_hf=n 
    3427 
    3528# Other specific parameters to this experience  
     
    6760 
    6861[OutputText] 
    69 List=   (physiq.def, gcm.def, run.def, traceur.def, guide.def, used_run.def, lmdz.x.prt) 
     62List=   (physiq.def, gcm.def, run.def, traceur.def, guide.def, used_run.def) 
    7063 
    7164[OutputFiles] 
  • CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/COMP/lmdz.driver

    r1340 r1370  
    8282        eval LMDZ_Bands_file_name=\${lmdz_UserChoices_LMDZ_Bands_file_name} > /dev/null 2>&1 
    8383    fi 
    84  
    85     ##  Read LMDZ_Freq_aero and LMDZ_Length_aero in lmdz.card 
    86     eval LMDZ_Freq_aero=\${lmdz_UserChoices_LMDZ_Freq_aero} > /dev/null 2>&1 
    87     eval LMDZ_Length_aero=\${lmdz_UserChoices_LMDZ_Length_aero} > /dev/null 2>&1 
    8884 
    8985    ##  Read LMDZ_COSP_monthly  LMDZ_COSP_daily and LMDZ_COSP_hf in lmdz.card 
     
    130126    fi 
    131127 
    132     ## To have more variables in output files for aerosols. Parameters are set in lmdz.card 
    133     #if [ ${CumulPeriod}%${LMDZ_Freq_aero} -le ${LMDZ_Length_aero} ]; then 
    134     #   if [ ${CumulPeriod}%${LMDZ_Freq_aero} -ne 0 ]; then  
    135     #      lev_histmth=4 
    136     #   else 
    137     #      lev_histmth=2     
    138     #   fi 
    139     #else 
    140     #   lev_histmth=2 
    141     #fi     
    142128 
    143129    ## algo : For CumulPeriod=1 ;  
Note: See TracChangeset for help on using the changeset viewer.