Ignore:
Timestamp:
03/06/20 12:11:06 (4 years ago)
Author:
acosce
Message:

update new way to manage output frequency and level on inca and lmdz for LMDZORINCA_v6.2 and IPSLCM6.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/EXPERIMENTS/LMDZORINCA/AER_historical/COMP/lmdz.card

    r4789 r5005  
    3535ByPass_hgardfou_mats=n 
    3636 
    37 # Set OutLevel to choose the level of output for LMDZ 
    38 # OutLevel=low/medium/high 
    39 OutLevel=low 
    40  
    41 # Set COSP activation and output frequency (monthly, daily, HF) = y/n 
    42 LMDZ_COSP_OK=n 
    43 LMDZ_COSP_monthly=n 
    44 LMDZ_COSP_daily=n 
    45 LMDZ_COSP_hf=n 
    46  
    47 # Set NMC output frequency (monthly, daily, HF) = y/n 
    48 LMDZ_NMC_monthly=n 
    49 LMDZ_NMC_daily=n 
    50 LMDZ_NMC_hf=n 
    5137 
    5238# Nugding : ok_guide=y/n 
    5339# If ok_guide=y, add nudging files(u.nc, v.nc, hur.nc,...) in BoundaryFiles section below. 
    5440ok_guide=n 
     41 
     42# Specify which output file to activate and at which output_level 
     43# Use an integer to specify the output level or NONE if to deactivate the file 
     44# output_level_filename=1     : activate the corresponding file with low output level 
     45# output_level_filename=10    : activate the corresponding file with high output level 
     46# output_level_filename=NONE  : the file will not be written 
     47output_level_histmth = 5 
     48output_level_histday = NONE 
     49output_level_histhf  = NONE 
     50output_level_histmthNMC = NONE 
     51output_level_histdayNMC = NONE 
     52output_level_histhfNMC  = NONE 
     53output_level_histstrataer = NONE 
     54output_level_histdaystrataer = NONE 
     55output_level_histstn      = NONE 
     56 
     57# Activate COSP in config.def and set corresponding output files 
     58LMDZ_COSP_OK=n 
     59output_level_histmthCOSP = NONE 
     60output_level_histdayCOSP = NONE 
     61output_level_histhfCOSP  = NONE 
     62 
    5563 
    5664[InitialStateFiles] 
Note: See TracChangeset for help on using the changeset viewer.