Changeset 6349


Ignore:
Timestamp:
03/21/23 15:58:03 (16 months ago)
Author:
acosce
Message:

update card for GES on unstructured grid

Location:
CONFIG/UNIFORM/v7/ICOLMDZORINCA_v7/EXPERIMENTS/ICOLMDZORINCA/GES/COMP
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/ICOLMDZORINCA_v7/EXPERIMENTS/ICOLMDZORINCA/GES/COMP/inca.card

    r6215 r6349  
    88# Set LDMZ_10m_winds to choose if the simulation will use online 10m wind (=y) or offline (=n) 
    99LMDZ_10m_winds=y 
    10 #choose threshold (10m winds)  parameter value 
    11 wind_parameter=0.78 
    12 #choose seasalt correctif 
    13 seasalt_corr=1.06 
    14 # heat fluxes computed with feedback corresponding to 0 --> no aerosol effects, 1--> aerosol effects selected by ok_ade, ok_aie 
    15 feedb=0 
    1610#coupled model with ORCH 
    1711#if yes, you need to put to CHEMISTRY_BVOC=y in orchidee.def and decomment lines for fertilizer and bbg in orchidee.card 
     
    2620 
    2721# Specify output frequency for output files  
    28 # File aerosols_from_inca will be systematically write in output with a monthly frequency - you cannot manage it from this card 
    29 # for other files you can choose the frequency 1d (daily), 1mo (monthly), other (1ts, 5d, etc.) or NONE if to deactivate it 
     22# you can choose the frequency 1d (daily), 1mo (monthly), other (1ts, 5d, etc.) or NONE if to deactivate it 
    3023# if you choose 1d the file will be store in CHM/Output/DA 
    3124# if you choose 1mo the file will be store in CHM/Output/MO 
    3225# if you choose another frequency, the file will be store in CHM/Output/DA by default 
    33  
    3426output_frequency_ges=1d 
    3527 
  • CONFIG/UNIFORM/v7/ICOLMDZORINCA_v7/EXPERIMENTS/ICOLMDZORINCA/GES/COMP/lmdz.card

    r6337 r6349  
    55# Physics package to use : 
    66# LMDZ_Physics=AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources 
    7 LMDZ_Physics=NPv6.1.3 
     7LMDZ_Physics=NPv6.2 
    88 
    99 
     
    3030ByPass_hgardfou_teta=n 
    3131 
    32 # ByPass_hgardfou_mats=y : set parameter purmats=y for following CumulPeriod only 
    33 ByPass_hgardfou_mats=n 
     32# Set tau_gl depending on the forcing file for the sea-ice (use 2. for amip and 1. for hadisst) 
     33tau_gl=2. 
    3434 
    3535 
     
    4747output_level_histhfNMC  = NONE 
    4848output_level_histstrataer = NONE 
    49 output_level_histdaystrataer = NONE 
    5049output_level_histstn      = NONE 
    5150 
     
    8786        (${MODIPSL}/modeles/LMDZ/DefLists/field_def_lmdz.xml, . ),          \ 
    8887        (${MODIPSL}/modeles/LMDZ/DefLists/field_def_cosp1.xml, . ),         \ 
    89         (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmth_lmdz.xml, . ),   \ 
     88        (${SUBMIT_DIR}/PARAM/file_def_histmth_lmdz.xml, . ),                \ 
    9089        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmthCOSP_lmdz.xml, .),\ 
    9190        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmthNMC_lmdz.xml, . ),\ 
     
    106105 
    107106[OutputText] 
    108 List=   (physiq.def, run.def, traceur.def, config.def, vert.def, used_run.def, context_lmdz.xml, field_def_lmdz.xml, file_def_*lmdz.xml, debug.01, lmdz.prt) 
     107List=   (physiq.def, run.def, tracer.def, config.def, vert.def, used_run.def, context_lmdz.xml, field_def_lmdz.xml, file_def_*lmdz.xml, debug.01, lmdz.prt) 
    109108 
    110109[OutputFiles] 
  • CONFIG/UNIFORM/v7/ICOLMDZORINCA_v7/EXPERIMENTS/ICOLMDZORINCA/GES/COMP/orchidee.card

    r5586 r6349  
    33 
    44[UserChoices] 
     5# VEGET_UPDATE_at_start=y : orchidee.driver will set VEGET_UPDATE=1Y at the first cumul period when starting a new simulation.  
     6#                           After the first period, VEGET_UPDATE will be set according to the choice done below.   
     7VEGET_UPDATE_at_start=n 
     8 
    59# VEGET_UPDATE=0Y : default, do not update the vegetation and woodharvest file except if starting without restart file 
    610# VEGET_UPDATE=1Y : update the vegetation and woodharvest file 1st of January each year 
    711VEGET_UPDATE=0Y 
     12 
     13# Choice for routing scheme. Set ROUTING below to have following parameters set in orchidee.def :  
     14# ROUTING=standard   => in orchidee.def RIVER_ROUTING=y and ROUTING_METHOD=standard 
     15# ROUTING=simple     => in orchidee.def RIVER_ROUTING=y and ROUTING_METHOD=simple 
     16# ROUTING=off        => in orchidee.def RIVER_ROUTING=n  
     17ROUTING=simple 
    818 
    919# Specify output level for output files 
     
    3343ListNonDel= (${R_IN}/SRF/PFTMAPS/CMIP6/ESA-LUH2v2/historical/15PFT.v2/PFTmap_2000.nc, PFTmap.nc),\ 
    3444            (${R_IN}/SRF/WOODHARVEST/LUH2v2/historical4/woodharvest_2000.nc,          woodharvest.nc),\ 
     45            (${R_IN}/SRF/ROUTING/routing_simple.nc, .) 
    3546 
    3647[SmoothFiles] 
     
    3950[ParametersFiles] 
    4051List=   (${SUBMIT_DIR}/PARAM/orchidee.def, .)   ,\ 
    41         (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml, .)  ,\ 
     52        (${SUBMIT_DIR}/PARAM/file_def_orchidee.xml, .)  ,\ 
    4253        (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_input_orchidee.xml, .) ,\ 
    4354        (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_routing_orchidee.xml, .)   ,\ 
     
    4657 
    4758[RestartFiles] 
    48 List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc) 
     59List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc) ,\ 
     60        (routing_restart.nc, routing_restart.nc, routing_start.nc) 
    4961 
    5062[OutputText] 
    51 List=   (out_orchidee*, orchidee.def, used_orchidee.def, iodef.xml, context_orchidee.xml, context_routing_orchidee.xml, context_input_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml, river_desc.nc) 
     63List=   (out_orchidee, orchidee.def, used_orchidee.def, iodef.xml, context_orchidee.xml, context_routing_orchidee.xml, context_input_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml, river_desc.nc) 
    5264 
    5365[OutputFiles] 
Note: See TracChangeset for help on using the changeset viewer.