Ignore:
Timestamp:
02/07/20 16:06:07 (4 years ago)
Author:
jgipsl
Message:
  • As done in v7: Do not use WriteFrequancy? for lmdz from config.card anymore. Use settings for each file in lmdz.card.
  • Removed option CARBON_CYCLE not used since v5 configurations.
Location:
CONFIG/UNIFORM/v6/IPSLCM6.2/EXPERIMENTS/IPSLESM/AER/piControl_AER_TEST
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6.2/EXPERIMENTS/IPSLESM/AER/piControl_AER_TEST/COMP/lmdz.card

    r4915 r4918  
    2929ByPass_hgardfou_mats=n 
    3030 
    31 # Set OutLevel to choose the level of output for LMDZ 
    32 # OutLevel=low/medium/high 
    33 OutLevel=low 
    34  
    35 # Set COSP activation and output frequency (monthly, daily, HF) = y/n 
     31# Specify which output file to activate and at which output_level 
     32# Use an integer to specify the output level or NONE if to deactivate the file 
     33# output_level_filename=1     : activate the corresponding file with low output level 
     34# output_level_filename=10    : activate the corresponding file with high output level 
     35# output_level_filename=NONE  : the file will not be written 
     36output_level_histmth = 5 
     37output_level_histday = NONE 
     38output_level_histhf  = NONE 
     39output_level_histmthNMC = NONE 
     40output_level_histdayNMC = NONE 
     41output_level_histhfNMC  = NONE 
     42output_level_histstrataer = NONE 
     43output_level_histdaystrataer = NONE 
     44output_level_histstn      = NONE 
     45 
     46# Activate COSP in config.def and set corresponding output files 
    3647LMDZ_COSP_OK=y 
    37 LMDZ_COSP_monthly=n 
    38 LMDZ_COSP_daily=n 
    39 LMDZ_COSP_hf=n 
    40  
    41 # Set NMC output frequency (monthly, daily, HF) = y/n 
    42 LMDZ_NMC_monthly=n 
    43 LMDZ_NMC_daily=n 
    44 LMDZ_NMC_hf=n 
     48output_level_histmthCOSP = NONE 
     49output_level_histdayCOSP = NONE 
     50output_level_histhfCOSP  = NONE 
    4551 
    4652[InitialStateFiles] 
  • CONFIG/UNIFORM/v6/IPSLCM6.2/EXPERIMENTS/IPSLESM/AER/piControl_AER_TEST/config.card

    r4707 r4918  
    6565#D-- ATM - 
    6666[ATM] 
    67 WriteFrequency="1M HF" 
    6867# If config_Restarts_OverRule == 'n' next 4 params are read 
    6968Restart= n 
     
    116115#D-- SRF - 
    117116[SRF] 
    118 # WriteFrequency is not used for ORCHIDEE, see orchidee.card/stomate.card  
    119 WriteFrequency="" 
    120117# If config_Restarts_OverRule == 'n' next 4 params are read 
    121118Restart= y 
     
    130127#D-- SBG - STOMATE 
    131128[SBG] 
    132 # WriteFrequency is not used for ORCHIDEE, see orchidee.card/stomate.card  
    133 WriteFrequency="" 
    134129# If config_Restarts_OverRule == 'n' next 4 params are read 
    135130Restart= y 
     
    157152#D-- IOS - 
    158153[IOS] 
    159 WriteFrequency="" 
    160154# If config_Restarts_OverRule == 'n' next 4 params are read 
    161155Restart= n 
Note: See TracChangeset for help on using the changeset viewer.