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