Ignore:
Timestamp:
03/20/19 12:31:42 (5 years ago)
Author:
jgipsl
Message:
  • Added AUTO in lmdz xml files.
  • Now activate output files for LMDZ and set there output_leveles from lmdz.card instead of using WriteFrequency? in config.card.
Location:
CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZOR
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZOR/clim_noleap/COMP/lmdz.card

    r4325 r4336  
    2323tau_gl=2. 
    2424 
    25 # Set OutLevel to choose the level of output for LMDZ 
    26 # OutLevel=low/medium/high 
    27 OutLevel=low 
    28  
    29 # Set COSP activation and output frequency (monthly, daily, HF) = y/n 
    30 LMDZ_COSP_OK=y 
    31 LMDZ_COSP_monthly=n 
    32 LMDZ_COSP_daily=n 
    33 LMDZ_COSP_hf=n 
    34  
    35 # Set NMC output frequency (monthly, daily, HF) = y/n 
    36 LMDZ_NMC_monthly=n 
    37 LMDZ_NMC_daily=n 
    38 LMDZ_NMC_hf=n 
    39  
    4025# Nugding : ok_guide=y/n 
    4126# If ok_guide=y, add nudging files(u.nc, v.nc, hur.nc,...) in BoundaryFiles section below. 
    4227ok_guide=n 
     28 
     29 
     30# Specify which output file to activate and at which output_level 
     31# Use an integer to specify the output level or NONE if to deactivate the file 
     32# output_level_filename=1     : activate the corresponding file with low output level 
     33# output_level_filename=10    : activate the corresponding file with high output level 
     34# output_level_filename=NONE  : the file will not be written 
     35 
     36output_level_histmth = 5 
     37output_level_histday = 3 
     38output_level_histhf  = NONE 
     39output_level_histmthNMC = NONE 
     40output_level_histdayNMC = NONE 
     41output_level_histhfNMC  = NONE 
     42output_level_histstrataer = NONE 
     43output_level_histstn      = NONE 
     44 
     45# Activate COSP in config.def and set corresponding output files 
     46LMDZ_COSP_OK=y 
     47output_level_histmthCOSP = NONE 
     48output_level_histdayCOSP = NONE 
     49output_level_histhfCOSP  = NONE 
     50 
    4351 
    4452[InitialStateFiles] 
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZOR/clim_noleap/config.card

    r4329 r4336  
    9090#D-- ATM - 
    9191[ATM] 
    92 # 
    93 WriteFrequency="1Y" 
     92# WriteFrequency is not used any more for LMDZ 
     93WriteFrequency="" 
    9494# If config_Restarts_OverRule == 'n' all params are read 
    9595Restart= n 
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZOR/highresmip/COMP/lmdz.card

    r4334 r4336  
    2424tau_gl=2. 
    2525 
    26 # Set OutLevel to choose the level of output for LMDZ 
    27 # OutLevel=low/medium/high 
    28 OutLevel=low 
    29  
    30 # Set COSP activation and output frequency (monthly, daily, HF) = y/n 
    31 LMDZ_COSP_OK=y 
    32 LMDZ_COSP_monthly=n 
    33 LMDZ_COSP_daily=n 
    34 LMDZ_COSP_hf=n 
    35  
    36 # Set NMC output frequency (monthly, daily, HF) = y/n 
    37 LMDZ_NMC_monthly=n 
    38 LMDZ_NMC_daily=n 
    39 LMDZ_NMC_hf=n 
    40  
    4126# Nugding : ok_guide=y/n 
    4227# If ok_guide=y, add nudging files(u.nc, v.nc, hur.nc,...) in BoundaryFiles section below. 
    4328ok_guide=n 
     29 
     30 
     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 
     36 
     37output_level_histmth = 5 
     38output_level_histday = 3 
     39output_level_histhf  = NONE 
     40output_level_histmthNMC = NONE 
     41output_level_histdayNMC = NONE 
     42output_level_histhfNMC  = NONE 
     43output_level_histstrataer = NONE 
     44output_level_histstn      = NONE 
     45 
     46# Activate COSP in config.def and set corresponding output files 
     47LMDZ_COSP_OK=y 
     48output_level_histmthCOSP = NONE 
     49output_level_histdayCOSP = NONE 
     50output_level_histhfCOSP  = NONE 
     51 
    4452 
    4553[InitialStateFiles] 
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZOR/highresmip/config.card

    r4333 r4336  
    8888#D-- ATM - 
    8989[ATM] 
    90 # 
    91 WriteFrequency="1Y" 
     90# WriteFrequency is not used any more for LMDZ 
     91WriteFrequency="" 
    9292# If config_Restarts_OverRule == 'n' all params are read 
    9393Restart= n 
Note: See TracChangeset for help on using the changeset viewer.