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.
File:
1 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] 
Note: See TracChangeset for help on using the changeset viewer.